Skip to content

Commit c8fcff3

Browse files
committed
Add missing docstring
1 parent f5b4f86 commit c8fcff3

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

β€Žsrc/imcflibs/imagej/bdv.pyβ€Ž

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1564,6 +1564,10 @@ def fuse_dataset(
15641564
Pixel type to use during fusion, by default `[16-bit unsigned integer]`.
15651565
export : str, optional
15661566
Format of the output fused image, by default `HDF5`.
1567+
fusion_type : str, optional
1568+
Type of fusion algorithm to use, by default `Avg, Blending`.
1569+
compression : str, optional
1570+
Compression method to use when exporting as HDF5, by default `Zstandard`.
15671571
"""
15681572

15691573
if processing_opts is None:

β€Žtests/bdv/test_define_dataset_auto.pyβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ def set_default_values(project_filename, file_path, series_type="Tiles"):
1313
Name of the project
1414
file_path : pathlib.Path
1515
Path to a temporary folder
16+
series_type : str, optional
17+
Type of Bioformats series (default is "Tiles")
1618
1719
Returns
1820
----------

0 commit comments

Comments
Β (0)