You are not allowed to add pages
Usage for all these plots is simply to specify a date range, i.e.:
ReadNoisePlot
awe> p = ReadNoisePlot(date_range=('2011-08-01', '2015-07-01')) awe> p.make()
QuickCheckPlot
awe> p = QuickCheckPlot(date_range=('2011-08-01', '2015-07-01')) awe> p.make()
GainPlot
awe> p = GainPlot(date_range=('2011-08-01', '2015-07-01')) awe> p.make()
Photometric Zeropoints plot (optionally specify filter_name)
awe> p = ZeropointPlot(date_range=('2011-08-01', '2015-07-01'), filter_name='OCAM_g_SDSS') awe> p.make()
Code: RawDomeFlatFramePlot.py
u | g | r | i |
---|---|---|---|
Code: RawDomeFlatFramePlot.py
u | g | r | i |
---|---|---|---|
Code: ZeropointPlot.py (QuickCheckPlusZeropointPlot)
Usage:
awe> q1 = (RawDomeFlatFrame.template.type == 'FLAT,DOME,LIFETEST') & (RawDomeFlatFrame.template.start > datetime.datetime(2011,8,1)) awe> q2 = (PhotometricParameters.template.start > datetime.datetime(2011,8,1)) & (PhotometricParameters.filter.name == 'OCAM_r_SDSS') awe> p = QuickCheckPlusZeropointPlot(photoms=list(q2), rawdomeflats=list(q1)) awe> p.make()
Quick check domeflats (FLAT,DOME,LIFETEST) counts are placed on the photometric scale using this formula and an arbitrary offset is added (is this correct?: GVK says: yes this is correct.):
-2.5*log10(1/y) + 13.5
Filter | Bias | Dome | Twilight | Raw science |
---|---|---|---|---|
- | bias_stability_any_filter.webm | |||
- | bias_stability_any_filter_absolute_scale.webm (scale: -0.75 ADU - +0.75 ADU) | |||
u | .webm, .avi | .webm, .avi | ||
g | .webm, .avi | .webm, .avi | raw_science_stability_g.webm | |
r | .webm, .avi | .webm, .avi | ||
i | .webm, .avi | .webm, .avi |