|
X-shooter Pipeline Reference Manual 3.8.15
|
#include <cpl.h>#include <regex.h>#include <string.h>#include <strings.h>#include <sys/types.h>#include <fnmatch.h>#include <assert.h>#include "xsh_msg.h"#include "xsh_qc_handling.h"#include "xsh_qc_definition.h"#include "xsh_pfits_qc.h"Go to the source code of this file.
Macros | |
| #define | USE_REGEXP |
Functions | |
| qc_description * | xsh_get_qc_desc_by_kw (const char *kw) |
| qc_description * | xsh_get_qc_desc_by_pro_catg (const char *pro_catg) |
| int | xsh_qc_in_recipe (qc_description *pqc, xsh_instrument *instrument) |
| qc_description * | xsh_get_qc_desc_by_recipe (const char *recipe, qc_description *prev) |
| qc_description * | xsh_get_qc_desc_by_function (char *function, qc_description *prev) |
| int | xsh_is_qc_for_arm (const char *arm, qc_description *pqc) |
| int | xsh_is_qc_for_pro_catg (const char *pro_catg, qc_description *pqc) |
| void | xsh_add_qc_crh (xsh_pre *pre, int nbcrh, int nframes) |
| #define USE_REGEXP |
Definition at line 54 of file xsh_qc_handling.c.