|
IIINSTRUMENT Pipeline Reference Manual 1.5.16
|
Functions | |
| double | sofi_pfits_get_airmass_start (const cpl_propertylist *plist) |
| find out airmass start | |
| double | sofi_pfits_get_airmass_end (const cpl_propertylist *plist) |
| find out airmass end | |
| const char * | sofi_pfits_get_arcfile (const cpl_propertylist *plist) |
| find out the arcfile | |
| const char * | sofi_pfits_get_chip (const cpl_propertylist *plist) |
| find out the chip name | |
| double | sofi_pfits_get_cumoffsetx (const cpl_propertylist *plist) |
| find out the cumulative offset in X | |
| double | sofi_pfits_get_cumoffsety (const cpl_propertylist *plist) |
| find out the cumulative offset in Y | |
| int | sofi_pfits_get_current_exp_nb (const cpl_propertylist *plist) |
| find out the current exposure number | |
| const char * | sofi_pfits_get_date (const cpl_propertylist *plist) |
| find out the date of the file creation | |
| const char * | sofi_pfits_get_date_obs (const cpl_propertylist *plist) |
| find out the date of observation | |
| double | sofi_pfits_get_dec (const cpl_propertylist *plist) |
| find out the DEC | |
| const char * | sofi_pfits_get_frame_type (const cpl_propertylist *plist) |
| find out the frame type | |
| double | sofi_pfits_get_dit (const cpl_propertylist *plist) |
| find out the DIT value | |
| const char * | sofi_pfits_get_dpr_catg (const cpl_propertylist *plist) |
| find out the data category | |
| const char * | sofi_pfits_get_dpr_tech (const cpl_propertylist *plist) |
| find out the data technique | |
| const char * | sofi_pfits_get_dpr_type (const cpl_propertylist *plist) |
| find out the data type | |
| const char * | sofi_pfits_get_filter (const cpl_propertylist *plist) |
| find out which wave band is active in short wavelength | |
| double | sofi_pfits_get_humidity_level (const cpl_propertylist *plist) |
| find out the humidity level | |
| const char * | sofi_pfits_get_instrument (const cpl_propertylist *plist) |
| find out the instrument | |
| const char * | sofi_pfits_get_lamp1_name (const cpl_propertylist *plist) |
| find out the lamp1 name | |
| int | sofi_pfits_get_lamp1_status (const cpl_propertylist *plist) |
| find out the lamp1 status | |
| const char * | sofi_pfits_get_lamp2_name (const cpl_propertylist *plist) |
| find out the lamp2 name | |
| int | sofi_pfits_get_lamp2_status (const cpl_propertylist *plist) |
| find out the lamp2 status | |
| double | sofi_pfits_get_mjdobs (const cpl_propertylist *plist) |
| find out the MJD-OBS | |
| const char * | sofi_pfits_get_mode (const cpl_propertylist *plist) |
| find out the instrument mode | |
| int | sofi_pfits_get_naxis2 (const cpl_propertylist *plist) |
| find out the NAXIS2 keyword | |
| int | sofi_pfits_get_ndit (const cpl_propertylist *plist) |
| find out the NDIT keyword | |
| int | sofi_pfits_get_numbexp (const cpl_propertylist *plist) |
| find out the number of exposures | |
| int | sofi_pfits_get_obs_id (const cpl_propertylist *plist) |
| find out the OBS ID | |
| const char * | sofi_pfits_get_targ_name (const cpl_propertylist *plist) |
| find out the target name | |
| const char * | sofi_pfits_get_opti1_id (const cpl_propertylist *plist) |
| find out the OPTI1.ID key | |
| const char * | sofi_pfits_get_origfile (const cpl_propertylist *plist) |
| find out the original file name | |
| double | sofi_pfits_get_pixscale (const cpl_propertylist *plist) |
| find out the pixel scale | |
| double | sofi_pfits_get_ra (const cpl_propertylist *plist) |
| find out the RA | |
| const char * | sofi_pfits_get_resolution (const cpl_propertylist *plist) |
| find out the resolution | |
| int | sofi_pfits_get_rom (const cpl_propertylist *plist) |
| find out the read out mode | |
| const char * | sofi_pfits_get_romode_name (const cpl_propertylist *plist) |
| find out the read out mode name | |
| const char * | sofi_pfits_get_rom_name (const cpl_propertylist *plist) |
| find out the read out mode name | |
| int | sofi_pfits_get_rspeed (const cpl_propertylist *plist) |
| find out the read speed | |
| const char * | sofi_pfits_get_templateid (const cpl_propertylist *plist) |
| find out the template ID | |
| 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.