#include <xsh_qc_handling.h>
Data Fields | |
const char * | kw_name |
const char * | kw_recipes |
const char * | kw_recipes_tbw |
const char * | kw_function |
const char * | kw_help |
cpl_type | kw_type |
const char * | arms |
const char * | pro_catg |
Definition at line 31 of file xsh_qc_handling.h.
const char* qc_description::arms |
List of arms for which the QC should be created
Definition at line 38 of file xsh_qc_handling.h.
Referenced by xsh_is_qc_for_arm().
const char* qc_description::kw_function |
DRL functions
Definition at line 35 of file xsh_qc_handling.h.
Referenced by xsh_get_qc_desc_by_function().
const char* qc_description::kw_help |
Comment
Definition at line 36 of file xsh_qc_handling.h.
Referenced by irplib_paf_dump(), and main().
const char* qc_description::kw_name |
QC name
Definition at line 32 of file xsh_qc_handling.h.
Referenced by main(), xsh_get_qc_desc_by_function(), xsh_get_qc_desc_by_kw(), xsh_get_qc_desc_by_pro_catg(), xsh_get_qc_desc_by_recipe(), xsh_is_qc_for_pro_catg(), xsh_paf_save(), xsh_pfits_set_qc(), and xsh_pfits_set_qc_multi().
const char* qc_description::kw_recipes |
List of recipes creating this QC parameter
Definition at line 33 of file xsh_qc_handling.h.
Referenced by xsh_get_qc_desc_by_recipe(), and xsh_qc_in_recipe().
const char* qc_description::kw_recipes_tbw |
List of recipes to be written ...
Definition at line 34 of file xsh_qc_handling.h.
Referenced by xsh_get_qc_desc_by_recipe(), and xsh_qc_in_recipe().
cpl_type qc_description::kw_type |
CPL Type (INT, DOUBLE< ...)
Definition at line 37 of file xsh_qc_handling.h.
Referenced by main(), xsh_get_qc_desc_by_recipe(), xsh_pfits_set_qc(), and xsh_pfits_set_qc_multi().
const char* qc_description::pro_catg |
The PRO.CATG(s) relevant for this KW
Definition at line 40 of file xsh_qc_handling.h.
Referenced by xsh_get_qc_desc_by_pro_catg(), and xsh_is_qc_for_pro_catg().