Spaces:
Sleeping
Sleeping
Update Background_Substraction.py
Browse files
Background_Substraction.py
CHANGED
@@ -53,7 +53,9 @@ warnings.filterwarnings('ignore', category= UserWarning)
|
|
53 |
|
54 |
#set_name = 'Set_A'
|
55 |
#set_name = 'test'
|
56 |
-
|
|
|
|
|
57 |
base_dir = input_path
|
58 |
set_path = 'test'
|
59 |
selected_metadata_files = ['Slide_B_DD1s1.one_1.tif.csv', 'Slide_B_DD1s1.one_2.tif.csv']
|
|
|
53 |
|
54 |
#set_name = 'Set_A'
|
55 |
#set_name = 'test'
|
56 |
+
present_dir = os.path.dirname(os.path.realpath(__file__))
|
57 |
+
|
58 |
+
input_path = os.path.join(present_dir, 'wetransfer_data-zip_2024-05-17_1431')
|
59 |
base_dir = input_path
|
60 |
set_path = 'test'
|
61 |
selected_metadata_files = ['Slide_B_DD1s1.one_1.tif.csv', 'Slide_B_DD1s1.one_2.tif.csv']
|