Changeset 28534 for branches/pap/ippToPsps/src/ippToPsps.h
- Timestamp:
- Jun 28, 2010, 8:11:04 PM (16 years ago)
- Location:
- branches/pap
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippToPsps/src/ippToPsps.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap
- Property svn:mergeinfo changed
/trunk (added) merged: 28500,28502,28507,28509-28512,28514,28516-28518,28520,28522,28524-28532
- Property svn:mergeinfo changed
-
branches/pap/ippToPsps/src/ippToPsps.h
r28249 r28534 15 15 #include <dvo_util.h> 16 16 #include "ippToPspsConfig.h" 17 #include <libxml/parser.h> 18 #include <libxml/tree.h> 17 19 18 20 #define MAXDETECT 30000 //TODO limit ok? … … 20 22 typedef struct { 21 23 22 uint32_t expId; // the exposure ID to be used23 psString expName; // the exposure name24 psString surveyType; // the survey type, eg 3PI, MD01, STS, SSS25 uint8_t batchType; // PSPS batch type26 psString fitsInPath; // path to FITS input27 psString resultsPath; // path to results file28 FILE* resultsFile; // file for results29 uint16_t numOfInputFiles; // number of input files30 char** inputFiles; // array of input file names31 psString fitsOutPath; // path to FITS output32 fitsfile *fitsOut; // output FITS file33 psString configsDir; // path to IPP/PSPS mapping file34 pmConfig* pmconfig; // pmConfig35 dvoConfig* dvoConfig; // dvo database36 IppToPspsConfig* config; // config structure37 int exitCode; // ps exit code24 uint32_t expId; // the exposure ID to be used 25 psString expName; // the exposure name 26 psString surveyType; // the survey type, eg 3PI, MD01, STS, SSS 27 uint8_t batchType; // PSPS batch type 28 psString fitsInPath; // path to FITS input 29 psString resultsPath; // path to results file 30 xmlDocPtr resultsXmlDoc; // pointer to XML document for results 31 uint16_t numOfInputFiles; // number of input files 32 char** inputFiles; // array of input file names 33 psString fitsOutPath; // path to FITS output 34 fitsfile *fitsOut; // output FITS file 35 psString configsDir; // path to IPP/PSPS mapping file 36 pmConfig* pmconfig; // pmConfig 37 dvoConfig* dvoConfig; // dvo database 38 IppToPspsConfig* config; // config structure 39 int exitCode; // ps exit code 38 40 39 41 int (*run)();
Note:
See TracChangeset
for help on using the changeset viewer.
