Skip to content
Snippets Groups Projects
Commit cd1b134e authored by Alán Muñoz's avatar Alán Muñoz
Browse files

outcomment extraction nucestconv

parent b0682197
No related branches found
No related tags found
No related merge requests found
...@@ -35,8 +35,11 @@ def exparams_from_meta(meta: Union[dict, PosixPath, str], extras=["ph"]): ...@@ -35,8 +35,11 @@ def exparams_from_meta(meta: Union[dict, PosixPath, str], extras=["ph"]):
"max2p5pc_med", "max2p5pc_med",
"max5px", "max5px",
"max5px_med", "max5px_med",
# "nuc_est_conv",
} }
default_rm = {r: default_metrics for r in default_reductions} default_rm = {r: default_metrics for r in default_reductions}
# default_rm["None"] = ["nuc_conv_3d"]
av_flch = av_channels.intersection(meta["channels/channel"]).difference( av_flch = av_channels.intersection(meta["channels/channel"]).difference(
{"Brightfield", "DIC", "BrightfieldGFP"} {"Brightfield", "DIC", "BrightfieldGFP"}
......
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