IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36101 for trunk/Ohana


Ignore:
Timestamp:
Sep 10, 2013, 10:50:25 AM (13 years ago)
Author:
eugene
Message:

allow imageID = 0

Location:
trunk/Ohana/src/dvomerge/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/dvomerge/src/dvoverify_args.c

    r34405 r36101  
    5656  }
    5757
     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       
    5862  CHECK_IMAGE_ID = TRUE;
    5963  if ((N = get_argument (*argc, argv, "-skip-image-ids"))) {
  • trunk/Ohana/src/dvomerge/src/dvoverify_utils.c

    r35457 r36101  
    302302    for (j = 0; j < catalog[0].average[i].Nmeasure; j++) {
    303303      id = catalog[0].measure[m+j].imageID;
     304      if (id == 0) continue; // detections from ref photcodes can (should) have unset image IDs
    304305      if (id > maxID) {
    305306        Nfail ++;
Note: See TracChangeset for help on using the changeset viewer.