logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

nitool - DICOM to NIfTI conversion - python3 package

Author

       This manpage was written by Nilesh Patra for the Debian distribution and can be used for any other  usage
       of the program.

nitool 0.8                                        November 2021                                        NITOOL(1)

Description

       usage: nitool [-h] {split,merge,dump,embed,lookup,inject} ...

       Work with extended Nifti files created by dcmstack

   optionalarguments:-h, --help
              show this help message and exit

   Subcommands:
              {split,merge,dump,embed,lookup,inject}

       split  Split  src_nii  file  along a dimension. Defaults to the slice dimension if 3D, otherwise the last
              dimension.

       merge  Merge the provided Nifti files along a dimension.  Defaults to slice, then time, and then vector.

       dump   Dump the JSON meta data extension from the provided Nifti.

       embed  Embed a JSON extension into the Nifti file.

       lookup Lookup the value for the given meta data key.

       inject Inject meta data into the JSON extension.

Name

       nitool - DICOM to NIfTI conversion - python3 package

See Also