We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 176e7a7 commit 442ff24Copy full SHA for 442ff24
1 file changed
src/imcflibs/imagej/bdv.py
@@ -934,9 +934,9 @@ def define_dataset_manual(
934
Regular expression corresponding to the names of your files and how to
935
read the different dimensions.
936
dataset_organisation : str
937
- Organisation of the dataset and the dimensions to process.
938
- Allows for defining the range of interest of the different dimensions.
939
- Looks like "timepoints_=%s-%s channels_=0-%s tiles_=%s-%s"
+ Organisation of the dataset and the dimensions to process. Allows for
+ defining the range(s) of interest for the different dimensions, for
+ example: `timepoints_=%s-%s channels_=0-%s tiles_=%s-%s`.
940
definition_opts : dict
941
Dictionary containing the details about the file repartitions.
942
list_files : list of str, optional
0 commit comments