From 4e4852dd17c8448878fc985f943e115bbcb71fd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Al=C3=A1n=20Mu=C3=B1oz?= <alan.munoz@ed.ac.uk> Date: Wed, 4 Jan 2023 13:56:55 +0000 Subject: [PATCH] docs(defaults): rename phluorin -> ratiometric --- src/extraction/core/functions/defaults.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/extraction/core/functions/defaults.py b/src/extraction/core/functions/defaults.py index 9f89a2e3..5d57dc62 100644 --- a/src/extraction/core/functions/defaults.py +++ b/src/extraction/core/functions/defaults.py @@ -81,7 +81,7 @@ def exparams_from_meta( denominator_channel = found_channel2 break - # If two compatible pHluorin channels are available + # If two compatible ratiometric channels are available if numerator_channel is not None and denominator_channel is not None: sets = { b + a: (x, y) -- GitLab