FITS header protected access


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.

Function Documentation

double visir_pfits_get_airmass_start ( const cpl_propertylist *  self  ) 

The airmass start.

Parameters:
self property list to read from
Returns:
the requested value

Definition at line 83 of file visir_pfits.c.

double visir_pfits_get_airmass_end ( const cpl_propertylist *  self  ) 

The airmass end.

Parameters:
self property list to read from
Returns:
the requested value

Definition at line 95 of file visir_pfits.c.

double visir_pfits_get_alpha ( const cpl_propertylist *  self  ) 

The alpha angle.

Parameters:
self property list to read from
Returns:
the requested value

Definition at line 107 of file visir_pfits.c.

const char* visir_pfits_get_arcfile ( const cpl_propertylist *  self  ) 

The arcfile.

Parameters:
self property list to read from
Returns:
pointer to statically allocated character string

Definition at line 119 of file visir_pfits.c.

const char* visir_pfits_get_chopnod_dir ( const cpl_propertylist *  self  ) 

The chopping direction.

Parameters:
self property list to read from
Returns:
pointer to statically allocated character string

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.

Parameters:
self property list to read from
Returns:
Chopping throw

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.

Parameters:
self property list to read from
Returns:
the requested value

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.

Parameters:
self property list to read from
Returns:
the requested value

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.

Parameters:
self property list to read from
Returns:
the requested value

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.

Parameters:
self property list to read from
Returns:
pointer to statically allocated character string

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.

Parameters:
self property list to read from
Returns:
the requested value

Definition at line 205 of file visir_pfits.c.

double visir_pfits_get_dec ( const cpl_propertylist *  self  ) 

The DEC.

Parameters:
self property list to read from
Returns:
the requested value

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.

Parameters:
self property list to read from
Returns:
the requested value

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.

Parameters:
self property list to read from
Returns:
the requested value

Definition at line 241 of file visir_pfits.c.

const char* visir_pfits_get_filter ( const cpl_propertylist *  self  ) 

The filter.

Parameters:
self property list to read from
Returns:
pointer to statically allocated character string or NULL

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.

Parameters:
self property list to read from
Returns:
the requested value

Definition at line 283 of file visir_pfits.c.

double visir_pfits_get_exptime ( const cpl_propertylist *  self  ) 

The exposure time.

Parameters:
self property list to read from
Returns:
the requested value

Definition at line 295 of file visir_pfits.c.

const char* visir_pfits_get_frame_type ( const cpl_propertylist *  self  ) 

The frame type.

Parameters:
self property list to read from
Returns:
pointer to statically allocated character string

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.

Parameters:
self property list to read from
Returns:
pointer to statically allocated character string

Definition at line 319 of file visir_pfits.c.

const char* visir_pfits_get_insmode ( const cpl_propertylist *  self  ) 

The mode.

Parameters:
self property list to read from
Returns:
pointer to statically allocated character string

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.

Parameters:
self property list to read from
Returns:
pointer to statically allocated character string

Definition at line 343 of file visir_pfits.c.

double visir_pfits_get_mjdobs ( const cpl_propertylist *  self  ) 

The MJD-OBS.

Parameters:
self property list to read from
Returns:
the requested value

Definition at line 355 of file visir_pfits.c.

const char* visir_pfits_get_mode ( const cpl_propertylist *  self  ) 

The mode name.

Parameters:
self property list to read from
Returns:
pointer to statically allocated character string

Definition at line 367 of file visir_pfits.c.

double visir_pfits_get_monoc_pos ( const cpl_propertylist *  self  ) 

The INS.MONOC1.POS.

Parameters:
self property list to read from
Returns:
the requested value

Definition at line 379 of file visir_pfits.c.

int visir_pfits_get_ndit ( const cpl_propertylist *  self  ) 

The NDIT keyword.

Parameters:
self property list to read from
Returns:
the requested value

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.

Parameters:
self property list to read from
Returns:
the requested value

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.

Parameters:
self property list to read from
Returns:
the requested value

Definition at line 415 of file visir_pfits.c.

int visir_pfits_get_obs_id ( const cpl_propertylist *  self  ) 

The OBS ID.

Parameters:
self property list to read from
Returns:
the requested value

Definition at line 427 of file visir_pfits.c.

const char* visir_pfits_get_nodpos ( const cpl_propertylist *  self  ) 

The nodding position.

Parameters:
self property list to read from
Returns:
pointer to statically allocated character string

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.

Parameters:
self property list to read from
Returns:
pointer to statically allocated character string

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.

Parameters:
self property list to read from
Returns:
the requested value

Definition at line 463 of file visir_pfits.c.

double visir_pfits_get_ra ( const cpl_propertylist *  self  ) 

The RA.

Parameters:
self property list to read from
Returns:
the requested value

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.

Parameters:
self property list to read from
Returns:
the requested value

Definition at line 487 of file visir_pfits.c.

const char* visir_pfits_get_starname ( const cpl_propertylist *  self  ) 

The std star name.

Parameters:
self property list to read from
Returns:
pointer to statically allocated character string

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.

Parameters:
self property list to read from
Returns:
pointer to statically allocated character string

Definition at line 553 of file visir_pfits.c.

double visir_pfits_get_temp ( const cpl_propertylist *  self  ) 

The telescope (M1) temperature [Celcius].

Parameters:
self property list to read from
Returns:
the requested value

Definition at line 565 of file visir_pfits.c.

double visir_pfits_get_volt1dcta9 ( const cpl_propertylist *  self  ) 

The VOLT1.DCTA9.

Parameters:
self property list to read from
Returns:
the requested value

Definition at line 577 of file visir_pfits.c.

double visir_pfits_get_volt1dctb9 ( const cpl_propertylist *  self  ) 

The VOLT1.DCTB9.

Parameters:
self property list to read from
Returns:
the requested value

Definition at line 589 of file visir_pfits.c.

double visir_pfits_get_volt2dcta9 ( const cpl_propertylist *  self  ) 

The VOLT2.DCTA9.

Parameters:
self property list to read from
Returns:
the requested value

Definition at line 601 of file visir_pfits.c.

double visir_pfits_get_volt2dctb9 ( const cpl_propertylist *  self  ) 

The VOLT2.DCTB9.

Parameters:
self property list to read from
Returns:
the requested value

Definition at line 613 of file visir_pfits.c.

double visir_pfits_get_wlen ( const cpl_propertylist *  self  ) 

The central wavelength.

Parameters:
self property list to read from
Returns:
the requested value

Definition at line 625 of file visir_pfits.c.


Generated on Thu Mar 24 11:59:40 2011 for VISIR Pipeline Reference Manual by  doxygen 1.5.8