Display meta info about the input DICOM file.

SYNOPSIS

gdcminfo [options] file-in

DESCRIPTION

The gdcminfo command line program takes as input a DICOM file, or a directory and process it to extract meta- information about the DICOM file processed.

PARAMETERS

file-in   DICOM input filename

OPTIONS

OPTIONS

  -r --recursive          recursive.
  -d --check-deflated     check if file is proper deflated syntax.
     --resources-path     Resources path.
     --md5sum             Compute md5sum of Pixel Data attribute value.
     --check-compression  check the encapsulated stream compression (lossless/lossy).

general options

  -h   --help
         print this help text and exit

  -v   --version
         print version information and exit

  -V   --verbose
         verbose mode (warning+error).

  -W   --warning
         warning mode, print warning information

  -E   --error
         error mode, print error information

  -D   --debug
         debug mode, print debug information

environment variable

GDCM_RESOURCES_PATH path pointing to resources files (Part3.xml, ...)

Simple usage

gdcmData

Using data from gdcmData:

$ gdcminfo gdcmData/012345.002.050.dcm
MediaStorage is 1.2.840.10008.5.1.4.1.1.4 [MR Image Storage]
NumberOfDimensions: 2
Dimensions: (256,256)
Origin: (-85,21.6,108.7)
Spacing: (0.664062,0.664062,1.5)
DirectionCosines: (1,0,0,0,0,-1)
Rescale Intercept/Slope: (0,1)
SamplesPerPixel    :1
BitsAllocated      :16
BitsStored         :16
HighBit            :15
PixelRepresentation:1
Orientation Label: CORONAL

Davie Clunie datasets:

Using data from David Clunie datasets:

$ gdcminfo BRTUM001.dcm
MediaStorage is 1.2.840.10008.5.1.4.1.1.4.1 [Enhanced MR Image Storage]
NumberOfDimensions: 3
Dimensions: (256,256,15)
Origin: (40,-105,105)
Spacing: (0.820312,0.820312,6)
DirectionCosines: (0,1,0,0,0,-1)
Rescale Intercept/Slope: (0,1)
SamplesPerPixel    :1
BitsAllocated      :16
BitsStored         :16
HighBit            :15
PixelRepresentation:1
Orientation Label: SAGITTAL

SEE ALSO

gdcmdump(1), gdcmraw(1)

COPYRIGHT

Copyright (c) 2006-2009 Mathieu Malaterre


Generated on Sun Mar 7 03:17:23 2010 for GDCM by doxygen 1.6.3
SourceForge.net Logo