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/extract.c

    r13479 r17201  
    357357          for (k = 0; k < catalog.average[i].Nm; k++, m++) {
    358358            if (code[0].code != GetPhotcodeEquivCodebyCode (catalog.measure[m].photcode)) continue;
    359             if (catalog.measure[m].photcode & (ID_MEAS_POOR | ID_MEAS_SKIP)) continue;
     359            if (catalog.measure[m].photcode & (ID_MEAS_POOR_PHOTOM | ID_MEAS_SKIP_PHOTOM)) continue;
    360360            Ncode ++;
    361361          }
Note: See TracChangeset for help on using the changeset viewer.