Skip to content

Commit a03a62e

Browse files
committed
Shorten descriptions, use imperative mood
1 parent db65398 commit a03a62e

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

src/imcflibs/imagej/bdv.py

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1636,24 +1636,23 @@ def fuse_dataset_bdvp(
16361636
n_resolution_levels : int, optional
16371637
Number of pyramid resolution levels to use for the export. Default is 5.
16381638
use_lzw_compression : bool, optional
1639-
If True, compressed the output file using LZW. Default is True.
1639+
Compress the output file using LZW. Default is True.
16401640
split_slices : bool, optional
1641-
If True, splits the output into separate files for each slice. Default is False.
1641+
Split output into separate files for each slice. Default is False.
16421642
split_channels : bool, optional
1643-
If True, splits the output into separate files for each channel. Default is False.
1643+
Split output into separate files for each channel. Default is False.
16441644
split_frames : bool, optional
1645-
If True, splits the output into separate files for each frame. Default is False.
1645+
Split output into separate files for each frame. Default is False.
16461646
override_z_ratio : bool, optional
1647-
If True, overrides the default z_ratio value. Default is False.
1647+
Override the default `z_ratio` value. Default is False.
16481648
z_ratio : float, optional
16491649
The z ratio to use for the export. Default is 1.0.
16501650
use_interpolation : bool, optional
1651-
If True, interpolates during fusion (takes ~4x longer). Default is True.
1651+
Interpolate during fusion (takes ~4x longer). Default is True.
16521652
16531653
Notes
16541654
-----
1655-
This function requires the PTBIOP update site to be enabled in Fiji/
1656-
ImageJ.
1655+
Requires the `PTBIOP` update site to be enabled in Fiji/ImageJ.
16571656
16581657
Examples
16591658
--------

0 commit comments

Comments
 (0)