This documentation is intended both for QC scientists and SciOps astronomers (who may want to ignore the technical information displayed in grey).
|
|
|
|
|
bottom
plots
|
contact
|
|
NAME |
fflat_fib.prg
|
|
VERSION |
1.3
|
|
SYNTAX |
MIDAS
|
|
CALL |
from $DFS_PRODUCT/BIAS_RED/$DATE:
uves.MeasureQuality -a <AB> -c fflat_fib.prg [-i|--NOingestQC1pars]
where
<AB> is the Association Block
[-i] forces QC1 parameter ingestion (default)
[--NOingestQC1pars] prevents QC1 parameter ingestion
|
|
INSTRUMENT |
UVES
|
|
RAWTYPE |
FFLAT_MOS_RED
|
|
PURPOSE |
Comparison of raw, master and/or reference FFLAT_MOS_RED files
for UVES QC assessment;
QC1 values are calculated and fed into the QC1 table.
QC1 plot(s) and/or display(s) are generated,
and later reviewed within certifyProducts.
The generated plots stored in $DFO_PLT_DIR/$DATE
with the name r.<DPid>_tpl_0000.fits.png where <DPid>
is the Data Product Identification of the first frame of the
template.
|
|
PROCINPUT |
TBD
|
|
QC1TABLE |
trending | table(s) in QC1 database:
uves_fib_fflat
|
|
TRENDPLOT |
trending | HealthCheck plot(s) associated to this procedure:
HEALTH/trend_report_MOS_LAMPS_Stability_DHC_HC.html
|
|
QC1PAGE |
trending | associated documentation:
flamps_qc1.html
|
|
QC1PLOTS
top |
fflat_mos_red.montage.png
A montage image made up of the following individual reports simply for the purposes
of easier/better display in XV during the certification process. Created together
with the reference montage (see below) within the uves.MeasureQuality script.
Can be recreated manually by calling the script
uves.makeQCreportMontage -a <AB>, see uves.makeQCreportMontage -h for more details.
fflat_mos_red.montage.ref.png
A montage image made up from the individual QC reports of the reference AB located by
the script uves.getRefAB. During certification, the two montage images are blinked to
facilitate identification of unusual features. This reference montage created at the
same time as the AB montage (see above).The montage of the reference AB is easily
identified during the blinking as the one with the grey background.
fflat_mos_red_0013.fits.png
TBD
fflat_mos_red_0013.fits_1.ima.png
TBD
fflat_mos_red_0013.fits_1.png
TBD
fflat_mos_red_0013.fits_2.ima.png
TBD
fflat_mos_red_0013.fits_3.ima.png
TBD
fflat_mos_red_0013.fits_4.ima.png
TBD
fflat_mos_red_0013.fits_5.ima.png
TBD
fflat_mos_red_0013.fits_6.ima.png
TBD
|
|
QC1PARAM |
QC1 parameters written into QC1 table:
QC1db names: order_min | order_max | resid_min | resid_max | resid_mean | resid_sigma | npos_all | npos_sel | fib_min | fib_max | fib_effic_rel | fib_effic_abs
FITS key names: QC.ORDMIN | QC.ORDMAX | QC.ORD.RESIDMIN | QC.ORD.RESIDMAX | QC.ORD.RESIDAVG | QC.ORD.RESIDRMS | QC.ORD.NPOSALL | QC.ORD.NPOSSEL | <qc_script> | <qc_script> | QC.FIBi.RELTRANS | QC.FIBi.ABSTRANS | QC.FIBi.MSK
QC1 params created by pipeline:
QC1 params created by this procedure:
|
|
ALGORITHM |
Description of algorithms: Algorithms for pipeline created keywords are (in principal) described in the pipeline user's manual
- order_min: minimum order number, product keyword QC.ORDMIN
Description: minimum order number detected
- order_max: maximum order number, product keyword QC.ORDMAX
Description: maximum order number detected
- resid_min: minimum value of residuals, product keyword QC.ORD.RESIDMIN
Description: we check residual in order def step to check if
the geometrical spectral format predicted from
the physical model match the actual detected spectral
format (which may contain less orders due to unsufficient
detector illumination).
- resid_max: maximum value of residuals, product keyword QC.ORD.RESIDMAX
Description: we check residual in order def step to check if
the geometrical spectral format predicted from
the physical model match the actual detected spectral
format (which may contain less orders due to unsufficient
detector illumination).
- resid_mean: mean value of residuals, product keyword QC.ORD.RESIDAVG
Description: we check residual in order def step to check if
the geometrical spectral format predicted from
the physical model match the actual detected spectral
format (which may contain less orders due to unsufficient
detector illumination).
- resid_sigma: rms value of residuals, product keyword QC.ORD.RESIDRMS
Description: we check residual in order def step to check if
the geometrical spectral format predicted from
the physical model match the actual detected spectral
format (which may contain less orders due to unsufficient
detector illumination).
- npos_all: total number of positions found (per fibre), product keyword QC.ORD.NPOSALL
Description: we check in order def step if
the geometrical spectral format predicted from
the physical model match the actual detected spectral
format (which may contain less orders due to unsufficient
detector illumination). This number give a more detailed
information on the overal order detection
(respect to QC NPRED and QC NALL)
- npos_sel: number of positions selected (per fibre), product keyword QC.ORD.NPOSSEL
Description: we check in order def step if
the geometrical spectral format predicted from
the physical model match the actual detected spectral
format (which may contain less orders due to unsufficient
detector illumination). This number give a more detailed
information on the overal order detection
(respect to QC NPRED and QC NALL)
#
# Master Bias
#
- fib_min: minimum fibre ID found, this QC parameter is currently calculated by the QC report script, not by the pipeline.
Description: TBD
- fib_max: maximum fibre ID found, this QC parameter is currently calculated by the QC report script, not by the pipeline.
Description: TBD
- fib_effic_rel: relative transmission (efficiency) of fibre, product keyword QC.FIBi.RELTRANS
Description: relative measured on each fibre
- fib_effic_abs: absolute transmission (ADU/sec) of fibre, product keyword QC.FIBi.ABSTRANS
Description: average transmission countrate measured on each fibre
|
|
CERTIF |
Reasons for rejection: - TBD
|
|
COMMENTS |
None
|
top |
[2015-10-30T08:21:29] created by qcDocu v1.1.2, a tqs tool
|