Package peppy :: Package hsi :: Module ENVI
[frames] | no frames]

Module ENVI

Read, parse, and write ENVI headers.

Support for reading and writing ENVI headers. This interfaces with the HSI module to set up the correct parameters for reading the raw data contained in the corresponding data file.

Classes
  Header
Class representing the text fields of an ENVI format header, with the ability to populate an Cube with the parsed values from this text.
  TextROI
ENVI Text format ROI file support.
Functions
 
isHeader(filename)
 
verifyHeader(filename)
 
findHeaders(url)
Variables
  enviDataType = [None, <type 'numpy.uint8'>, <type 'numpy.int16...
Variables Details

enviDataType

Value:
[None,
 <type 'numpy.uint8'>,
 <type 'numpy.int16'>,
 <type 'numpy.int32'>,
 <type 'numpy.float32'>,
 <type 'numpy.float64'>,
 <type 'numpy.complex64'>,
 None,
...