Widgets¶
Tables¶
- class aca_view.widgets.TableWidget(timeline, rows=['IMGNUM', 'IMGFUNC', 'IMGROW0', 'IMGCOL0', 'IMGFID', 'IMGSTAT', '', 'BGDAVG', 'BGDRMS', 'BGDSTAT', 'IMGSCALE', '', 'AOACYAN', 'AOACZAN', 'DYAGS', 'DZAGS', 'AOACMAG', 'MAG_EST', 'AGE'], fmt=None)[source]¶
Widget to display slot telemetry in table format.
ACAImage¶
- class aca_view.widgets.aca_image_widget.ACAImage(slot=0, timeline=None, window_size=18, margin=0, unit='aca_view')[source]¶
One ACA Image.
This class contains all the non-Qt functionality. Similar to chandra_aca ACAImage.
Other¶
- class aca_view.widgets.data_source_dialog.DateTimeEdit[source]¶
Widget to get date-time from the user, using a standard date-time widget or a string.