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

docs(chainer): finish

parent 33ac8412
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ class Chainer(Signal): ...@@ -28,7 +28,7 @@ class Chainer(Signal):
channel = [ch for ch in self.channels if re.match("GFP", ch)][0] channel = [ch for ch in self.channels if re.match("GFP", ch)][0]
if ( if (
channel == "GFPFast" and "mCherry" in self.channels channel == "GFPFast" and "mCherry" in self.channels
): # Use mCherry for Batman ): # Use mCherry for Batman if available
channel = "mCherry" channel = "mCherry"
equivalences = { equivalences = {
......
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