Changeset 36101
- Timestamp:
- Sep 10, 2013, 10:50:25 AM (13 years ago)
- Location:
- trunk/Ohana/src/dvomerge/src
- Files:
-
- 2 edited
-
dvoverify_args.c (modified) (1 diff)
-
dvoverify_utils.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/dvomerge/src/dvoverify_args.c
r34405 r36101 56 56 } 57 57 58 /*** dvoverify -parallel (dvoverify_client, actually) ignores this argument 59 dvoverify should save a subset table of just the IDs, and dvoverify_client should load it 60 dvoverify -cpt should have CHECK_IMAGE_ID = F as default ***/ 61 58 62 CHECK_IMAGE_ID = TRUE; 59 63 if ((N = get_argument (*argc, argv, "-skip-image-ids"))) { -
trunk/Ohana/src/dvomerge/src/dvoverify_utils.c
r35457 r36101 302 302 for (j = 0; j < catalog[0].average[i].Nmeasure; j++) { 303 303 id = catalog[0].measure[m+j].imageID; 304 if (id == 0) continue; // detections from ref photcodes can (should) have unset image IDs 304 305 if (id > maxID) { 305 306 Nfail ++;
Note:
See TracChangeset
for help on using the changeset viewer.
