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

apply ph calculations by default

parent 526ba896
No related branches found
No related tags found
No related merge requests found
......@@ -46,8 +46,8 @@ def exparams_from_meta(meta: Union[dict, PosixPath, str], extras=["ph"]):
base["sub_bg"] = av_flch
# Additional extraction
if "ph" in extras and {"pHluorin405", "GFPFast"}.issubset(av_flch):
# Additional extraction defaults when channels available
if {"pHluorin405", "GFPFast"}.issubset(av_flch):
sets = {
b + a: (x, y)
......
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