sinfo_pro_save.h

00001 #ifndef SINFO_PRO_SAVE_H
00002 #define SINFO_PRO_SAVE_H
00003 
00004 /*
00005  * This file is part of the ESO SINFONI Pipeline
00006  * Copyright (C) 2004,2005 European Southern Observatory
00007  *
00008  * This program is free software; you can redistribute it and/or modify
00009  * it under the terms of the GNU General Public License as published by
00010  * the Free Software Foundation; either version 2 of the License, or
00011  * (at your option) any later version.
00012  *
00013  * This program is distributed in the hope that it will be useful,
00014  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00015  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00016  * GNU General Public License for more details.
00017  *
00018  * You should have received a copy of the GNU General Public License
00019  * along with this program; if not, write to the Free Software
00020  * Foundation, 51 Franklin St, Fifth Floor, Boston, MA  02111-1307  USA
00021  */
00022 #ifdef HAVE_CONFIG_H
00023 #include <config.h>
00024 #endif
00025 
00026 #include <cpl.h>
00027 #include "sinfo_pfits.h"
00028 #include "sinfo_msg.h"
00036 int 
00037 sinfo_update_fits_card_int(const char* file,const char* card,int value);
00038 
00046 int 
00047 sinfo_update_fits_card_float(const char* file,const char* card,float value);
00048 
00056 int 
00057 sinfo_update_fits_card_double(const char* file,const char* card,double value);
00058 
00059 
00067 int 
00068 sinfo_update_fits_card_long(const char* file,const char* card,long value);
00069 
00077 int sinfo_update_ims_fits_card_string(cpl_imagelist* iml, 
00078                                       const char* file,
00079                                       const char* card,
00080                                       const char* value);
00081 
00082 
00096 int
00097 sinfo_pro_save_tbl(
00098     cpl_table* tbl,
00099         cpl_frameset* ref,
00100         cpl_frameset* sof,
00101         const char* name, 
00102         const char* proid, 
00103         cpl_table* qclog,
00104         const char* recid,
00105         cpl_parameterlist* parlist);
00106 
00107 
00122 int
00123 sinfo_pro_save_ima(
00124         cpl_image* ima,
00125         cpl_frameset* ref,
00126         cpl_frameset* sof,
00127         const char* name, 
00128         const char* proid, 
00129         cpl_table* qclog,
00130         const char* recid,
00131         cpl_parameterlist* parlist);
00132 
00146 int
00147 sinfo_pro_save_ims(
00148         cpl_imagelist* ims,
00149         cpl_frameset* ref,
00150         cpl_frameset* sof,
00151         const char* name, 
00152         const char* proid, 
00153         cpl_table* qclog,
00154         const char* recid,
00155         cpl_parameterlist* parlist);
00156 
00157 #endif /* SINFO_PRO_SAVE */

Generated on Wed Jan 17 08:33:43 2007 for SINFONI Pipeline Reference Manual by  doxygen 1.4.4