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 |
orderdef_blue.prg
|
|
VERSION |
2.3
|
|
SYNTAX |
MIDAS
|
|
CALL |
from $DFS_PRODUCT/BIAS_RED/$DATE:
uves.MeasureQuality -a <AB> -c orderdef_blue.prg [-i|--NOingestQC1pars]
where
<AB> is the Association Block
[-i] forces QC1 parameter ingestion (default)
[--NOingestQC1pars] prevents QC1 parameter ingestion
|
|
INSTRUMENT |
UVES
|
|
RAWTYPE |
ORDERDEF_ECH_BLUE
|
|
PURPOSE |
Comparison of raw, master and/or reference ORDERDEF_ECH_BLUE 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 |
RAW frame from AB; ORDER_TABLE_BLUE & BACKGR_TABLE_BLUE products
|
|
QC1TABLE |
trending | table(s) in QC1 database:
uves_orderdef
|
|
TRENDPLOT |
trending | HealthCheck plot associated to this procedure: none
|
|
QC1PAGE |
trending | associated documentation: none
|
|
QC1PLOTS
top |
orderdef_ech_blue.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.
orderdef_ech_blue.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.
orderdef_ech_blue_0000.fits.png
From left to right, top to bottom:
plot 1:trace across the central row of the RAW frame
plot 2:trace across the central column of the RAW frame
plot 3:Residuals in X (i.e. along the order, dispersion direction) of the fitted positions of the order with respect to the expected positions of the physical model
plot 4:Representation of the order positions in X-Y pixel space.
plot 5:Residuals in Y (i.e. across the order, cross-dispersion direction) of the fitted positions of the order with respect to the expected positions of the physical model
orderdef_ech_blue_0000.fits_1.ima.png
MIDAS display of the RAW frame with the located and traced orders indicated by squares (in this view the squares are relatively large and close together giving the impression of continuous lines). Each order is traced at regular steps along the order, each step is inducated by a square.
orderdef_ech_blue_0000.fits_2.ima.png
Same as previous but closeup of central region with each step indicated by a (rather) small cross and joined by a line.
|
|
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
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
QC1 params created by pipeline: All
QC1 params created by this procedure: None
|
|
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, 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, 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)
|
|
CERTIF |
- No light or low light level (meaning too few orders can be found)
- Saturation (meaning too few orders can be found)
- Failure to find expected orders
|
|
COMMENTS |
|
top |
[2015-10-30T08:20:49] created by qcDocu v1.1.2, a tqs tool
|