Changeset 34041 for branches/meh_branches/ppstack_test/ippToPsps/src/Dvo.c
- Timestamp:
- Jun 19, 2012, 5:24:19 PM (14 years ago)
- Location:
- branches/meh_branches/ppstack_test
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippToPsps/src/Dvo.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/meh_branches/ppstack_test
- Property svn:mergeinfo changed
-
branches/meh_branches/ppstack_test/ippToPsps/src/Dvo.c
r33415 r34041 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; … … 188 188 this->dvoConfig = dvoConfigRead(&argc, argv); 189 189 190 for (int i=0; i<argc; i++) free(argv[i]);191 free(argv);190 //for (int i=0; i<argc; i++) free(argv[i]); 191 //free(argv); 192 192 193 193 // method pointers
Note:
See TracChangeset
for help on using the changeset viewer.
