HAWKI Pipeline Reference Manual 1.8.12
|
00001 /* $Id: hawki_pfits.h,v 1.16 2013/01/15 09:57:13 cgarcia Exp $ 00002 * 00003 * This file is part of the HAWKI Pipeline 00004 * Copyright (C) 2002,2003 European Southern Observatory 00005 * 00006 * This program is free software; you can redistribute it and/or modify 00007 * it under the terms of the GNU General Public License as published by 00008 * the Free Software Foundation; either version 2 of the License, or 00009 * (at your option) any later version. 00010 * 00011 * This program is distributed in the hope that it will be useful, 00012 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00013 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00014 * GNU General Public License for more details. 00015 * 00016 * You should have received a copy of the GNU General Public License 00017 * along with this program; if not, write to the Free Software 00018 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 00019 */ 00020 00021 /* 00022 * $Author: cgarcia $ 00023 * $Date: 2013/01/15 09:57:13 $ 00024 * $Revision: 1.16 $ 00025 * $Name: hawki-1_8_12 $ 00026 */ 00027 00028 #ifndef HAWKI_PFITS_H 00029 #define HAWKI_PFITS_H 00030 00031 /*----------------------------------------------------------------------------- 00032 Includes 00033 -----------------------------------------------------------------------------*/ 00034 00035 #include <cpl.h> 00036 00037 /*----------------------------------------------------------------------------- 00038 Functions prototypes 00039 -----------------------------------------------------------------------------*/ 00040 00041 CPL_BEGIN_DECLS 00042 const char * hawki_pfits_get_extname(const cpl_propertylist * plist) ; 00043 double hawki_pfits_get_airmass_start(const cpl_propertylist * plist) ; 00044 double hawki_pfits_get_airmass_end(const cpl_propertylist * plist) ; 00045 double hawki_pfits_get_humidity_level(const cpl_propertylist * plist) ; 00046 double hawki_pfits_get_targ_alpha(const cpl_propertylist * plist) ; 00047 double hawki_pfits_get_targ_alpha_hhmmss(const cpl_propertylist * plist) ; 00048 double hawki_pfits_get_targ_delta(const cpl_propertylist * plist) ; 00049 double hawki_pfits_get_targ_delta_ddmmss(const cpl_propertylist * plist) ; 00050 double hawki_pfits_get_targ_equinox(const cpl_propertylist * plist); 00051 double hawki_pfits_get_targ_epoch(const cpl_propertylist * plist); 00052 double hawki_pfits_get_ra(const cpl_propertylist * plist) ; 00053 double hawki_pfits_get_dec(const cpl_propertylist * plist) ; 00054 const char * hawki_pfits_get_arcfile(const cpl_propertylist * plist) ; 00055 const char * hawki_pfits_get_procatg(const cpl_propertylist * plist) ; 00056 const char * hawki_pfits_get_date_obs(const cpl_propertylist * plist) ; 00057 int hawki_pfits_get_naxis1(const cpl_propertylist * plist) ; 00058 int hawki_pfits_get_naxis2(const cpl_propertylist * plist) ; 00059 double hawki_pfits_get_crval1(const cpl_propertylist * plist) ; 00060 double hawki_pfits_get_crval2(const cpl_propertylist * plist) ; 00061 double hawki_pfits_get_crpix1(const cpl_propertylist * plist) ; 00062 double hawki_pfits_get_crpix2(const cpl_propertylist * plist) ; 00063 double hawki_pfits_get_cdelta1(const cpl_propertylist * plist) ; 00064 double hawki_pfits_get_cdelta2(const cpl_propertylist * plist) ; 00065 double hawki_pfits_get_pixscale(const cpl_propertylist * plist) ; 00066 double hawki_pfits_get_cumoffseta(const cpl_propertylist * plist); 00067 double hawki_pfits_get_cumoffsetd(const cpl_propertylist * plist); 00068 double hawki_pfits_get_cumoffsetx(const cpl_propertylist * plist); 00069 double hawki_pfits_get_cumoffsety(const cpl_propertylist * plist); 00070 double hawki_pfits_get_posangle(const cpl_propertylist * plist) ; 00071 int hawki_pfits_get_nexp(const cpl_propertylist * plist) ; 00072 int hawki_pfits_get_ndit(const cpl_propertylist * plist) ; 00073 int hawki_pfits_get_ndsamples(const cpl_propertylist * plist); 00074 double hawki_pfits_get_dit(const cpl_propertylist * plist) ; 00075 const char * hawki_pfits_get_filter(const cpl_propertylist * plist) ; 00076 double hawki_pfits_get_focus(const cpl_propertylist * plist) ; 00077 double hawki_pfits_get_elevation(const cpl_propertylist * plist); 00078 double hawki_pfits_get_azimut(const cpl_propertylist * plist); 00079 double hawki_pfits_get_relhum(const cpl_propertylist * plist); 00080 double hawki_pfits_get_tau0(const cpl_propertylist * plist); 00081 double hawki_pfits_get_obs_temp(const cpl_propertylist * plist); 00082 double hawki_pfits_get_wind_dir(const cpl_propertylist * plist); 00083 double hawki_pfits_get_wind_speed(const cpl_propertylist * plist); 00084 double hawki_pfits_get_ao_fwhm(const cpl_propertylist * plist); 00085 double hawki_pfits_get_rotator_start(const cpl_propertylist * plist); 00086 double hawki_pfits_get_rotator_end(const cpl_propertylist * plist); 00087 double hawki_pfits_get_obs_seeing_start(const cpl_propertylist * plist); 00088 double hawki_pfits_get_obs_seeing_end(const cpl_propertylist * plist); 00089 double hawki_pfits_get_pressure_start(const cpl_propertylist * plist); 00090 double hawki_pfits_get_pressure_end(const cpl_propertylist * plist); 00091 double hawki_pfits_get_parangle_start(const cpl_propertylist * plist); 00092 double hawki_pfits_get_parangle_end(const cpl_propertylist * plist); 00093 double hawki_pfits_get_comb_cumoffsetx(const cpl_propertylist * plist); 00094 double hawki_pfits_get_comb_cumoffsety(const cpl_propertylist * plist); 00095 double hawki_pfits_get_comb_posx(const cpl_propertylist * plist); 00096 double hawki_pfits_get_comb_posy(const cpl_propertylist * plist); 00097 CPL_END_DECLS 00098 00099 #endif