IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 7, 2007, 6:28:03 PM (19 years ago)
Author:
eugene
Message:

converted internal NO_MAG and NO_ERR to NAN, NAN_S_SHORT, etc as appropriate

File:
1 edited

Legend:

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

    r14401 r15509  
    77  double value;
    88
    9   value = NO_MAG;
     9  value = NAN;
    1010
    1111  /* assign vector values */
     
    7171        case MAG_CAL:
    7272          // XXX need to code this correctly: this returns just the first matching value
    73           value = NO_MAG;
     73          value = NAN;
    7474          for (i = 0; i < average[0].Nm; i++) {
    7575            if (field->photcode->code != measure[i].photcode) continue;
Note: See TracChangeset for help on using the changeset viewer.