FITS header protected access


Functions

double hawki_pfits_get_airmass_end (const cpl_propertylist *plist)
 find out airmass end
double hawki_pfits_get_airmass_start (const cpl_propertylist *plist)
 find out airmass start
double hawki_pfits_get_ao_fwhm (const cpl_propertylist *plist)
 find out the fwhm from the AO system
const char * hawki_pfits_get_arcfile (const cpl_propertylist *plist)
 find out the arcfile
double hawki_pfits_get_azimut (const cpl_propertylist *plist)
 find out the telescope azimut
double hawki_pfits_get_cdelta1 (const cpl_propertylist *plist)
 find out the increment of coordinate in one pixel (axe 1)
double hawki_pfits_get_cdelta2 (const cpl_propertylist *plist)
 find out the increment of coordinate in one pixel (axe 2)
double hawki_pfits_get_comb_cumoffsetx (const cpl_propertylist *plist)
 find out the cumulative X offset of the combined image
double hawki_pfits_get_comb_cumoffsety (const cpl_propertylist *plist)
 find out the cumulative Y offset of the combined image
double hawki_pfits_get_comb_posx (const cpl_propertylist *plist)
 find out the relative X offset of the combined image wrt first image
double hawki_pfits_get_comb_posy (const cpl_propertylist *plist)
 find out the relative Y offset of the combined image wrt first image
double hawki_pfits_get_crpix1 (const cpl_propertylist *plist)
 find out the reference pixel in axe 1
double hawki_pfits_get_crpix2 (const cpl_propertylist *plist)
 find out the reference pixel in axe 1
double hawki_pfits_get_crval1 (const cpl_propertylist *plist)
 find out the value in WCS coordinates of the reference pixel (axe 1)
double hawki_pfits_get_crval2 (const cpl_propertylist *plist)
 find out the value in WCS coordinates of the reference pixel (axe 2)
double hawki_pfits_get_cumoffseta (const cpl_propertylist *plist)
 find out the cumulative offset in alpha
double hawki_pfits_get_cumoffsetd (const cpl_propertylist *plist)
 find out the cumulative offset in delta
double hawki_pfits_get_cumoffsetx (const cpl_propertylist *plist)
 find out the cumulative offset in X
double hawki_pfits_get_cumoffsety (const cpl_propertylist *plist)
 find out the cumulative offset in Y
const char * hawki_pfits_get_date_obs (const cpl_propertylist *plist)
 find out the date of observation
double hawki_pfits_get_dec (const cpl_propertylist *plist)
 find out the DEC
double hawki_pfits_get_dit (const cpl_propertylist *plist)
 find out the DIT value
double hawki_pfits_get_elevation (const cpl_propertylist *plist)
 find out the telescope altitude
const char * hawki_pfits_get_extname (const cpl_propertylist *plist)
 find out the extname
const char * hawki_pfits_get_filter (const cpl_propertylist *plist)
 find out which wave band is active
double hawki_pfits_get_focus (const cpl_propertylist *plist)
 find out the focus position of M2
double hawki_pfits_get_humidity_level (const cpl_propertylist *plist)
 find out the humidity level
int hawki_pfits_get_naxis1 (const cpl_propertylist *plist)
 Get the number of pixels in axis 1.
int hawki_pfits_get_naxis2 (const cpl_propertylist *plist)
 Get the number of pixels in axis 2.
int hawki_pfits_get_ndit (const cpl_propertylist *plist)
 find out the NDIT value
int hawki_pfits_get_ndsamples (const cpl_propertylist *plist)
 find out the NDSAMPLES value
int hawki_pfits_get_nexp (const cpl_propertylist *plist)
 find out the NEXP value
double hawki_pfits_get_obs_seeing_end (const cpl_propertylist *plist)
 find out the observatory seeing at end
double hawki_pfits_get_obs_seeing_start (const cpl_propertylist *plist)
 find out the observatory seeing at start
double hawki_pfits_get_obs_temp (const cpl_propertylist *plist)
 find out the ambient temperatur
double hawki_pfits_get_parangle_end (const cpl_propertylist *plist)
 find out the paralactic angle at start
double hawki_pfits_get_parangle_start (const cpl_propertylist *plist)
 find out the paralactic angle at start
double hawki_pfits_get_pixscale (const cpl_propertylist *plist)
 find out the pixel scale
double hawki_pfits_get_posangle (const cpl_propertylist *plist)
 find out the position angle
double hawki_pfits_get_pressure_end (const cpl_propertylist *plist)
 find out the observatory atmospheric pressure at end
double hawki_pfits_get_pressure_start (const cpl_propertylist *plist)
 find out the observatory atmospheric pressure at start
const char * hawki_pfits_get_procatg (const cpl_propertylist *plist)
 find out the PRO.CATG
double hawki_pfits_get_ra (const cpl_propertylist *plist)
 find out the RA
double hawki_pfits_get_relhum (const cpl_propertylist *plist)
 find out the relative humidity
double hawki_pfits_get_rotator_end (const cpl_propertylist *plist)
 find out the absolute rotator position at end
double hawki_pfits_get_rotator_start (const cpl_propertylist *plist)
 find out the absolute rotator position at start
double hawki_pfits_get_targ_alpha (const cpl_propertylist *plist)
 find out the target RA
double hawki_pfits_get_targ_delta (const cpl_propertylist *plist)
 find out the target DEC
double hawki_pfits_get_targ_epoch (const cpl_propertylist *plist)
 find out the target epoch
double hawki_pfits_get_targ_equinox (const cpl_propertylist *plist)
 find out the target equinox
double hawki_pfits_get_tau0 (const cpl_propertylist *plist)
 find out the average coherence time
double hawki_pfits_get_wind_dir (const cpl_propertylist *plist)
 find out the wind direction
double hawki_pfits_get_wind_speed (const cpl_propertylist *plist)
 find out the wind speed

Function Documentation

double hawki_pfits_get_airmass_end ( const cpl_propertylist *  plist  ) 

find out airmass end

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

Definition at line 73 of file hawki_pfits.c.

Referenced by hawki_extract_prop_tel_qc(), and hawki_get_mean_airmass().

double hawki_pfits_get_airmass_start ( const cpl_propertylist *  plist  ) 

find out airmass start

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

Definition at line 61 of file hawki_pfits.c.

Referenced by hawki_extract_prop_tel_qc(), and hawki_get_mean_airmass().

double hawki_pfits_get_ao_fwhm ( const cpl_propertylist *  plist  ) 

find out the fwhm from the AO system

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

Definition at line 573 of file hawki_pfits.c.

Referenced by hawki_extract_prop_tel_qc().

const char* hawki_pfits_get_arcfile ( const cpl_propertylist *  plist  ) 

find out the arcfile

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

Definition at line 215 of file hawki_pfits.c.

Referenced by hawki_bkg_fill_assoc().

double hawki_pfits_get_azimut ( const cpl_propertylist *  plist  ) 

find out the telescope azimut

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

Definition at line 501 of file hawki_pfits.c.

Referenced by hawki_extract_prop_tel_qc().

double hawki_pfits_get_cdelta1 ( const cpl_propertylist *  plist  ) 

find out the increment of coordinate in one pixel (axe 1)

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

Definition at line 371 of file hawki_pfits.c.

double hawki_pfits_get_cdelta2 ( const cpl_propertylist *  plist  ) 

find out the increment of coordinate in one pixel (axe 2)

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

Definition at line 383 of file hawki_pfits.c.

double hawki_pfits_get_comb_cumoffsetx ( const cpl_propertylist *  plist  ) 

find out the cumulative X offset of the combined image

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

Definition at line 682 of file hawki_pfits.c.

double hawki_pfits_get_comb_cumoffsety ( const cpl_propertylist *  plist  ) 

find out the cumulative Y offset of the combined image

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

Definition at line 694 of file hawki_pfits.c.

double hawki_pfits_get_comb_posx ( const cpl_propertylist *  plist  ) 

find out the relative X offset of the combined image wrt first image

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

Definition at line 706 of file hawki_pfits.c.

double hawki_pfits_get_comb_posy ( const cpl_propertylist *  plist  ) 

find out the relative Y offset of the combined image wrt first image

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

Definition at line 718 of file hawki_pfits.c.

double hawki_pfits_get_crpix1 ( const cpl_propertylist *  plist  ) 

find out the reference pixel in axe 1

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

Definition at line 347 of file hawki_pfits.c.

double hawki_pfits_get_crpix2 ( const cpl_propertylist *  plist  ) 

find out the reference pixel in axe 1

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

Definition at line 359 of file hawki_pfits.c.

double hawki_pfits_get_crval1 ( const cpl_propertylist *  plist  ) 

find out the value in WCS coordinates of the reference pixel (axe 1)

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

Definition at line 323 of file hawki_pfits.c.

double hawki_pfits_get_crval2 ( const cpl_propertylist *  plist  ) 

find out the value in WCS coordinates of the reference pixel (axe 2)

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

Definition at line 335 of file hawki_pfits.c.

double hawki_pfits_get_cumoffseta ( const cpl_propertylist *  plist  ) 

find out the cumulative offset in alpha

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

Definition at line 395 of file hawki_pfits.c.

Referenced by hawki_extract_prop_tel_qc().

double hawki_pfits_get_cumoffsetd ( const cpl_propertylist *  plist  ) 

find out the cumulative offset in delta

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

Definition at line 407 of file hawki_pfits.c.

Referenced by hawki_extract_prop_tel_qc().

double hawki_pfits_get_cumoffsetx ( const cpl_propertylist *  plist  ) 

find out the cumulative offset in X

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

Definition at line 419 of file hawki_pfits.c.

Referenced by hawki_extract_prop_tel_qc(), and hawki_get_header_tel_offsets().

double hawki_pfits_get_cumoffsety ( const cpl_propertylist *  plist  ) 

find out the cumulative offset in Y

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

Definition at line 431 of file hawki_pfits.c.

Referenced by hawki_extract_prop_tel_qc(), and hawki_get_header_tel_offsets().

const char* hawki_pfits_get_date_obs ( const cpl_propertylist *  plist  ) 

find out the date of observation

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

Definition at line 227 of file hawki_pfits.c.

double hawki_pfits_get_dec ( const cpl_propertylist *  plist  ) 

find out the DEC

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

Definition at line 191 of file hawki_pfits.c.

double hawki_pfits_get_dit ( const cpl_propertylist *  plist  ) 

find out the DIT value

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

Definition at line 251 of file hawki_pfits.c.

double hawki_pfits_get_elevation ( const cpl_propertylist *  plist  ) 

find out the telescope altitude

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

Definition at line 489 of file hawki_pfits.c.

Referenced by hawki_extract_prop_tel_qc().

const char* hawki_pfits_get_extname ( const cpl_propertylist *  plist  ) 

find out the extname

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

Definition at line 203 of file hawki_pfits.c.

Referenced by hawki_get_detector_from_ext(), and hawki_get_ext_from_detector().

const char* hawki_pfits_get_filter ( const cpl_propertylist *  plist  ) 

find out which wave band is active

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

Definition at line 455 of file hawki_pfits.c.

double hawki_pfits_get_focus ( const cpl_propertylist *  plist  ) 

find out the focus position of M2

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

Definition at line 477 of file hawki_pfits.c.

double hawki_pfits_get_humidity_level ( const cpl_propertylist *  plist  ) 

find out the humidity level

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

Definition at line 85 of file hawki_pfits.c.

int hawki_pfits_get_naxis1 ( const cpl_propertylist *  plist  ) 

Get the number of pixels in axis 1.

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

Definition at line 299 of file hawki_pfits.c.

Referenced by hawki_detectors_locate_star().

int hawki_pfits_get_naxis2 ( const cpl_propertylist *  plist  ) 

Get the number of pixels in axis 2.

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

Definition at line 311 of file hawki_pfits.c.

Referenced by hawki_detectors_locate_star().

int hawki_pfits_get_ndit ( const cpl_propertylist *  plist  ) 

find out the NDIT value

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

Definition at line 263 of file hawki_pfits.c.

int hawki_pfits_get_ndsamples ( const cpl_propertylist *  plist  ) 

find out the NDSAMPLES value

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

Definition at line 275 of file hawki_pfits.c.

int hawki_pfits_get_nexp ( const cpl_propertylist *  plist  ) 

find out the NEXP value

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

Definition at line 239 of file hawki_pfits.c.

double hawki_pfits_get_obs_seeing_end ( const cpl_propertylist *  plist  ) 

find out the observatory seeing at end

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

Definition at line 621 of file hawki_pfits.c.

Referenced by hawki_extract_prop_tel_qc().

double hawki_pfits_get_obs_seeing_start ( const cpl_propertylist *  plist  ) 

find out the observatory seeing at start

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

Definition at line 609 of file hawki_pfits.c.

Referenced by hawki_extract_prop_tel_qc().

double hawki_pfits_get_obs_temp ( const cpl_propertylist *  plist  ) 

find out the ambient temperatur

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

Definition at line 537 of file hawki_pfits.c.

Referenced by hawki_extract_prop_tel_qc().

double hawki_pfits_get_parangle_end ( const cpl_propertylist *  plist  ) 

find out the paralactic angle at start

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

Definition at line 669 of file hawki_pfits.c.

Referenced by hawki_extract_prop_tel_qc().

double hawki_pfits_get_parangle_start ( const cpl_propertylist *  plist  ) 

find out the paralactic angle at start

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

Definition at line 657 of file hawki_pfits.c.

Referenced by hawki_extract_prop_tel_qc().

double hawki_pfits_get_pixscale ( const cpl_propertylist *  plist  ) 

find out the pixel scale

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

Definition at line 287 of file hawki_pfits.c.

double hawki_pfits_get_posangle ( const cpl_propertylist *  plist  ) 

find out the position angle

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

Definition at line 443 of file hawki_pfits.c.

double hawki_pfits_get_pressure_end ( const cpl_propertylist *  plist  ) 

find out the observatory atmospheric pressure at end

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

Definition at line 645 of file hawki_pfits.c.

Referenced by hawki_extract_prop_tel_qc().

double hawki_pfits_get_pressure_start ( const cpl_propertylist *  plist  ) 

find out the observatory atmospheric pressure at start

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

Definition at line 633 of file hawki_pfits.c.

Referenced by hawki_extract_prop_tel_qc().

const char* hawki_pfits_get_procatg ( const cpl_propertylist *  plist  ) 

find out the PRO.CATG

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

Definition at line 97 of file hawki_pfits.c.

double hawki_pfits_get_ra ( const cpl_propertylist *  plist  ) 

find out the RA

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

Definition at line 179 of file hawki_pfits.c.

double hawki_pfits_get_relhum ( const cpl_propertylist *  plist  ) 

find out the relative humidity

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

Definition at line 513 of file hawki_pfits.c.

Referenced by hawki_extract_prop_tel_qc().

double hawki_pfits_get_rotator_end ( const cpl_propertylist *  plist  ) 

find out the absolute rotator position at end

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

Definition at line 597 of file hawki_pfits.c.

Referenced by hawki_extract_prop_tel_qc().

double hawki_pfits_get_rotator_start ( const cpl_propertylist *  plist  ) 

find out the absolute rotator position at start

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

Definition at line 585 of file hawki_pfits.c.

Referenced by hawki_extract_prop_tel_qc().

double hawki_pfits_get_targ_alpha ( const cpl_propertylist *  plist  ) 

find out the target RA

Parameters:
plist property list to read from
Returns:
the requested value in degrees
This function decodifies the returned value, since it is in HHMMSS.SS

Definition at line 111 of file hawki_pfits.c.

double hawki_pfits_get_targ_delta ( const cpl_propertylist *  plist  ) 

find out the target DEC

Parameters:
plist property list to read from
Returns:
the requested value in degrees
This function decodifies the returned value, since it is in DDMMSS.SS

Definition at line 133 of file hawki_pfits.c.

double hawki_pfits_get_targ_epoch ( const cpl_propertylist *  plist  ) 

find out the target epoch

Parameters:
plist property list to read from
Returns:
the requested value in years

Definition at line 167 of file hawki_pfits.c.

double hawki_pfits_get_targ_equinox ( const cpl_propertylist *  plist  ) 

find out the target equinox

Parameters:
plist property list to read from
Returns:
the requested value in years

Definition at line 154 of file hawki_pfits.c.

double hawki_pfits_get_tau0 ( const cpl_propertylist *  plist  ) 

find out the average coherence time

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

Definition at line 525 of file hawki_pfits.c.

Referenced by hawki_extract_prop_tel_qc().

double hawki_pfits_get_wind_dir ( const cpl_propertylist *  plist  ) 

find out the wind direction

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

Definition at line 549 of file hawki_pfits.c.

Referenced by hawki_extract_prop_tel_qc().

double hawki_pfits_get_wind_speed ( const cpl_propertylist *  plist  ) 

find out the wind speed

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

Definition at line 561 of file hawki_pfits.c.

Referenced by hawki_extract_prop_tel_qc().


Generated on Thu Feb 17 17:13:08 2011 for HAWKI Pipeline Reference Manual by  doxygen 1.4.7