QADViewer¶
- class sofia_redux.pipeline.gui.qad_viewer.QADViewer[source]¶
Bases:
Viewer
Redux Viewer interface to DS9 and the Eye of SOFIA.
Uses pyds9 to control DS9 for image and cube display, and the Eye viewer for spectra.
See also
sofia_redux.pipeline.gui.qad.qad_app
standalone QAD application
- Attributes:
- imviewer
sofia_redux.pipeline.gui.qad.qad_imview.QADImView
QAD Image and Spectrum Viewer.
- settings
QADViewerSettings
Control widgets for the QADViewer.
- imviewer
Initialize the QAD Viewer.
Methods Summary
close
()Close the viewer.
display
()Display data.
reset
()Reset the viewer.
start
([parent])Start up the viewer.
Methods Documentation