We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adfb659 commit 60d8756Copy full SHA for 60d8756
1 file changed
src/imcflibs/imagej/bdv.py
@@ -812,8 +812,9 @@ def define_dataset_auto(
812
Defines how Bio-Formats interprets the series.
813
timepoints_per_partition : int, optional
814
Split the output dataset by timepoints. Use `0` for no split, resulting
815
- in a single HDF5 file containing all timepoints. By default `1`,
816
- resulting in a HDF5 per timepoints.
+ in a single HDF5 file containing all timepoints. Otherwise, choose the
+ number of timepoints per file. By default `0`.
817
+
818
resave : str, optional
819
Allow the function to either re-save the images or simply create a
820
merged xml. Use `Load raw data` to avoid re-saving, by default `Re-save
0 commit comments