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. | |
| double | visir_pfits_get_chop_pthrow (const cpl_propertylist *self) |
| The chopping throw in pixels. | |
| 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(), and visir_pfits_get_chop_pthrow().
| double visir_pfits_get_chop_pthrow | ( | const cpl_propertylist * | self | ) |
The chopping throw in pixels.
| self | property list to read from |
Definition at line 157 of file visir_pfits.c.
References visir_pfits_get_chop_throw(), and visir_pfits_get_pixscale().
| int visir_pfits_get_chop_ncycles | ( | const cpl_propertylist * | self | ) |
The number of chopping cycles.
| self | property list to read from |
Definition at line 173 of file visir_pfits.c.
Referenced by 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 185 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 197 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 209 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 221 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 233 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 245 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 257 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 269 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 299 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 311 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 323 of file visir_pfits.c.
| 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 335 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 347 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 359 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 371 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 383 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 395 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 407 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 419 of file visir_pfits.c.
Referenced by visir_imagelist_load_last().
| int visir_pfits_get_numbexp | ( | const cpl_propertylist * | self | ) |
The number of exposures.
| self | property list to read from |
Definition at line 431 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 443 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 455 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 467 of file visir_pfits.c.
Referenced by visir_img_collapse_beam(), and visir_pfits_get_chop_pthrow().
| double visir_pfits_get_pixspace | ( | const cpl_propertylist * | self | ) |
The pixel spacing.
| self | property list to read from |
Definition at line 479 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 491 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 503 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 557 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 569 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 581 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 593 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 605 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 617 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 629 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 641 of file visir_pfits.c.
1.5.8