NACO Pipeline Reference Manual
4.4.0
|
Functions | |
double | naco_pfits_get_airmass_start (const cpl_propertylist *self) |
find out airmass start More... | |
double | naco_pfits_get_airmass_end (const cpl_propertylist *self) |
find out airmass end More... | |
double | naco_pfits_get_cumoffsetx (const cpl_propertylist *self) |
find out the cumulative offset in X More... | |
double | naco_pfits_get_cumoffsety (const cpl_propertylist *self) |
find out the cumulative offset in Y More... | |
double | naco_pfits_get_dec (const cpl_propertylist *self) |
find out the DEC More... | |
double | naco_pfits_get_dit (const cpl_propertylist *self) |
find out the DIT More... | |
double | naco_pfits_get_ecmean (const cpl_propertylist *self) |
find out the ECMEAN key More... | |
double | naco_pfits_get_exptime (const cpl_propertylist *self) |
find out the exposure time More... | |
const char * | naco_pfits_get_filter (const cpl_propertylist *self) |
find out the filter More... | |
double | naco_pfits_get_fluxmean (const cpl_propertylist *self) |
find out the FLUXMEAN key More... | |
double | naco_pfits_get_focus (const cpl_propertylist *self) |
find out the focus More... | |
double | naco_pfits_get_humidity_level (const cpl_propertylist *self) |
find out the humidity level More... | |
double | naco_pfits_get_l0mean (const cpl_propertylist *self) |
find out the L0MEAN More... | |
int | naco_pfits_get_lamp2 (const cpl_propertylist *self) |
find out the INS.LAMP2.SET keyword More... | |
const char * | naco_pfits_get_mode (const cpl_propertylist *self) |
find out the mode name More... | |
const char * | naco_pfits_get_object (const cpl_propertylist *self) |
Get the Object name. More... | |
int | naco_pfits_get_ndit (const cpl_propertylist *self) |
find out the NDIT keyword More... | |
const char * | naco_pfits_get_opti3_name (const cpl_propertylist *self) |
find out the OPTI3.NAME key More... | |
const char * | naco_pfits_get_opti4_name (const cpl_propertylist *self) |
find out the OPTI4.NAME key More... | |
const char * | naco_pfits_get_opti7_name (const cpl_propertylist *self) |
find out the OPTI7.NAME key More... | |
double | naco_pfits_get_pixscale (const cpl_propertylist *self) |
find out the pixel scale More... | |
double | naco_pfits_get_r0mean (const cpl_propertylist *self) |
find out the R0MEAN key More... | |
double | naco_pfits_get_ra (const cpl_propertylist *self) |
find out the RA More... | |
int | naco_pfits_get_rom (const cpl_propertylist *self) |
find out the read out mode More... | |
const char * | naco_pfits_get_rom_name (const cpl_propertylist *self) |
find out the read out mode name More... | |
double | naco_pfits_get_t0mean (const cpl_propertylist *self) |
find out the T0MEAN key More... | |
const char * | naco_pfits_get_templateid (const cpl_propertylist *self) |
find out the template ID More... | |
double naco_pfits_get_airmass_start | ( | const cpl_propertylist * | self | ) |
find out airmass start
self | property list to read from |
Definition at line 71 of file naco_pfits.c.
double naco_pfits_get_airmass_end | ( | const cpl_propertylist * | self | ) |
find out airmass end
self | property list to read from |
Definition at line 83 of file naco_pfits.c.
double naco_pfits_get_cumoffsetx | ( | const cpl_propertylist * | self | ) |
find out the cumulative offset in X
self | property list to read from |
Definition at line 95 of file naco_pfits.c.
double naco_pfits_get_cumoffsety | ( | const cpl_propertylist * | self | ) |
find out the cumulative offset in Y
self | property list to read from |
Definition at line 107 of file naco_pfits.c.
double naco_pfits_get_dec | ( | const cpl_propertylist * | self | ) |
find out the DEC
self | property list to read from |
Definition at line 119 of file naco_pfits.c.
double naco_pfits_get_dit | ( | const cpl_propertylist * | self | ) |
find out the DIT
self | property list to read from |
Definition at line 131 of file naco_pfits.c.
double naco_pfits_get_ecmean | ( | const cpl_propertylist * | self | ) |
find out the ECMEAN key
self | property list to read from |
Definition at line 143 of file naco_pfits.c.
double naco_pfits_get_exptime | ( | const cpl_propertylist * | self | ) |
find out the exposure time
self | property list to read from |
Definition at line 155 of file naco_pfits.c.
const char* naco_pfits_get_filter | ( | const cpl_propertylist * | self | ) |
find out the filter
self | property list to read from |
Definition at line 167 of file naco_pfits.c.
double naco_pfits_get_fluxmean | ( | const cpl_propertylist * | self | ) |
find out the FLUXMEAN key
self | property list to read from |
Definition at line 208 of file naco_pfits.c.
double naco_pfits_get_focus | ( | const cpl_propertylist * | self | ) |
find out the focus
self | property list to read from |
Definition at line 220 of file naco_pfits.c.
double naco_pfits_get_humidity_level | ( | const cpl_propertylist * | self | ) |
find out the humidity level
self | property list to read from |
Definition at line 232 of file naco_pfits.c.
double naco_pfits_get_l0mean | ( | const cpl_propertylist * | self | ) |
find out the L0MEAN
self | property list to read from |
Definition at line 244 of file naco_pfits.c.
int naco_pfits_get_lamp2 | ( | const cpl_propertylist * | self | ) |
find out the INS.LAMP2.SET keyword
self | property list to read from |
Definition at line 256 of file naco_pfits.c.
const char* naco_pfits_get_mode | ( | const cpl_propertylist * | self | ) |
find out the mode name
self | property list to read from |
Definition at line 268 of file naco_pfits.c.
const char* naco_pfits_get_object | ( | const cpl_propertylist * | self | ) |
Get the Object name.
self | property list to read from |
Definition at line 280 of file naco_pfits.c.
int naco_pfits_get_ndit | ( | const cpl_propertylist * | self | ) |
find out the NDIT keyword
self | property list to read from |
Definition at line 292 of file naco_pfits.c.
const char* naco_pfits_get_opti3_name | ( | const cpl_propertylist * | self | ) |
find out the OPTI3.NAME key
self | property list to read from |
Definition at line 304 of file naco_pfits.c.
const char* naco_pfits_get_opti4_name | ( | const cpl_propertylist * | self | ) |
find out the OPTI4.NAME key
self | property list to read from |
Definition at line 316 of file naco_pfits.c.
const char* naco_pfits_get_opti7_name | ( | const cpl_propertylist * | self | ) |
find out the OPTI7.NAME key
self | property list to read from |
Definition at line 329 of file naco_pfits.c.
double naco_pfits_get_pixscale | ( | const cpl_propertylist * | self | ) |
find out the pixel scale
self | property list to read from |
Definition at line 341 of file naco_pfits.c.
double naco_pfits_get_r0mean | ( | const cpl_propertylist * | self | ) |
find out the R0MEAN key
self | property list to read from |
Definition at line 353 of file naco_pfits.c.
double naco_pfits_get_ra | ( | const cpl_propertylist * | self | ) |
find out the RA
self | property list to read from |
Definition at line 365 of file naco_pfits.c.
int naco_pfits_get_rom | ( | const cpl_propertylist * | self | ) |
find out the read out mode
self | property list to read from |
Definition at line 377 of file naco_pfits.c.
const char* naco_pfits_get_rom_name | ( | const cpl_propertylist * | self | ) |
find out the read out mode name
self | property list to read from |
Definition at line 389 of file naco_pfits.c.
double naco_pfits_get_t0mean | ( | const cpl_propertylist * | self | ) |
find out the T0MEAN key
self | property list to read from |
Definition at line 401 of file naco_pfits.c.
const char* naco_pfits_get_templateid | ( | const cpl_propertylist * | self | ) |
find out the template ID
self | property list to read from |
Definition at line 413 of file naco_pfits.c.