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