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

ecattominc - convert an ecat format file (version 6.x or 7.x) to a minc format file

Author

       Peter Neelin and Anthonin Reilhac (anthonin.reilhac@cermep.fr)

Command Specific Options

-decay_correct: Do decay correction on images (default).

       -nodecay_correct: Don't do decay correction.

       -slices:Range of slices to copy (counting from 0).
               Default value: -2147483648 -2147483648

       -frames: Range of frames to copy (counting from 0).
               Default value: -2147483648 -2147483648

       -frame: Single frame to copy (counting from 0).
               Default value: -2147483648

       -small_header: Copy only basic header information.

       -all_header: Copy all header information (default).

       -bloodfile: Insert blood data from this file.

Copyrights

       Copyrights 2005 by Peter Neelin

                                                                                                   ecattominc(1)

Description

ecattominc  will  convert  an  ecat  data  file  (version  6.x  or  7.x) to a minc file format Unless the
       -small_header option is specified, ecattominc will conserve the maximum information from the ecat  header
       and  subheader  fields  which  will be respectively stored as attributes of the ecat-main and ecat-subhdr
       minc variables.  By default the whole 3D or 4D volume is converted, however, ecattominc  allows  for  the
       selection  of slice and frame ranges to be copied.  The voxel values of the generated minc file are decay
       corrected, unless the nodecay_correct flag is specified.  Finally, blood data file can be inserted within
       the minc file with the -bloodfile option.

General Options

-byte: Write out data as bytes (default).

       -short: Write out data as short integers.

       -clobber: Overwrite existing file.

       -noclobber: Don't overwrite existing file (default).

       -verbose: List files as they are converted (default)

       -quiet: Do not list files as they are converted.

Generic Options For All Commands

-help: Print summary of command-line options and abort

Known Bugs

       No bug listed so far :=)

Name

       ecattominc - convert an ecat format file (version 6.x or 7.x) to a minc format file

Options

       Note that options can be specified in abbreviated form (as long as they are  unique)  and  can  be  given
       anywhere on the command line.

See Also

minctoecat(1), rawtominc(1), minctoraw(1), dicomtominc(1)

Synopsis

ecattominc[<options>]<infile><outfile.mnc>ecattominc[-help]

See Also