scil_header_print_info
usage: __main__.py [-h] [--raw_header | --keys KEYS [KEYS ...]]
[-v [{DEBUG,INFO,WARNING,ERROR}]]
in_file
Prints the raw header from the provided file or only the specified keys.
Supports trk, nii and mgz files.
By default, a simple summary view is shown. Use --all for a more complete
display.
positional arguments:
in_file Input file (trk, nii and mgz).
options:
-h, --help show this help message and exit
--raw_header Print the whole header as received by nibabel.
--keys KEYS [KEYS ...]
Print only the specified keys from nibabel's header
-v [{DEBUG,INFO,WARNING,ERROR}]
Produces verbose output depending on the provided level.
Default level is warning, default when using -v is info.
2.2.2