Changeset 38643
- Timestamp:
- Jul 27, 2015, 11:45:55 AM (11 years ago)
- Location:
- branches/eam_branches/ipp-20150625/Ohana/src
- Files:
-
- 3 edited
-
dvopsps/src/insert_detections_dvopsps_catalog.c (modified) (2 diffs)
-
libdvo/include/dvo.h (modified) (2 diffs)
-
libdvo/src/dvo_catalog.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20150625/Ohana/src/dvopsps/src/insert_detections_dvopsps_catalog.c
r38441 r38643 109 109 110 110 // NOTE for testing, just do a few objects 111 if (!mysql) {112 catalog[0].Naverage = 5;113 }114 111 for (i = 0; i < catalog[0].Naverage; i++) { 115 112 … … 225 222 mysql_free_result (result); 226 223 } else { 227 fprintf (stderr, " %s\n", buffer->buffer);224 fprintf (stderr, "."); 228 225 } 229 226 -
branches/eam_branches/ipp-20150625/Ohana/src/libdvo/include/dvo.h
r38599 r38643 815 815 int sorted; /* is measure table average-sorted? (NOTE this is an int only because gfits_scan %t requires it) */ 816 816 817 818 817 /* pointers for data manipulation */ 819 818 off_t *found_t; … … 821 820 822 821 char *measureRank; 823 // off_t *image_t;824 // off_t *mosaic_t;825 // float *X_t;826 // float *Y_t;827 822 int *nOwn_t; // relastro uses this to count owned detections per object 828 823 -
branches/eam_branches/ipp-20150625/Ohana/src/libdvo/src/dvo_catalog.c
r38606 r38643 602 602 603 603 /* pointers for data manipulation */ 604 // catalog[0].X_t = NULL;605 // catalog[0].Y_t = NULL;606 604 catalog[0].nOwn_t = NULL; 607 605 catalog[0].found_t = NULL; 608 // catalog[0].image_t = NULL;609 // catalog[0].mosaic_t = NULL;610 606 catalog[0].foundWarp_t = NULL; 607 catalog[0].measureRank = NULL; 611 608 } 612 609
Note:
See TracChangeset
for help on using the changeset viewer.
