Skip to content

Stitching: Add an option to create the master file only on post-processing

payno requested to merge fix_441 into release_2024.1.0

Sometime users can be kicked out of a node before all job are finished. But those job are not stop. Or only one job can fail and can be restart manually. So instead of having to relaunch everything it is good to have a command to all process the post-processing aggregation (create the master file)

This command require to have the configuration file (in order to know the output directories, number of expect sub volumes / NXtomo...)

Here is an example of usage:

nabu-stitching [configuration-file] --only-create-master-file
  • add it to /doc/cli_tools.md

extra

close #441 (closed)

Edited by payno

Merge request reports