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 |
gravi_dark.py
|
|
VERSION |
1.0 -- October 2016
1.0.1 -- changes for gravity-0.9.8 (2016-10-26)
1.0.2 -- count number of 0 pixels in ACQ camera (2017-03-01)
|
|
SYNTAX |
PYTHON
|
|
CALL |
processQC
from $DFS_PRODUCT/DARK/$DATE
/home/vimos/python/gravi_dark.py -i -a $AB
|
|
INSTRUMENT |
GRAVITY
|
|
RAWTYPE |
DARK
|
|
PURPOSE |
QC check on raw and master dark frames
|
|
PROCINPUT |
raw dark frame and DARK pipelien product
|
|
QC1TABLE |
trending | table(s) in QC1 database:
gravity_dark
|
|
TRENDPLOT |
trending | HealthCheck plot(s) associated to this procedure:
trend_report_DARK_LOW_HC.html |
trend_report_DARK_MED_HC.html |
trend_report_DARK_HIGH_HC.html |
trend_report_ACQCAM_HC.html
|
|
QC1PAGE |
trending | associated documentation:
dark_qc1.html
|
|
QC1PLOTS
top |
dark1.png
upper panel: master dark of SC detector (full image)
lower panel: master dark of SC detector (central part)
dark2.png
upper panel: error image of SC dark (full)
lower panel: error image of SC dark (central part)
dark3.png
left panel: average of raw dark exposures of FT detector
middle panel: master dark of FT detector (pipeline product)
right panel: error of FT master dark
dark4.png
Cuts and histograms for SC detector.
upper left panel: cuts through first raw frame and master dark in X direction
upper middle panel: cuts through first raw frame and master dark in Y direction
upper right panel: histrograms of first raw frame and master
central left panel: cuts through first raw frame and master in X direction, central area
central middle panel: cuts through first raw frame and master in Y direction, central area
central right panel: row and column averages of master
lower left panel: comparison to reference (current master - reference), cut in X direction
lower middle panel: comparison to reference (current master - reference), cut in Y direction
lower right panel: comparison to reference, histogram
|
|
QC1PARAM |
QC1 parameters written into QC1 database:
QC1 DB names: darklevel_ft | darklevel_sc | darkrms_ft | darkrms_sc | biasavg_sc | biasrms_sc | numpix_zero_acq
All parameters (except numpix_zero_acq) are calculated by the pipeline recipe.
|
|
ALGORITHM |
Description of algorithms:
darklevel_ft: The master is determined as the median stack of the input data;
the QC parameter is the average of the all pixel values in the master.
darklevel_sc: The master is determined as the median stack of the input data after bias subtraction;
the QC parameter is the median of the all pixel values in the master.
darkrms_ft: Standard deviation of FT master dark.
darkrms_sc: Standard deviation of SC master dark.
biasavg_sc: The average bias that is subtracted from each input frame in case of the SC detector.
The actual dark level of the input frames is then darklevel_sc + biasavg_sc.
biasrms_sc: The standard deviation of the individual bias values per input frame.
numpix_zero_acq: The number of pixels of the acquisition camera that have 0 ADU.
|
|
CERTIF |
Reasons for rejection:
unusual dark level or read-out noise, change of structure
|
|
COMMENTS |
None
|
top |
[2017-03-17T10:00:20] created by qcDocu v1.1.2, a tqs tool
|