Skip to content

Commit fd8b9e8

Browse files
committed
Remove leftover code from marker export
1 parent 1a9d8f8 commit fd8b9e8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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)