Skip to content

Commit c366df7

Browse files
committed
A few more docstring changes
1 parent 4edd38b commit c366df7

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/imcflibs/imagej/bdv.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -382,9 +382,9 @@ def phase_correlation_pairwise_shifts_calculation(
382382
----------
383383
project_path : str
384384
Full path to the `.xml` file.
385-
input_dict : dict
385+
input_dict : dict, optional
386386
Options dict containing the required information for angle, channel,
387-
illuminations and timepoints.
387+
illuminations and timepoints. By default an empty dict.
388388
treat_timepoints : str, optional
389389
How to deal with the timepoints, by default `group`.
390390
treat_channels : str, optional
@@ -568,9 +568,9 @@ def optimize_and_apply_shifts(
568568
----------
569569
project_path : str
570570
Path to the `.xml` on which to optimize and apply the shifts.
571-
input_dict : dict
571+
input_dict : dict, optional
572572
Dictionary containing all the required information for angles,
573-
channels, illuminations, tiles and timepoints.
573+
channels, illuminations, tiles and timepoints. By default an empty dict.
574574
treat_timepoints : str, optional
575575
How to treat the timepoints, by default `group`.
576576
treat_channels : str, optional
@@ -962,9 +962,9 @@ def fuse_dataset(
962962
----------
963963
project_path : str
964964
Path to the `.xml` on which to run the fusion.
965-
input_dict : dict
965+
input_dict : dict, optional
966966
Dictionary containing all the required informations for angles,
967-
channels, illuminations, tiles and timepoints.
967+
channels, illuminations, tiles and timepoints. By default an empty dict.
968968
result_path : str, optional
969969
Path to store the resulting fused image, by default `None` which will
970970
store the result in the same folder as the input project.

0 commit comments

Comments
 (0)