File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -507,7 +507,7 @@ class DefinitionOptions(object):
507507 >>> opts.fmt_acitt_options()
508508 ... multiple_angles=[NO (one angle)]
509509 ... multiple_channels=[YES (all channels in one file)]
510- ... multiple_illuminations =[NO (one illumination direction)]
510+ ... multiple_illuminations_directions =[NO (one illumination direction)]
511511 ... multiple_tiles=[YES (all tiles in one file)]
512512 ... multiple_timepoints=[NO (one time-point)]
513513 """
@@ -638,7 +638,7 @@ def fmt_acitt_options(self):
638638 """Format Angle / Channel / Illumination / Tile / Timepoint options.
639639
640640 Build a string providing the `multiple_angles`, `multiple_channels`,
641- `multiple_illuminations `, `multiple_tiles` and `multiple_timepoints` options
641+ `multiple_illuminations_directions `, `multiple_tiles` and `multiple_timepoints` options
642642 that can be used in a BDV-related `IJ.run` call.
643643
644644 Returns
You can’t perform that action at this time.
0 commit comments