FITS header protected access


Functions

double naco_pfits_get_airmass_start (const cpl_propertylist *self)
 find out airmass start
double naco_pfits_get_airmass_end (const cpl_propertylist *self)
 find out airmass end
double naco_pfits_get_cumoffsetx (const cpl_propertylist *self)
 find out the cumulative offset in X
double naco_pfits_get_cumoffsety (const cpl_propertylist *self)
 find out the cumulative offset in Y
double naco_pfits_get_dec (const cpl_propertylist *self)
 find out the DEC
double naco_pfits_get_dit (const cpl_propertylist *self)
 find out the DIT
double naco_pfits_get_ecmean (const cpl_propertylist *self)
 find out the ECMEAN key
double naco_pfits_get_exptime (const cpl_propertylist *self)
 find out the exposure time
const char * naco_pfits_get_filter (const cpl_propertylist *self)
 find out the filter
double naco_pfits_get_fluxmean (const cpl_propertylist *self)
 find out the FLUXMEAN key
double naco_pfits_get_focus (const cpl_propertylist *self)
 find out the focus
double naco_pfits_get_humidity_level (const cpl_propertylist *self)
 find out the humidity level
double naco_pfits_get_l0mean (const cpl_propertylist *self)
 find out the L0MEAN
int naco_pfits_get_lamp2 (const cpl_propertylist *self)
 find out the INS.LAMP2.SET keyword
const char * naco_pfits_get_mode (const cpl_propertylist *self)
 find out the mode name
const char * naco_pfits_get_object (const cpl_propertylist *self)
 Get the Object name.
int naco_pfits_get_ndit (const cpl_propertylist *self)
 find out the NDIT keyword
const char * naco_pfits_get_opti3_name (const cpl_propertylist *self)
 find out the OPTI3.NAME key
const char * naco_pfits_get_opti4_name (const cpl_propertylist *self)
 find out the OPTI4.NAME key
const char * naco_pfits_get_opti7_name (const cpl_propertylist *self)
 find out the OPTI7.NAME key
double naco_pfits_get_pixscale (const cpl_propertylist *self)
 find out the pixel scale
double naco_pfits_get_r0mean (const cpl_propertylist *self)
 find out the R0MEAN key
double naco_pfits_get_ra (const cpl_propertylist *self)
 find out the RA
int naco_pfits_get_rom (const cpl_propertylist *self)
 find out the read out mode
const char * naco_pfits_get_rom_name (const cpl_propertylist *self)
 find out the read out mode name
double naco_pfits_get_t0mean (const cpl_propertylist *self)
 find out the T0MEAN key
const char * naco_pfits_get_templateid (const cpl_propertylist *self)
 find out the template ID

Function Documentation

double naco_pfits_get_airmass_start ( const cpl_propertylist *  self  ) 

find out airmass start

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

Definition at line 71 of file naco_pfits.c.

double naco_pfits_get_airmass_end ( const cpl_propertylist *  self  ) 

find out airmass end

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

Definition at line 83 of file naco_pfits.c.

double naco_pfits_get_cumoffsetx ( const cpl_propertylist *  self  ) 

find out the cumulative offset in X

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

Definition at line 95 of file naco_pfits.c.

double naco_pfits_get_cumoffsety ( const cpl_propertylist *  self  ) 

find out the cumulative offset in Y

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

Definition at line 107 of file naco_pfits.c.

double naco_pfits_get_dec ( const cpl_propertylist *  self  ) 

find out the DEC

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

Definition at line 119 of file naco_pfits.c.

double naco_pfits_get_dit ( const cpl_propertylist *  self  ) 

find out the DIT

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

Definition at line 131 of file naco_pfits.c.

double naco_pfits_get_ecmean ( const cpl_propertylist *  self  ) 

find out the ECMEAN key

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

Definition at line 143 of file naco_pfits.c.

double naco_pfits_get_exptime ( const cpl_propertylist *  self  ) 

find out the exposure time

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

Definition at line 155 of file naco_pfits.c.

const char* naco_pfits_get_filter ( const cpl_propertylist *  self  ) 

find out the filter

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

Definition at line 167 of file naco_pfits.c.

double naco_pfits_get_fluxmean ( const cpl_propertylist *  self  ) 

find out the FLUXMEAN key

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

Definition at line 208 of file naco_pfits.c.

double naco_pfits_get_focus ( const cpl_propertylist *  self  ) 

find out the focus

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

Definition at line 220 of file naco_pfits.c.

double naco_pfits_get_humidity_level ( const cpl_propertylist *  self  ) 

find out the humidity level

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

Definition at line 232 of file naco_pfits.c.

double naco_pfits_get_l0mean ( const cpl_propertylist *  self  ) 

find out the L0MEAN

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

Definition at line 244 of file naco_pfits.c.

int naco_pfits_get_lamp2 ( const cpl_propertylist *  self  ) 

find out the INS.LAMP2.SET keyword

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

Definition at line 256 of file naco_pfits.c.

const char* naco_pfits_get_mode ( const cpl_propertylist *  self  ) 

find out the mode name

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

Definition at line 268 of file naco_pfits.c.

const char* naco_pfits_get_object ( const cpl_propertylist *  self  ) 

Get the Object name.

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

Definition at line 280 of file naco_pfits.c.

int naco_pfits_get_ndit ( const cpl_propertylist *  self  ) 

find out the NDIT keyword

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

Definition at line 292 of file naco_pfits.c.

const char* naco_pfits_get_opti3_name ( const cpl_propertylist *  self  ) 

find out the OPTI3.NAME key

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

Definition at line 304 of file naco_pfits.c.

const char* naco_pfits_get_opti4_name ( const cpl_propertylist *  self  ) 

find out the OPTI4.NAME key

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

Definition at line 316 of file naco_pfits.c.

const char* naco_pfits_get_opti7_name ( const cpl_propertylist *  self  ) 

find out the OPTI7.NAME key

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

Definition at line 329 of file naco_pfits.c.

double naco_pfits_get_pixscale ( const cpl_propertylist *  self  ) 

find out the pixel scale

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

Definition at line 341 of file naco_pfits.c.

double naco_pfits_get_r0mean ( const cpl_propertylist *  self  ) 

find out the R0MEAN key

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

Definition at line 353 of file naco_pfits.c.

double naco_pfits_get_ra ( const cpl_propertylist *  self  ) 

find out the RA

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

Definition at line 365 of file naco_pfits.c.

int naco_pfits_get_rom ( const cpl_propertylist *  self  ) 

find out the read out mode

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

Definition at line 377 of file naco_pfits.c.

const char* naco_pfits_get_rom_name ( const cpl_propertylist *  self  ) 

find out the read out mode name

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

Definition at line 389 of file naco_pfits.c.

double naco_pfits_get_t0mean ( const cpl_propertylist *  self  ) 

find out the T0MEAN key

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

Definition at line 401 of file naco_pfits.c.

const char* naco_pfits_get_templateid ( const cpl_propertylist *  self  ) 

find out the template ID

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

Definition at line 413 of file naco_pfits.c.


Generated on Mon Feb 6 14:42:07 2012 for NACO Pipeline Reference Manual by  doxygen 1.5.8