IIINSTRUMENT Pipeline Reference Manual
1.5.13
|
Functions | |
double | sofi_pfits_get_airmass_start (const cpl_propertylist *plist) |
find out airmass start More... | |
double | sofi_pfits_get_airmass_end (const cpl_propertylist *plist) |
find out airmass end More... | |
const char * | sofi_pfits_get_arcfile (const cpl_propertylist *plist) |
find out the arcfile More... | |
const char * | sofi_pfits_get_chip (const cpl_propertylist *plist) |
find out the chip name More... | |
double | sofi_pfits_get_cumoffsetx (const cpl_propertylist *plist) |
find out the cumulative offset in X More... | |
double | sofi_pfits_get_cumoffsety (const cpl_propertylist *plist) |
find out the cumulative offset in Y More... | |
int | sofi_pfits_get_current_exp_nb (const cpl_propertylist *plist) |
find out the current exposure number More... | |
const char * | sofi_pfits_get_date (const cpl_propertylist *plist) |
find out the date of the file creation More... | |
const char * | sofi_pfits_get_date_obs (const cpl_propertylist *plist) |
find out the date of observation More... | |
double | sofi_pfits_get_dec (const cpl_propertylist *plist) |
find out the DEC More... | |
const char * | sofi_pfits_get_frame_type (const cpl_propertylist *plist) |
find out the frame type More... | |
double | sofi_pfits_get_dit (const cpl_propertylist *plist) |
find out the DIT value More... | |
const char * | sofi_pfits_get_dpr_catg (const cpl_propertylist *plist) |
find out the data category More... | |
const char * | sofi_pfits_get_dpr_tech (const cpl_propertylist *plist) |
find out the data technique More... | |
const char * | sofi_pfits_get_dpr_type (const cpl_propertylist *plist) |
find out the data type More... | |
const char * | sofi_pfits_get_filter (const cpl_propertylist *plist) |
find out which wave band is active in short wavelength More... | |
double | sofi_pfits_get_humidity_level (const cpl_propertylist *plist) |
find out the humidity level More... | |
const char * | sofi_pfits_get_instrument (const cpl_propertylist *plist) |
find out the instrument More... | |
const char * | sofi_pfits_get_lamp1_name (const cpl_propertylist *plist) |
find out the lamp1 name More... | |
int | sofi_pfits_get_lamp1_status (const cpl_propertylist *plist) |
find out the lamp1 status More... | |
const char * | sofi_pfits_get_lamp2_name (const cpl_propertylist *plist) |
find out the lamp2 name More... | |
int | sofi_pfits_get_lamp2_status (const cpl_propertylist *plist) |
find out the lamp2 status More... | |
double | sofi_pfits_get_mjdobs (const cpl_propertylist *plist) |
find out the MJD-OBS More... | |
const char * | sofi_pfits_get_mode (const cpl_propertylist *plist) |
find out the instrument mode More... | |
int | sofi_pfits_get_naxis2 (const cpl_propertylist *plist) |
find out the NAXIS2 keyword More... | |
int | sofi_pfits_get_ndit (const cpl_propertylist *plist) |
find out the NDIT keyword More... | |
int | sofi_pfits_get_numbexp (const cpl_propertylist *plist) |
find out the number of exposures More... | |
int | sofi_pfits_get_obs_id (const cpl_propertylist *plist) |
find out the OBS ID More... | |
const char * | sofi_pfits_get_targ_name (const cpl_propertylist *plist) |
find out the target name More... | |
const char * | sofi_pfits_get_opti1_id (const cpl_propertylist *plist) |
find out the OPTI1.ID key More... | |
const char * | sofi_pfits_get_origfile (const cpl_propertylist *plist) |
find out the original file name More... | |
double | sofi_pfits_get_pixscale (const cpl_propertylist *plist) |
find out the pixel scale More... | |
double | sofi_pfits_get_ra (const cpl_propertylist *plist) |
find out the RA More... | |
const char * | sofi_pfits_get_resolution (const cpl_propertylist *plist) |
find out the resolution More... | |
int | sofi_pfits_get_rom (const cpl_propertylist *plist) |
find out the read out mode More... | |
const char * | sofi_pfits_get_romode_name (const cpl_propertylist *plist) |
find out the read out mode name More... | |
const char * | sofi_pfits_get_rom_name (const cpl_propertylist *plist) |
find out the read out mode name More... | |
int | sofi_pfits_get_rspeed (const cpl_propertylist *plist) |
find out the read speed More... | |
const char * | sofi_pfits_get_templateid (const cpl_propertylist *plist) |
find out the template ID More... | |
double sofi_pfits_get_airmass_end | ( | const cpl_propertylist * | plist | ) |
find out airmass end
plist | property list to read from |
Definition at line 73 of file sofi_pfits.c.
double sofi_pfits_get_airmass_start | ( | const cpl_propertylist * | plist | ) |
find out airmass start
plist | property list to read from |
Definition at line 61 of file sofi_pfits.c.
const char* sofi_pfits_get_arcfile | ( | const cpl_propertylist * | plist | ) |
find out the arcfile
plist | property list to read from |
Definition at line 85 of file sofi_pfits.c.
const char* sofi_pfits_get_chip | ( | const cpl_propertylist * | plist | ) |
find out the chip name
plist | property list to read from |
Definition at line 97 of file sofi_pfits.c.
double sofi_pfits_get_cumoffsetx | ( | const cpl_propertylist * | plist | ) |
find out the cumulative offset in X
plist | property list to read from |
Definition at line 110 of file sofi_pfits.c.
Referenced by sofi_get_offsets().
double sofi_pfits_get_cumoffsety | ( | const cpl_propertylist * | plist | ) |
find out the cumulative offset in Y
plist | property list to read from |
Definition at line 122 of file sofi_pfits.c.
Referenced by sofi_get_offsets().
int sofi_pfits_get_current_exp_nb | ( | const cpl_propertylist * | plist | ) |
find out the current exposure number
plist | property list to read from |
Definition at line 134 of file sofi_pfits.c.
const char* sofi_pfits_get_date | ( | const cpl_propertylist * | plist | ) |
find out the date of the file creation
plist | property list to read from |
Definition at line 146 of file sofi_pfits.c.
const char* sofi_pfits_get_date_obs | ( | const cpl_propertylist * | plist | ) |
find out the date of observation
plist | property list to read from |
Definition at line 158 of file sofi_pfits.c.
double sofi_pfits_get_dec | ( | const cpl_propertylist * | plist | ) |
find out the DEC
plist | property list to read from |
Definition at line 170 of file sofi_pfits.c.
double sofi_pfits_get_dit | ( | const cpl_propertylist * | plist | ) |
find out the DIT value
plist | property list to read from |
Definition at line 195 of file sofi_pfits.c.
const char* sofi_pfits_get_dpr_catg | ( | const cpl_propertylist * | plist | ) |
find out the data category
plist | property list to read from |
Definition at line 207 of file sofi_pfits.c.
const char* sofi_pfits_get_dpr_tech | ( | const cpl_propertylist * | plist | ) |
find out the data technique
plist | property list to read from |
Definition at line 219 of file sofi_pfits.c.
const char* sofi_pfits_get_dpr_type | ( | const cpl_propertylist * | plist | ) |
find out the data type
plist | property list to read from |
Definition at line 231 of file sofi_pfits.c.
const char* sofi_pfits_get_filter | ( | const cpl_propertylist * | plist | ) |
find out which wave band is active in short wavelength
plist | property list to read from |
Definition at line 243 of file sofi_pfits.c.
const char* sofi_pfits_get_frame_type | ( | const cpl_propertylist * | plist | ) |
find out the frame type
plist | property list to read from |
Definition at line 182 of file sofi_pfits.c.
double sofi_pfits_get_humidity_level | ( | const cpl_propertylist * | plist | ) |
find out the humidity level
plist | property list to read from |
Definition at line 265 of file sofi_pfits.c.
const char* sofi_pfits_get_instrument | ( | const cpl_propertylist * | plist | ) |
find out the instrument
plist | property list to read from |
Definition at line 277 of file sofi_pfits.c.
const char* sofi_pfits_get_lamp1_name | ( | const cpl_propertylist * | plist | ) |
find out the lamp1 name
plist | property list to read from |
Definition at line 289 of file sofi_pfits.c.
int sofi_pfits_get_lamp1_status | ( | const cpl_propertylist * | plist | ) |
find out the lamp1 status
plist | property list to read from |
Definition at line 302 of file sofi_pfits.c.
const char* sofi_pfits_get_lamp2_name | ( | const cpl_propertylist * | plist | ) |
find out the lamp2 name
plist | property list to read from |
Definition at line 314 of file sofi_pfits.c.
int sofi_pfits_get_lamp2_status | ( | const cpl_propertylist * | plist | ) |
find out the lamp2 status
plist | property list to read from |
Definition at line 327 of file sofi_pfits.c.
double sofi_pfits_get_mjdobs | ( | const cpl_propertylist * | plist | ) |
find out the MJD-OBS
plist | property list to read from |
Definition at line 339 of file sofi_pfits.c.
const char* sofi_pfits_get_mode | ( | const cpl_propertylist * | plist | ) |
find out the instrument mode
plist | property list to read from |
Definition at line 351 of file sofi_pfits.c.
Referenced by sofi_get_disprel_estimate().
int sofi_pfits_get_naxis2 | ( | const cpl_propertylist * | plist | ) |
find out the NAXIS2 keyword
plist | property list to read from |
Definition at line 363 of file sofi_pfits.c.
Referenced by sofi_get_disprel_estimate().
int sofi_pfits_get_ndit | ( | const cpl_propertylist * | plist | ) |
find out the NDIT keyword
plist | property list to read from |
Definition at line 375 of file sofi_pfits.c.
int sofi_pfits_get_numbexp | ( | const cpl_propertylist * | plist | ) |
find out the number of exposures
plist | property list to read from |
Definition at line 387 of file sofi_pfits.c.
int sofi_pfits_get_obs_id | ( | const cpl_propertylist * | plist | ) |
find out the OBS ID
plist | property list to read from |
Definition at line 399 of file sofi_pfits.c.
const char* sofi_pfits_get_opti1_id | ( | const cpl_propertylist * | plist | ) |
find out the OPTI1.ID key
plist | property list to read from |
Definition at line 424 of file sofi_pfits.c.
Referenced by sofi_get_slitwidth().
const char* sofi_pfits_get_origfile | ( | const cpl_propertylist * | plist | ) |
find out the original file name
plist | property list to read from |
Definition at line 437 of file sofi_pfits.c.
double sofi_pfits_get_pixscale | ( | const cpl_propertylist * | plist | ) |
find out the pixel scale
plist | property list to read from |
Definition at line 449 of file sofi_pfits.c.
Referenced by sofi_get_slitwidth().
double sofi_pfits_get_ra | ( | const cpl_propertylist * | plist | ) |
find out the RA
plist | property list to read from |
Definition at line 461 of file sofi_pfits.c.
const char* sofi_pfits_get_resolution | ( | const cpl_propertylist * | plist | ) |
find out the resolution
plist | property list to read from |
Definition at line 473 of file sofi_pfits.c.
int sofi_pfits_get_rom | ( | const cpl_propertylist * | plist | ) |
find out the read out mode
plist | property list to read from |
Definition at line 486 of file sofi_pfits.c.
const char* sofi_pfits_get_rom_name | ( | const cpl_propertylist * | plist | ) |
find out the read out mode name
plist | property list to read from |
Definition at line 511 of file sofi_pfits.c.
const char* sofi_pfits_get_romode_name | ( | const cpl_propertylist * | plist | ) |
find out the read out mode name
plist | property list to read from |
Definition at line 498 of file sofi_pfits.c.
int sofi_pfits_get_rspeed | ( | const cpl_propertylist * | plist | ) |
find out the read speed
plist | property list to read from |
Definition at line 524 of file sofi_pfits.c.
const char* sofi_pfits_get_targ_name | ( | const cpl_propertylist * | plist | ) |
find out the target name
plist | property list to read from |
Definition at line 411 of file sofi_pfits.c.
const char* sofi_pfits_get_templateid | ( | const cpl_propertylist * | plist | ) |
find out the template ID
plist | property list to read from |
Definition at line 536 of file sofi_pfits.c.