IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35408


Ignore:
Timestamp:
Apr 17, 2013, 11:49:31 AM (13 years ago)
Author:
eugene
Message:

do not delete parents because parent ID is messed up post-dvomerge

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130307/Ohana/src/delstar/src/delete_duplicate_images.c

    r35406 r35408  
    470470    // XXX this is probably bad : it assumes all chips
    471471    // should be deleted for a given exposure
    472     off_t parentID = image[i].parentID;
    473     if (parentID) {
    474       off_t Np = parentID - imageID->minID;
    475       myAssert (Np >= 0, "oops");
    476       myAssert (Np < imageID->range, "oops");
    477       imageID->value[Np] = TRUE;
    478     }
     472    // off_t parentID = image[i].parentID;
     473    // if (parentID) {
     474    //   off_t Np = parentID - imageID->minID;
     475    //   myAssert (Np >= 0, "oops");
     476    //   myAssert (Np < imageID->range, "oops");
     477    //   imageID->value[Np] = TRUE;
     478    // }
    479479  }
    480480
Note: See TracChangeset for help on using the changeset viewer.