IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 38135


Ignore:
Timestamp:
Apr 16, 2015, 4:17:27 PM (11 years ago)
Author:
eugene
Message:

flag diff detections from primary or not

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20150405/Ohana/src/relphot/src/setMrelCatalog.c

    r37924 r38135  
    756756
    757757      if (IS_DIFF_DB) {
    758         if (!MatchImageSkycellID (meas, cat, priTessID, priProjID, priSkycellID)) continue;
     758        if (MatchImageSkycellID (meas, cat, priTessID, priProjID, priSkycellID)) {
     759          measure[k].dbFlags |= ID_MEAS_STACK_PRIMARY;
     760        } else {
     761          continue;
     762        }
    759763      } else {
    760764        if (!MatchImageSkycellID (meas, cat, stkTessID, stkProjID, stkSkycellID)) continue;
Note: See TracChangeset for help on using the changeset viewer.