Skip to content
Snippets Groups Projects
Commit ea8216d7 authored by Christopher Randolph Rhodes's avatar Christopher Randolph Rhodes
Browse files

3d patch defers to params on whether to expand or not

parent e071bf8b
No related branches found
No related tags found
3 merge requests!37Release 2024.04.19,!34Revert "Temporary error-handling for debug...",!25Allow "expanded" parameter to patch exports
......@@ -546,7 +546,7 @@ class RoiSet(object):
continue
if k == 'patches_3d':
df_exp = self.export_patches(
subdir, white_channel=channel, prefix=pr, make_3d=True, expanded=True, **kp
subdir, white_channel=channel, prefix=pr, make_3d=True, **kp
)
record[k] = [str(Path(k) / fn) for fn in df_exp.patch_path]
if k == 'annotated_patches_2d':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment