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

Module cube

Reading and writing raw HSI cubes.

This class supports reading HSI data cubes (that are stored in raw, uncompressed formats) using memory mapped file access.

Classes
  MetadataMixin
Generic mixin interface for Cube metadata.
  Cube
Generic representation of an HSI datacube.
  BIPCube
  BILCube
  BSQCube
Functions
 
newCube(interleave, url=None)
 
createCube(interleave, lines, samples, bands, datatype=None, byteorder=0, scalefactor=10000.0, data=None, dummy=False)
Variables
  LittleEndian = 0
  BigEndian = 1
  nativeByteOrder = 0
  byteordertext = ['<', '>']