Skip to content

Commit c0ec6fd

Browse files
Merge branch 'master' into mapping_multiple_components
2 parents 6b13170 + 9556955 commit c0ec6fd

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

reproducibility/tonotopic_mapping/ChReef_GEK49R.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
1,
66
2
77
],
8-
"component_mapping" :[
9-
1
10-
],
118
"segmentation_channel": "SGN_v2",
129
"type": "sgn"
1310
}

scripts/export_lower_resolution.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,6 @@ def export_lower_resolution(args):
146146
input_key = f"s{scale}"
147147
for channel in args.channels:
148148
out_path = os.path.join(output_folder, f"{channel}.tif")
149-
if args.filter_marker_labels:
150-
out_path = os.path.join(output_folder, f"{channel}_marker.tif")
151-
152149
if os.path.exists(out_path):
153150
continue
154151

0 commit comments

Comments
 (0)