midiAppendPropertylist.h

00001 /*
00002  * This file is part of the MIDI Pipeline
00003  * Copyright (C) 2002, 2003, 2004, 2005 European Southern Observatory
00004  *
00005  * This program is free software; you can redistribute it and/or modify
00006  * it under the terms of the GNU General Public License as published by
00007  * the Free Software Foundation; either version 2 of the License, or
00008  * (at your option) any later version.
00009  *
00010  * This program is distributed in the hope that it will be useful,
00011  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00012  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00013  * GNU General Public License for more details.
00014  *
00015  * You should have received a copy of the GNU General Public License
00016  * along with this program; if not, write to the Free Software
00017  * Foundation, 51 Franklin St, Fifth Floor, Boston, MA  02111-1307  USA
00018  */
00019 
00020 #ifndef MIDI_APPEND_PROPERTYLIST_H
00021 #define MIDI_APPEND_PROPERTYLIST_H
00022 
00023 
00024 /*-----------------------------------------------------------------------------
00025                                 Includes
00026   -----------------------------------------------------------------------------*/
00027 #include <cpl.h>
00028 
00029 
00030 /*-----------------------------------------------------------------------------
00031                                 Functions prototypes
00032  -----------------------------------------------------------------------------*/
00033 
00034 struct plots
00035 {
00036       const char *    filename;
00037       const char *    label;
00038       
00039 } ;
00040 
00041 
00042 cpl_error_code appendPropertylist(const char *Produc, 
00043                                   cpl_frame_type  type, 
00044                                   const char *tag,
00045                                   cpl_frameset *frameset,
00046                                   cpl_parameterlist  *parlist);
00047 
00048 cpl_error_code appendPropertylist_table(const char   *ProductFile, 
00049                                         cpl_frame_type     type, 
00050                                         const char         *tag,
00051                                         cpl_frameset       *frameset,
00052                                         cpl_parameterlist  *parlist);
00053 
00054 
00055 cpl_error_code appendPropertylist_statistics(const char         *InputFile, 
00056                                              const char         *ProductFile, 
00057                                              cpl_frame_type     type, 
00058                                              const char         *tag,
00059                                              cpl_frameset       *frameset,
00060                                              cpl_parameterlist  *parlist,
00061                                              struct plots       *plotfiles_lambda,
00062                                              struct plots       *plotfiles_frames,
00063                                              struct plots       *plotfiles_scans,
00064                                              int                 dimen_lambda,
00065                                              int                 dimen_frames,
00066                                              int                 dimen_scans);
00067 
00068 cpl_vector * vector_read(const char * filename);
00069 #endif

Generated on 15 Mar 2012 for MIDI Pipeline Reference Manual by  doxygen 1.6.1