- Timestamp:
- Mar 16, 2010, 6:44:32 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/largefiles.20100314/Ohana/src/libdvo/include/dvo_util.h
r26410 r27295 9 9 10 10 typedef struct { 11 char gscfile[256];12 char catdir[256];13 char catmode[256];14 char catformat[256];15 char photcodeFile[256];16 char skyTableFile[256];17 int skyDepth;18 FITS_DB imageDB;19 Image *images;20 intnImages;21 SkyTable *skyTable;11 char gscfile[256]; 12 char catdir[256]; 13 char catmode[256]; 14 char catformat[256]; 15 char photcodeFile[256]; 16 char skyTableFile[256]; 17 int skyDepth; 18 FITS_DB imageDB; 19 Image *images; 20 off_t nImages; 21 SkyTable *skyTable; 22 22 #if (DVO_UTIL_READ_CAMERA_CONFIG) 23 char cameraConfig[256];24 int *ccdNum;25 int nCCD;23 char cameraConfig[256]; 24 int *ccdNum; 25 int nCCD; 26 26 #endif 27 27 } dvoConfig; … … 29 29 // This structure needs to be fleshed out 30 30 typedef struct { 31 int valid;32 Average ave;33 Measure meas;31 int valid; 32 Average ave; 33 Measure meas; 34 34 #ifdef notdef 35 int objID;36 int catID;37 int detID;38 uint64_t pspsObjID;39 uint64_t pspsDetID;35 int objID; 36 int catID; 37 int detID; 38 uint64_t pspsObjID; 39 uint64_t pspsDetID; 40 40 #endif 41 41 } dvoDetection; … … 72 72 // return a list of detectsions from a particular image id 73 73 // Use dvoFree() to free the memory pointed to by results 74 int dvoGetDetections(SkyList *skylist, int imageID, dvoDetection **results, int *pMaxDetID);74 off_t dvoGetDetections(SkyList *skylist, int imageID, dvoDetection **results, int *pMaxDetID); 75 75 76 76 // free memory returned by various dvo util functions
Note:
See TracChangeset
for help on using the changeset viewer.
