From 1e343788dbf036bb6a39dc56da189ee59f986c8b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Al=C3=A1n=20Mu=C3=B1oz?= <alan.munoz@ed.ac.uk>
Date: Mon, 10 Oct 2022 16:32:12 +0100
Subject: [PATCH] docs(chainer): finish

---
 src/postprocessor/chainer.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/postprocessor/chainer.py b/src/postprocessor/chainer.py
index 8276f541..f5184d88 100644
--- a/src/postprocessor/chainer.py
+++ b/src/postprocessor/chainer.py
@@ -28,7 +28,7 @@ class Chainer(Signal):
         channel = [ch for ch in self.channels if re.match("GFP", ch)][0]
         if (
             channel == "GFPFast" and "mCherry" in self.channels
-        ):  # Use mCherry for Batman
+        ):  # Use mCherry for Batman if available
             channel = "mCherry"
 
         equivalences = {
-- 
GitLab