We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a9d8f8 commit fd8b9e8Copy full SHA for fd8b9e8
scripts/export_lower_resolution.py
@@ -146,9 +146,6 @@ def export_lower_resolution(args):
146
input_key = f"s{scale}"
147
for channel in args.channels:
148
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
-
152
if os.path.exists(out_path):
153
continue
154
0 commit comments