OPERA  1.0
Open source echelle spectrograph reduction pipeline
tools/operaParameterAccess.h
Go to the documentation of this file.
00001 #ifndef OPERAPARAMETERACCESS_H
00002 #define OPERAPARAMETERACCESS_H
00003 
00004 #include <stdarg.h>
00005 #include <string>
00006 
00007 /* prototypes */
00008 static void systemf(const char *form, ...);
00009 static void printUsageSyntax();
00010 static string strip(string stringIn, char whitespace);
00011 static void tableAdd(string line);
00012 
00013 #endif