Changeset 28529 for trunk/ippToPsps/src/ippToPsps.h
- Timestamp:
- Jun 28, 2010, 4:26:47 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/src/ippToPsps.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/src/ippToPsps.h
r28249 r28529 20 20 typedef struct { 21 21 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 code22 uint32_t expId; // the exposure ID to be used 23 psString expName; // the exposure name 24 psString surveyType; // the survey type, eg 3PI, MD01, STS, SSS 25 uint8_t batchType; // PSPS batch type 26 psString fitsInPath; // path to FITS input 27 psString resultsPath; // path to results file 28 xmlDocPtr resultsXmlDoc; // pointer to XML document for results 29 uint16_t numOfInputFiles; // number of input files 30 char** inputFiles; // array of input file names 31 psString fitsOutPath; // path to FITS output 32 fitsfile *fitsOut; // output FITS file 33 psString configsDir; // path to IPP/PSPS mapping file 34 pmConfig* pmconfig; // pmConfig 35 dvoConfig* dvoConfig; // dvo database 36 IppToPspsConfig* config; // config structure 37 int exitCode; // ps exit code 38 38 39 39 int (*run)();
Note:
See TracChangeset
for help on using the changeset viewer.
