QC documentation system: QC procedure flat_scr_qc.prg for FORS2

This documentation is intended both for QC scientists and SciOps astronomers (who may want to ignore the technical information displayed in grey).
 
HOME
 
CRIRES
FORS1
FORS2
KMOS
NACO
 
GIRAFFE
UVES
XSHOOTER
 
ISAAC
SPHERE
VIMOS
VISIR
 
HAWKI
MUSE
SINFONI
 
AMBER
MIDI
PIONIER
 
OMEGACAM
VIRCAM
[best viewing with style sheets and javascript enabled]
bias_qc.prg dark_qc.prg detmon_qc.prg lamp_chk_qc.prg
flat_scr_qc.prg lamp_std_qc.prg lamp_lss_qc.prg lamp_mos_qc.prg lamp_mxu_qc.prg lamp_pmos_qc.prg
flat_sky_qc.prg std_ima_qc.prg std_lss_qc.prg std_mos_qc.prg std_pmos_qc.prg
sci_img_qc_dimm.prg sci_lss_qc.prg sci_mos_qc.prg sci_mxu_qc.prg sci_pmos_qc.prg
 
bottom  plots   |   contact
NAME flat_scr_qc.prg
VERSION 1.0 -- taken from FORS1 to FORS2
1.1 -- adapted for two FORS2 CCDs with different field-of-view 1.3 -- adapted for new imaging pipeline (2008-03-19)
SYNTAX MIDAS
CALL measureQuality
from $DFS_PRODUCT/FLAT_scr/$DATE:
inmidas -P -j "@@ $DFO_PROC_DIR/flat_scr_qc.prg $date $PF"
INSTRUMENT FORS2
RAWTYPE FLAT_SCR
PURPOSE compares raw and product FLAT_SCR files for FORS2 QC assessment; the plots are later reviewed within certifyProducts. The plot (flat_scr_grap1.png) is stored as Postscript file in $DFO_PLT_DIR.
PROCINPUT first raw flat from AB; MASTER_SCREEN_FLAT_IMG product;
QC1TABLE trending | table(s) in QC1 database:
fors2_scrflat
TRENDPLOT trending | HealthCheck plot(s) associated to this procedure:
trend_report_SCR_FF_uv_HC.html | trend_report_SCR_FF_b_HC.html | trend_report_SCR_FF_RI_HC.html | trend_report_CONAD_HC.html | trend_report_FPN_rel_HC.html
QC1PAGE trending | associated documentation:
scrflat_qc1.html
QC1PLOTS
top

flat_scr_grap1.png
left: comparison master (red) <-> raw (black);
upper panel: middle row and middle column, full pixel range, in ADU;
lower panel: middle row and middle column, central 100 pixels, in ADU
top right: ratio master/reference
left panel: central row/column, full pixel range
right panel: central row/column, central pixel range
bottom right: histogram: all pixel values of master skyflat in log frequency histogram

flat_scr_disp1.png
full display of master frame

flat_scr_disp2.png
full display of 1st raw frame

flat_scr_disp3.png
full display of ratio master/reference
QC1PARAM QC1 parameters written into QC1 table:
QC1db names: datancom | median_master | sigma_master
FITS key names: DATANCOM | (flat_scr_qc.prg) | (flat_scr_qc.prg)
QC1db names: efficiency | fixp_noise | FPN_rel | phot_noise
FITS key names: QC.FLAT.EFF | QC.FLAT.FPN | QC.FLAT.FPN.REL | QC.FLAT.PHN
QC1db names: conad | conad_err
FITS key names: QC.FLAT.CONAD | QC.FLAT.CONADERR
QC1 params created by pipeline: datancom, conad, conad_err, efficiency, fixed-pattern noise (absolute and relative), photon noise
QC1 params created by this procedure: median_master, sigma_master
ALGORITHM Description of algorithms:
median_master: median level of master screen flat within X200...1800, Y400...800 (MIDAS stat/ima; outputr(8))
sigma_master: std.dev. of master screen flat within X200...1800, Y400...800 (MIDAS stat/ima; outputr(4))
CERTIF Reasons for rejection:
- unusual structure;
Smooth, large scale variations, individual bright/dark spots in the central area of the ratio master/reference are no reason for rejection.
COMMENTS
top [2015-11-05T15:10:28]         created by qcDocu v1.1.2, a tqs tool