Skip to content

Commit

Permalink
Merge pull request #77 from zivy/updateArithmeticDocs
Browse files Browse the repository at this point in the history
Update the channel arithmetic documentation.
  • Loading branch information
zivy authored Sep 6, 2024
2 parents 07653ac + 8a2f7cc commit e3c4fe4
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 e3c4fe4

Please sign in to comment.