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

only return keepers in zmask dataframe

parent 38be90ae
No related branches found
No related tags found
No related merge requests found
......@@ -213,7 +213,7 @@ def export_patches_from_multichannel_zstack(
'pixeL_scale_in_micrometers': stack.pixel_scale_in_micrometers,
'success': True,
'timer_results': ti.events,
'dataframe': df,
'dataframe': df[df['keeper'] == True],
'interm': interm,
}
......
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