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

Correctly export 3D patches

parent 30e2f252
No related branches found
No related tags found
2 merge requests!18Completed (de)serialization of RoiSet,!16Completed (de)serialization of RoiSet
......@@ -573,7 +573,7 @@ class RoiSet(object):
continue
if k == 'patches_3d':
files = self.export_patches(
subdir, white_channel=channel, prefix=pr, make_3d=True, **kp
subdir, white_channel=channel, prefix=pr, make_3d=True, expanded=True, **kp
)
if k == 'annotated_patches_2d':
files = self.export_patches(
......
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