Package peppy :: Package hsi :: Module utils :: Class CubeCompare
[frames] | no frames]

Class CubeCompare

object --+
         |
        CubeCompare

Instance Methods
 
__init__(self, c1, c2)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
 
getHistogramByFlatPython(self, nbins=500)
 
getHistogramByBand(self, nbins=500)
 
getHistogramByFlatChunk(self, nbins=500)
 
getHistogramByFlat(self, nbins=500)
 
getHistogramFast(self, nbins=500)
 
getHistogram(self, nbins=500)
 
getExtrema(self)
Really just a test function to see how long it takes to seek all the way through one file.
 
getExtremaChunk(self)
Really just a test function to see how long it takes to seek all the way through one file.

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties

Inherited from object: __class__

Method Details

__init__(self, c1, c2)
(Constructor)

 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)