IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 34483 for trunk


Ignore:
Timestamp:
Sep 27, 2012, 8:32:46 AM (14 years ago)
Author:
eugene
Message:

raise a flag on the stack primary detection in the measure table

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/relphot/src/StarOps.c

    r34465 r34483  
    424424        if (code->equiv != thisCode) { continue; }
    425425        Ncode ++;
     426
     427        catalog[Nc].measure[m].dbFlags &= ~ID_MEAS_STACK_PRIMARY;
    426428
    427429        if (catalog[Nc].measureT[m].dbFlags & MEAS_BAD) SKIP_THIS_MEAS(Nbad);
     
    692694
    693695          catalog[Nc].secfilt[Nsecfilt*j+Nsec].stackID   = ID;
     696
     697          catalog[Nc].measure[m].dbFlags |= ID_MEAS_STACK_PRIMARY;
    694698        }
    695699
Note: See TracChangeset for help on using the changeset viewer.