Changeset 33595
- Timestamp:
- Mar 22, 2012, 2:27:29 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/src/Dvo.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/src/Dvo.c
r33345 r33595 47 47 externID = atoi(row[1]); 48 48 49 this->logger->print(this->logger, MSG_INFO, "Dvo", "---------------------------------------------------------------------\n");50 this->logger->print(this->logger, MSG_INFO, "Dvo", "Getting skylist from DVO database for source ID = %d and extern ID = %d\n",51 sourceID, externID);49 //this->logger->print(this->logger, MSG_INFO, "Dvo", "---------------------------------------------------------------------\n"); 50 //this->logger->print(this->logger, MSG_INFO, "Dvo", "Getting skylist from DVO database for source ID = %d and extern ID = %d\n", 51 // sourceID, externID); 52 52 skyList = dvoSkyListByExternID(this->dvoConfig, sourceID, externID, &image); 53 53 if (!skyList) { … … 70 70 71 71 // now get detections 72 this->logger->print(this->logger, MSG_INFO, "Dvo", "Getting detections...\n");72 //this->logger->print(this->logger, MSG_INFO, "Dvo", "Getting detections...\n"); 73 73 dvoDetection* dvoDetections = NULL; 74 74 int32_t maxDetectionId = -1; 75 int32_t numDetections =75 //int32_t numDetections = 76 76 dvoGetDetections(skyList, image->imageID, &dvoDetections, &maxDetectionId); 77 77 78 this->logger->print(this->logger, MSG_INFO, "Dvo",79 "Found %d detections with a max detection ID of %d\n",80 numDetections, maxDetectionId);81 82 83 this->logger->print(this->logger, MSG_INFO, "Dvo", "Inserting IDs into dvoDetection table...\n");78 //this->logger->print(this->logger, MSG_INFO, "Dvo", 79 // "Found %d detections with a max detection ID of %d\n", 80 // numDetections, maxDetectionId); 81 82 83 //this->logger->print(this->logger, MSG_INFO, "Dvo", "Inserting IDs into dvoDetection table...\n"); 84 84 85 85 uint32_t zeroDvoCount = 0;
Note:
See TracChangeset
for help on using the changeset viewer.
