Changeset 27375 for branches/eam_branches/largefiles.20100314/Ohana
- Timestamp:
- Mar 21, 2010, 6:01:23 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/largefiles.20100314/Ohana/src/libdvo/include/dvo_util.h
r27295 r27375 17 17 int skyDepth; 18 18 FITS_DB imageDB; 19 Image *images;19 Image *images; 20 20 off_t nImages; 21 SkyTable *skyTable;21 SkyTable *skyTable; 22 22 #if (DVO_UTIL_READ_CAMERA_CONFIG) 23 23 char cameraConfig[256]; 24 int *ccdNum;24 int *ccdNum; 25 25 int nCCD; 26 26 #endif … … 52 52 dvoConfig *dvoConfigRead(int *argc, char **argv); 53 53 54 // free 's memory associated with the dvoConfig structure54 // frees memory associated with the dvoConfig structure 55 55 void dvoConfigFree(dvoConfig *dvoConfig); 56 56 … … 70 70 SkyList *dvoSkyListByExternID(dvoConfig *dvoConfig, int sourceID, int externID, Image **ppImage); 71 71 72 // return a list of detect sions from a particular image id72 // return a list of detections from a particular image id 73 73 // Use dvoFree() to free the memory pointed to by results 74 74 off_t dvoGetDetections(SkyList *skylist, int imageID, dvoDetection **results, int *pMaxDetID);
Note:
See TracChangeset
for help on using the changeset viewer.
