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

dcm_map_to_8 - map original pixel data (10, 12 bit) to 8 bit

Description

dcm_map_to_8  reads  one  DICOM  image  (monochrome)  and  maps the pixel data to 8 bits. It does this by
       applying window width,  window  center,  rescale  slope,  and  rescale  intercept  values  found  in  the
       information  object.   The  user  can  override the window width and center values by supplying different
       values as command line arguments.

Name

       dcm_map_to_8 - map original pixel data (10, 12 bit) to 8 bit

Options

dcm_map_to_8 accepts the following options:

       -b              Read input file assuming the data is stored in big-endian byte order

       -v              Place DCM facility in verbose mode

       -Wwidth        Override window width with this value

       -Ccenter       Override window center with this value

       inputoutput    Input and output files

                                                                                                 dcm_map_to_8(1)

Synopsis

dcm_map_to_8[-b][-v][-Wwidth][-Ccenter]inputoutput

See Also