ancil_2anc.py#

For a full description see ants.cli.ancil_2anc.

usage: ancil_2anc [-h] --output OUTPUT [--ants-config ANTS_CONFIG]
                  [--netcdf-only] [--grid-staggering GRID_STAGGERING]
                  sources [sources ...]

Positional Arguments#

sources

Source data path(s).

Additional arguments#

--output, -o

Output filepath, which must be different from the source input file(s).

--ants-config

Configuration path. See ants.config

--netcdf-only

Only write out a netCDF file.

Default: False

--grid-staggering, -g

Specify the grid staggering of the source file, usually 3 (meaning New Dynamics) or 6 (meaning ENDGame). This is needed if it is not present in the source (e.g. PP sources) or is incorrect. Translation between grid staggerings is not provided.