combine-h5
CombineH5 CLI entry point
combine-h5 [OPTIONS]
Options
- --version
Show the version and exit.
- -comb, --combined_h5 <combined_h5>
Required Path to save combined .h5 file to
- -src, --source_h5 <source_h5>
Required Path to source .h5 file, may supply multiple
- -ax, --axis <axis>
axis to combine datasets along, by default 1
- Default:
1
- -rm, --overwrite
Flag to overwrite an existing h5_dst file
- -s, --process_size <process_size>
Size of each chunk to be processed
- -log, --log_file <log_file>
Path to .log file, if None only log to stdout
- -v, --verbose
If used upgrade logging to DEBUG