Wrapper around a Cube object that provides a bitmap view.
This class wraps a cube object and provides the interface needed by
the bitmap viewing code to generate the appropriate bitmaps to view the
selected bands in the cube.
|
|
__init__(self,
cube,
display_rgb=True)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
|
|
|
|
|
|
|
| initBitmap(self,
cube,
width=None,
height=None) |
|
|
|
|
|
|
|
| loadBands(self,
progress=None) |
|
|
|
|
getHorizontalProfiles(self,
y)
Get the horizontal profiles at the given height |
|
|
|
|
getVerticalProfiles(self,
x)
Get the vertical profiles at the given width |
|
|
|
|
|
|
|
| getDepthXAxisExtrema(self) |
|
|
|
|
|
|
|
getDepthProfile(self,
x,
y)
Get the profile into the monitor at the given x,y position |
|
|
|
|
|
|
|
|
|
|
|
|
|
| setIndexes(self,
newbands) |
|
|
|
|
| show(self,
prefilter,
colorfilter,
progress=None) |
|
|
|
|
|
|
|
| copyImageToClipboard(self) |
|
|
|
|
getCoords(self,
x,
y)
Convert the coordinates from the display x, y to sample, line, band. |
|
|
|
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|