Skip to content

Commit

Permalink
Update the channel arithmetic documentation.
Browse files Browse the repository at this point in the history
Add example illustrating how to duplicate a single channel.
  • Loading branch information
zivy committed Sep 6, 2024
1 parent 07653ac commit 8a2f7cc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions XTChannelArithmetic.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8a2f7cc

Please sign in to comment.