- Timestamp:
- Oct 21, 2010, 2:45:13 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20100823/ippToPsps/src/ippToPsps.h
r28530 r29515 18 18 #include <libxml/tree.h> 19 19 20 #define MAXDETECT 30000 //TODO limit ok?20 #define MAXDETECT 60000 //TODO limit ok? 21 21 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 … … 45 47 IppToPsps *ippToPsps_Constructor(int *argc, char **argv); 46 48 void ippToPsps_VersionPrint(void); 49 bool ippToPsps_getFlux( 50 const float exposureTime, 51 const float magnitude, 52 float* flux, 53 const float magnitudeErr, 54 float* fluxErr); 47 55 48 56 # endif // IPPTOPSPS_H
Note:
See TracChangeset
for help on using the changeset viewer.
