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

Re-merged option to automatically MIP z-stacks sent to ilastik workflow

parent 10dd0b50
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ def infer_px_then_ob_model(
ti = Timer()
ch = kwargs.get('channel')
img = generate_file_accessor(fpi).get_one_channel_data(ch)
img = generate_file_accessor(fpi).get_one_channel_data(ch, mip=kwargs.get('mip', False))
ti.click('file_input')
px_map, _ = px_model.infer(img)
......
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