We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d19462d commit 679e5d3Copy full SHA for 679e5d3
1 file changed
src/imcflibs/imagej/bdv.py
@@ -1670,7 +1670,7 @@ def fuse_dataset_bdvp(
1670
1671
command.run(
1672
FuseBigStitcherDatasetIntoOMETiffCommand,
1673
- True,
+ True, # From my understanding, this boolean indicates whether to run the command headless or not.
1674
"xml_bigstitcher_file",
1675
project_path,
1676
"output_path_directory",
0 commit comments