IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 31, 2021, 11:45:18 AM (5 years ago)
Author:
eugene
Message:

major revision of the flagging and resets. cleanup of old cruft and deprecated flag values

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/relphot.20210521/src/GridOps.c

    r41620 r41625  
    192192      for (int k = 0; k < catalog[nc].averageT[na].Nmeasure; k++, nm++) {
    193193
    194         // XXX I need to skip bad measurements, but I am not certain this
    195         // flag is set correctly.  see note below
     194        // skip measurements marked by AREA or TIME
    196195        if (catalog[nc].measureT[nm].dbFlags & MEAS_BAD) continue;
    197196
Note: See TracChangeset for help on using the changeset viewer.