OPERA
1.0
Open source echelle spectrograph reduction pipeline
|
access the configuration files. More...
Data Structures | |
class | operaEspadonsSubImage |
This class encapsulates an espadons subimage and extends operaFITSSubImage. More... | |
class | operaException |
The opera exception class. More... | |
Defines | |
#define | OPERAERRRORCODESONLY |
access the parameter file. | |
Enumerations | |
enum | imtype_t { IMTYPE_GENERIC, IMTYPE_BIAS, IMTYPE_FLAT, IMTYPE_COMPARISON, IMTYPE_ALIGN, IMTYPE_OBJECT, IMTYPE_DARK } |
This class extands the FITS image to espadons image. More... | |
Functions | |
string | trimFITSKeyword (const char *in) |
This class encapsulates the FITS image. | |
ImageIndexVector | where (operaFITSSubImage *b, unsigned *count) |
This class encapsulates the FITS sub image. | |
Variables | |
static int | verbose = 0 |
CCD library. | |
static int | debug = 0 |
static int | verbose = 0 |
Fitting library. | |
static int | debug = 0 |
static int | verbose = 0 |
image library. | |
static int | debug = 0 |
static int | verbose = 0 |
Statistics library. | |
static int | debug = 0 |
access the configuration files.
The routines take a const char*name as the first Configuration. The second paramter is a char *&value list in the case of a "get", or a const char* in the case of a "set", "add" or "delete". "remove" removes the entire name/value entry.}
#define OPERAERRRORCODESONLY |
access the parameter file.
The routines take a const char*name as the first parameter. The second paramter is a char *&value list in the case of a "get", or a const char* in the case of a "set", "add" or "delete". "remove" removes the entire name/value entry.}
enum imtype_t |
This class extands the FITS image to espadons image.
string trimFITSKeyword | ( | const char * | in | ) |
This class encapsulates the FITS image.
Trim the single quotes and trailing spaces from a FITS keyword value.
trimFITSKeyword(const char *in) Trim the single quotes and trailing spaces from a FITS keyword value.
in |
ImageIndexVector where | ( | operaFITSSubImage * | b, |
unsigned * | count | ||
) |
This class encapsulates the FITS sub image.
where function - return a vector of the same size .
where where function - return an index vector of count size of all image values at index that satisfy condition.
b | - operaFITSImage* |
count | - count of 1's |
int debug = 0 |
int debug = 0 |
int debug = 0 |
int debug = 0 |
int verbose = 0 [static] |
image library.
int verbose = 0 [static] |
Statistics library.