Changeset 29297
- Timestamp:
- Oct 1, 2010, 2:11:09 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/src/ippToPsps.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/src/ippToPsps.h
r28530 r29297 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 { … … 45 45 IppToPsps *ippToPsps_Constructor(int *argc, char **argv); 46 46 void ippToPsps_VersionPrint(void); 47 bool ippToPsps_getFlux( 48 const float exposureTime, 49 const float magnitude, 50 float* flux, 51 const float magnitudeErr, 52 float* fluxErr); 47 53 48 54 # endif // IPPTOPSPS_H
Note:
See TracChangeset
for help on using the changeset viewer.
