Functions | |
| double | visir_pfits_get_airmass_start (const cpl_propertylist *self) |
| The airmass start. | |
| double | visir_pfits_get_airmass_end (const cpl_propertylist *self) |
| The airmass end. | |
| double | visir_pfits_get_alpha (const cpl_propertylist *self) |
| The alpha angle. | |
| const char * | visir_pfits_get_arcfile (const cpl_propertylist *self) |
| The arcfile. | |
| const char * | visir_pfits_get_chopnod_dir (const cpl_propertylist *self) |
| The chopping direction. | |
| double | visir_pfits_get_chop_throw (const cpl_propertylist *self) |
| The chopping throw. | |
| int | visir_pfits_get_chop_ncycles (const cpl_propertylist *self) |
| The number of chopping cycles. | |
| double | visir_pfits_get_cumoffsetx (const cpl_propertylist *self) |
| The cumulative offset in X. | |
| double | visir_pfits_get_cumoffsety (const cpl_propertylist *self) |
| The cumulative offset in Y. | |
| const char * | visir_pfits_get_date_obs (const cpl_propertylist *self) |
| The date of observation. | |
| double | visir_pfits_get_delta (const cpl_propertylist *self) |
| The DELTA keyword in a VISIR header. | |
| double | visir_pfits_get_dec (const cpl_propertylist *self) |
| The DEC. | |
| double | visir_pfits_get_dit (const cpl_propertylist *self) |
| The DIT. | |
| int | visir_pfits_get_expno (const cpl_propertylist *self) |
| The number of the current exposition. | |
| const char * | visir_pfits_get_filter (const cpl_propertylist *self) |
| The filter. | |
| double | visir_pfits_get_focus (const cpl_propertylist *self) |
| The focus. | |
| double | visir_pfits_get_exptime (const cpl_propertylist *self) |
| The exposure time. | |
| const char * | visir_pfits_get_frame_type (const cpl_propertylist *self) |
| The frame type. | |
| const char * | visir_pfits_get_grat1_name (const cpl_propertylist *self) |
| The name of grating 1. | |
| const char * | visir_pfits_get_insmode (const cpl_propertylist *self) |
| The mode. | |
| const char * | visir_pfits_get_instrument (const cpl_propertylist *self) |
| The instrument. | |
| double | visir_pfits_get_mjdobs (const cpl_propertylist *self) |
| The MJD-OBS. | |
| const char * | visir_pfits_get_mode (const cpl_propertylist *self) |
| The mode name. | |
| double | visir_pfits_get_monoc_pos (const cpl_propertylist *self) |
| The INS.MONOC1.POS. | |
| int | visir_pfits_get_ndit (const cpl_propertylist *self) |
| The NDIT keyword. | |
| int | visir_pfits_get_naxis3 (const cpl_propertylist *self) |
| The NAXIS3 key. | |
| int | visir_pfits_get_numbexp (const cpl_propertylist *self) |
| The number of exposures. | |
| int | visir_pfits_get_obs_id (const cpl_propertylist *self) |
| The OBS ID. | |
| const char * | visir_pfits_get_nodpos (const cpl_propertylist *self) |
| The nodding position. | |
| const char * | visir_pfits_get_pixscale (const cpl_propertylist *self) |
| The pixel scale. | |
| double | visir_pfits_get_pixspace (const cpl_propertylist *self) |
| The pixel spacing. | |
| double | visir_pfits_get_ra (const cpl_propertylist *self) |
| The RA. | |
| double | visir_pfits_get_slitwidth (const cpl_propertylist *self) |
| The slit width in Arcseconds. | |
| const char * | visir_pfits_get_starname (const cpl_propertylist *self) |
| The std star name. | |
| const char * | visir_pfits_get_resol (const cpl_propertylist *self) |
| The spectral resolution. | |
| double | visir_pfits_get_temp (const cpl_propertylist *self) |
| The telescope (M1) temperature [Celcius]. | |
| double | visir_pfits_get_volt1dcta9 (const cpl_propertylist *self) |
| The VOLT1.DCTA9. | |
| double | visir_pfits_get_volt1dctb9 (const cpl_propertylist *self) |
| The VOLT1.DCTB9. | |
| double | visir_pfits_get_volt2dcta9 (const cpl_propertylist *self) |
| The VOLT2.DCTA9. | |
| double | visir_pfits_get_volt2dctb9 (const cpl_propertylist *self) |
| The VOLT2.DCTB9. | |
| double | visir_pfits_get_wlen (const cpl_propertylist *self) |
| The central wavelength. | |
| double visir_pfits_get_airmass_start | ( | const cpl_propertylist * | self | ) |
The airmass start.
| self | property list to read from |
Definition at line 83 of file visir_pfits.c.
| double visir_pfits_get_airmass_end | ( | const cpl_propertylist * | self | ) |
The airmass end.
| self | property list to read from |
Definition at line 95 of file visir_pfits.c.
| double visir_pfits_get_alpha | ( | const cpl_propertylist * | self | ) |
The alpha angle.
| self | property list to read from |
Definition at line 107 of file visir_pfits.c.
| const char* visir_pfits_get_arcfile | ( | const cpl_propertylist * | self | ) |
The arcfile.
| self | property list to read from |
Definition at line 119 of file visir_pfits.c.
| const char* visir_pfits_get_chopnod_dir | ( | const cpl_propertylist * | self | ) |
The chopping direction.
| self | property list to read from |
Definition at line 131 of file visir_pfits.c.
Referenced by visir_img_collapse_beam().
| double visir_pfits_get_chop_throw | ( | const cpl_propertylist * | self | ) |
The chopping throw.
| self | property list to read from |
Definition at line 144 of file visir_pfits.c.
Referenced by visir_img_collapse_beam().
| int visir_pfits_get_chop_ncycles | ( | const cpl_propertylist * | self | ) |
The number of chopping cycles.
| self | property list to read from |
Definition at line 157 of file visir_pfits.c.
Referenced by visir_load_imagelist(), and visir_spc_phot_sensit().
| double visir_pfits_get_cumoffsetx | ( | const cpl_propertylist * | self | ) |
The cumulative offset in X.
| self | property list to read from |
Definition at line 169 of file visir_pfits.c.
Referenced by visir_img_recombine().
| double visir_pfits_get_cumoffsety | ( | const cpl_propertylist * | self | ) |
The cumulative offset in Y.
| self | property list to read from |
Definition at line 181 of file visir_pfits.c.
Referenced by visir_img_recombine().
| const char* visir_pfits_get_date_obs | ( | const cpl_propertylist * | self | ) |
The date of observation.
| self | property list to read from |
Definition at line 193 of file visir_pfits.c.
| double visir_pfits_get_delta | ( | const cpl_propertylist * | self | ) |
The DELTA keyword in a VISIR header.
| self | property list to read from |
Definition at line 205 of file visir_pfits.c.
| double visir_pfits_get_dec | ( | const cpl_propertylist * | self | ) |
The DEC.
| self | property list to read from |
Definition at line 217 of file visir_pfits.c.
Referenced by visir_spc_phot_sensit().
| double visir_pfits_get_dit | ( | const cpl_propertylist * | self | ) |
The DIT.
| self | property list to read from |
Definition at line 229 of file visir_pfits.c.
Referenced by visir_inputs_combine(), and visir_spc_phot_sensit().
| int visir_pfits_get_expno | ( | const cpl_propertylist * | self | ) |
The number of the current exposition.
| self | property list to read from |
Definition at line 241 of file visir_pfits.c.
| const char* visir_pfits_get_filter | ( | const cpl_propertylist * | self | ) |
The filter.
| self | property list to read from |
Definition at line 253 of file visir_pfits.c.
References visir_pfits_get_insmode().
| double visir_pfits_get_focus | ( | const cpl_propertylist * | self | ) |
The focus.
| self | property list to read from |
Definition at line 283 of file visir_pfits.c.
| double visir_pfits_get_exptime | ( | const cpl_propertylist * | self | ) |
The exposure time.
| self | property list to read from |
Definition at line 295 of file visir_pfits.c.
| const char* visir_pfits_get_frame_type | ( | const cpl_propertylist * | self | ) |
The frame type.
| self | property list to read from |
Definition at line 307 of file visir_pfits.c.
Referenced by visir_load_imagelist().
| const char* visir_pfits_get_grat1_name | ( | const cpl_propertylist * | self | ) |
The name of grating 1.
| self | property list to read from |
Definition at line 319 of file visir_pfits.c.
| const char* visir_pfits_get_insmode | ( | const cpl_propertylist * | self | ) |
The mode.
| self | property list to read from |
Definition at line 331 of file visir_pfits.c.
Referenced by visir_pfits_get_filter().
| const char* visir_pfits_get_instrument | ( | const cpl_propertylist * | self | ) |
The instrument.
| self | property list to read from |
Definition at line 343 of file visir_pfits.c.
| double visir_pfits_get_mjdobs | ( | const cpl_propertylist * | self | ) |
The MJD-OBS.
| self | property list to read from |
Definition at line 355 of file visir_pfits.c.
| const char* visir_pfits_get_mode | ( | const cpl_propertylist * | self | ) |
The mode name.
| self | property list to read from |
Definition at line 367 of file visir_pfits.c.
| double visir_pfits_get_monoc_pos | ( | const cpl_propertylist * | self | ) |
The INS.MONOC1.POS.
| self | property list to read from |
Definition at line 379 of file visir_pfits.c.
| int visir_pfits_get_ndit | ( | const cpl_propertylist * | self | ) |
The NDIT keyword.
| self | property list to read from |
Definition at line 391 of file visir_pfits.c.
Referenced by visir_spc_phot_sensit().
| int visir_pfits_get_naxis3 | ( | const cpl_propertylist * | self | ) |
The NAXIS3 key.
| self | property list to read from |
Definition at line 403 of file visir_pfits.c.
Referenced by visir_imagelist_load_last(), and visir_load_imagelist().
| int visir_pfits_get_numbexp | ( | const cpl_propertylist * | self | ) |
The number of exposures.
| self | property list to read from |
Definition at line 415 of file visir_pfits.c.
| int visir_pfits_get_obs_id | ( | const cpl_propertylist * | self | ) |
The OBS ID.
| self | property list to read from |
Definition at line 427 of file visir_pfits.c.
| const char* visir_pfits_get_nodpos | ( | const cpl_propertylist * | self | ) |
The nodding position.
| self | property list to read from |
Definition at line 439 of file visir_pfits.c.
Referenced by visir_inputs_combine().
| const char* visir_pfits_get_pixscale | ( | const cpl_propertylist * | self | ) |
The pixel scale.
| self | property list to read from |
Definition at line 451 of file visir_pfits.c.
Referenced by visir_img_collapse_beam().
| double visir_pfits_get_pixspace | ( | const cpl_propertylist * | self | ) |
The pixel spacing.
| self | property list to read from |
Definition at line 463 of file visir_pfits.c.
| double visir_pfits_get_ra | ( | const cpl_propertylist * | self | ) |
The RA.
| self | property list to read from |
Definition at line 475 of file visir_pfits.c.
Referenced by visir_spc_phot_sensit().
| double visir_pfits_get_slitwidth | ( | const cpl_propertylist * | self | ) |
The slit width in Arcseconds.
| self | property list to read from |
Definition at line 487 of file visir_pfits.c.
| const char* visir_pfits_get_starname | ( | const cpl_propertylist * | self | ) |
The std star name.
| self | property list to read from |
Definition at line 541 of file visir_pfits.c.
Referenced by visir_spc_phot_sensit().
| const char* visir_pfits_get_resol | ( | const cpl_propertylist * | self | ) |
The spectral resolution.
| self | property list to read from |
Definition at line 553 of file visir_pfits.c.
| double visir_pfits_get_temp | ( | const cpl_propertylist * | self | ) |
The telescope (M1) temperature [Celcius].
| self | property list to read from |
Definition at line 565 of file visir_pfits.c.
| double visir_pfits_get_volt1dcta9 | ( | const cpl_propertylist * | self | ) |
The VOLT1.DCTA9.
| self | property list to read from |
Definition at line 577 of file visir_pfits.c.
| double visir_pfits_get_volt1dctb9 | ( | const cpl_propertylist * | self | ) |
The VOLT1.DCTB9.
| self | property list to read from |
Definition at line 589 of file visir_pfits.c.
| double visir_pfits_get_volt2dcta9 | ( | const cpl_propertylist * | self | ) |
The VOLT2.DCTA9.
| self | property list to read from |
Definition at line 601 of file visir_pfits.c.
| double visir_pfits_get_volt2dctb9 | ( | const cpl_propertylist * | self | ) |
The VOLT2.DCTB9.
| self | property list to read from |
Definition at line 613 of file visir_pfits.c.
| double visir_pfits_get_wlen | ( | const cpl_propertylist * | self | ) |
The central wavelength.
| self | property list to read from |
Definition at line 625 of file visir_pfits.c.
1.5.8