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

Parameter to select single-channel annotated z-stack exports from RoiSet

parent d056fb0b
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,7 @@ class PatchParams(BaseModel):
class AnnotatedZStackParams(BaseModel):
draw_label: bool = False
channel: int = None
class RoiFilterRange(BaseModel):
......
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