Changeset 38135
- Timestamp:
- Apr 16, 2015, 4:17:27 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20150405/Ohana/src/relphot/src/setMrelCatalog.c
r37924 r38135 756 756 757 757 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 } 759 763 } else { 760 764 if (!MatchImageSkycellID (meas, cat, stkTessID, stkProjID, stkSkycellID)) continue;
Note:
See TracChangeset
for help on using the changeset viewer.
