@@ -1081,7 +1081,7 @@ def phase_correlation_pairwise_shifts_calculation(
10811081 project_path : str
10821082 Full path to the `.xml` file.
10831083 processing_opts : imcflibs.imagej.bdv.ProcessingOptions, optional
1084- The `ProcessingOptinos ` object defining parameters for the run. Will
1084+ The `ProcessingOptions ` object defining parameters for the run. Will
10851085 fall back to the defaults defined in the corresponding class if the
10861086 parameter is `None` or skipped.
10871087 downsampling_xyz : list of int, optional
@@ -1200,7 +1200,7 @@ def optimize_and_apply_shifts(
12001200 project_path : str
12011201 Path to the `.xml` on which to optimize and apply the shifts.
12021202 processing_opts : imcflibs.imagej.bdv.ProcessingOptions, optional
1203- The `ProcessingOptinos ` object defining parameters for the run. Will
1203+ The `ProcessingOptions ` object defining parameters for the run. Will
12041204 fall back to the defaults defined in the corresponding class if the
12051205 parameter is `None` or skipped.
12061206 relative_error : float, optional
@@ -1390,7 +1390,7 @@ def duplicate_transformations(
13901390 Transformation mode, one of `channel` (to propagate from one channel to
13911391 all others) and `tiles` (to propagate from one tile to all others).
13921392 channel_source : int, optional
1393- Reference channel nummber (starting at 1), by default None.
1393+ Reference channel number (starting at 1), by default None.
13941394 tile_source : int, optional
13951395 Reference tile, by default None.
13961396 transformation_to_use : str, optional
@@ -1489,7 +1489,7 @@ def fuse_dataset(
14891489 project_path : str
14901490 Path to the `.xml` on which to run the fusion.
14911491 processing_opts : imcflibs.imagej.bdv.ProcessingOptions, optional
1492- The `ProcessingOptinos ` object defining parameters for the run. Will
1492+ The `ProcessingOptions ` object defining parameters for the run. Will
14931493 fall back to the defaults defined in the corresponding class if the
14941494 parameter is `None` or skipped.
14951495 result_path : str, optional
0 commit comments