OPERA  1.0
Open source echelle spectrograph reduction pipeline
operaReductionSet.h
Go to the documentation of this file.
00001 #ifndef OPERAREDUCTIONSET_H
00002 #define OPERAREDUCTIONSET_H
00003 
00004 #define MAXCONFIGVALUES 100
00005 #define MAXNDIRS 100
00006 #define MAXNFILES 1000
00007 #define MAXDIRNAMESIZE 1000
00008 #define MAX_MODE_CHANGES 24
00009 #define MAX_ETYPES_CONFIG 7
00010 
00011 /* prototypes */
00012 unsigned operaReductionSetConfigurationAccess(char *par, char *values[], unsigned maxvalues, operaErrorCode *errorcode);
00013 unsigned SplitValues(char *parvalues, char *values[], unsigned maxvalues);
00014 
00015 #endif
00016 
00017