EyeViewer¶
- class sofia_redux.visualization.redux_viewer.EyeViewer[source]¶
Bases:
ViewerRedux Viewer interface to the Eye of SOFIA.
See also
sofia_redux.visualization.controllerstandalone Eye application
- Attributes:
- eye
eye.Eye Spectral viewer.
- first_displaybool
Flag that indicates whether the Eye has been initialized for display.
- eye
Instantiate the viewer.
Methods Summary
close()Close the viewer.
display()Display data.
reset()Reset the viewer.
start([parent])Start up the viewer.
Methods Documentation