NACO Pipeline Reference Manual  4.4.0
Functions
FITS header protected access

Functions

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

Detailed Description

Function Documentation

double naco_pfits_get_airmass_start ( const cpl_propertylist *  self)

find out airmass start

Parameters
selfproperty 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
selfproperty 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
selfproperty 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
selfproperty 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
selfproperty 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
selfproperty 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
selfproperty 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
selfproperty 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
selfproperty 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
selfproperty 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
selfproperty 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
selfproperty 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
selfproperty 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
selfproperty 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
selfproperty 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
selfproperty 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
selfproperty 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
selfproperty 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
selfproperty 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
selfproperty 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
selfproperty 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
selfproperty 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
selfproperty 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
selfproperty 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
selfproperty 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
selfproperty 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
selfproperty list to read from
Returns
pointer to statically allocated character string

Definition at line 413 of file naco_pfits.c.