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

minctoraw - copy data from a MINC file.

Description

minctoraw dumps a chunk of MINC file data to standard output in the format of your choice.

       This program is largely superseded by mincextract.

Name

       minctoraw - copy data from a MINC file.

Options

-byte  Write out data as 8-bit integers

       -short Write out data as 16-bit integers

       -int   Write out data as 32-bit integers

       -long  Superseded by -int-float Write out data as single precision floating-point values

       -double
              Write out data as double precision floating-point values

       -signed
              Write out signed data (applies only to integer types)

       -unsigned
              Write out unsigned data (applies only to integer types)

       -rangelowhigh
              Specify the range of output values

       -normalize
              Normalize integer pixel values to file max and min (Default)

       -nonormalize
              Turn off pixel normalization

       -big-endian
              Request big-endian (most significant byte first) format.

       -little-endian
              Request little-endian (least significant byte first) format.

       -help  Print summary of command-line options and exit.

       -version
              Print the program's version number and exit.

See Also

mincextract(1)

                                          $Date: 2004-05-20 21:52:09 $                              MINCTORAW(1)

Synopsis

minctoraw[options]mincfile

See Also