We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8137c3c commit db65398Copy full SHA for db65398
1 file changed
src/imcflibs/imagej/bdv.py
@@ -1623,10 +1623,10 @@ def fuse_dataset_bdvp(
1623
command : CommandService
1624
The Scijava CommandService instance to execute the export command.
1625
result_path : str, optional
1626
- Path where to store the exported files. If ``None``, files will be
+ Path where to store the exported files. If `None`, files will be
1627
saved in the same directory as the input project.
1628
fusion_method : str, optional
1629
- Fusion method to use for exporting (default ``"SMOOTH AVERAGE"``).
+ Fusion method to use for exporting (default `SMOOTH AVERAGE`).
1630
range_channels : str, optional
1631
Channels to include in the export. Default is all channels.
1632
range_slices : str, optional
0 commit comments