Changeset 29317 for trunk/ippToPsps/src/ippToPsps.h
- Timestamp:
- Oct 4, 2010, 4:29:04 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/src/ippToPsps.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/src/ippToPsps.h
r29297 r29317 22 22 typedef struct { 23 23 24 uint32_t expId; // the exposure ID to be used24 uint32_t id; // ID: might be expId for detections, skycell ID etc 25 25 psString expName; // the exposure name 26 26 psString surveyType; // the survey type, eg 3PI, MD01, STS, SSS 27 int8_t surveyID; // survey ID 27 28 uint8_t batchType; // PSPS batch type 28 29 psString fitsInPath; // path to FITS input … … 37 38 dvoConfig* dvoConfig; // dvo database 38 39 IppToPspsConfig* config; // config structure 40 char todaysDate[12]; // today's date 39 41 int exitCode; // ps exit code 40 42
Note:
See TracChangeset
for help on using the changeset viewer.
