Skip to content

Commit 60d8756

Browse files
committed
Clarify file splitting behavior in the docstring
1 parent adfb659 commit 60d8756

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/imcflibs/imagej/bdv.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -812,8 +812,9 @@ def define_dataset_auto(
812812
Defines how Bio-Formats interprets the series.
813813
timepoints_per_partition : int, optional
814814
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.
815+
in a single HDF5 file containing all timepoints. Otherwise, choose the
816+
number of timepoints per file. By default `0`.
817+
817818
resave : str, optional
818819
Allow the function to either re-save the images or simply create a
819820
merged xml. Use `Load raw data` to avoid re-saving, by default `Re-save

0 commit comments

Comments
 (0)