IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 28, 2008, 3:35:27 PM (18 years ago)
Author:
eugene
Message:

split measure flags into photom and astrom

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/dvo/dbExtractAverages.c

    r16984 r17201  
    197197      for (i = 0; i < average[0].Nm; i++) {
    198198        if (field->photcode->code != GetPhotcodeEquivCodebyCode (measure[i].photcode)) continue;
    199         if (measure[i].flags & (ID_MEAS_POOR | ID_MEAS_SKIP)) continue;
     199        if (measure[i].flags & (ID_MEAS_POOR_PHOTOM | ID_MEAS_SKIP_PHOTOM)) continue;
    200200        value ++;
    201201      }
Note: See TracChangeset for help on using the changeset viewer.