EyeViewer¶
- class sofia_redux.visualization.redux_viewer.EyeViewer[source]¶
Bases:
Viewer
Redux Viewer interface to the Eye of SOFIA.
See also
sofia_redux.visualization.controller
standalone 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