nxtomomill.app.h5config#

Application to create a default configuration file to be used by h52nx application.

usage: nxtomomill h5-config [-h] [--from-title-names] [--from-scan-urls]
                            output_file

Create a default configuration file

positional arguments:
  output_file         output .cfg file

options:
  -h, --help          show this help message and exit
  --from-title-names  Provide minimalistic configuration to make a conversion
                      from titles names. (FRAME TYPE section is ignored).
                      Exclusive with `from-scan-urls` option
  --from-scan-urls    Provide minimalistic configuration to make a conversion
                      from scan urls. (ENTRIES and TITLES section is ignored).
                      Exclusive with `from-title-names` option

For a complete tutorial you can have a look at: h52nx tutorial

Functions

main(argv)