From 8a2f7cc98f38b95b694c0530ac32c02625f90aa4 Mon Sep 17 00:00:00 2001 From: Ziv Yaniv Date: Fri, 6 Sep 2024 16:04:00 -0400 Subject: [PATCH] Update the channel arithmetic documentation. Add example illustrating how to duplicate a single channel. --- XTChannelArithmetic.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/XTChannelArithmetic.py b/XTChannelArithmetic.py index 0495d92..1a8856f 100755 --- a/XTChannelArithmetic.py +++ b/XTChannelArithmetic.py @@ -120,6 +120,12 @@ class ChannelArithmeticDialog(ieb.ImarisExtensionBase): [4] - ([0]*[3]) + #. Duplicate the second channel (indexes are zero based, so second channel index is 1): + + .. code-block:: Python + + [1] + #. Duplicate all channels: .. code-block:: Python