IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 13, 2015, 5:19:12 AM (11 years ago)
Author:
eugene
Message:

adding flags to galphot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libdvo/include/dvo.h

    r39047 r39125  
    138138  ID_MEAS_PHOTOM_KRON    = 0x00400000,  // this measurement is used for the mean kron mag
    139139} DVOMeasureFlags;
     140
     141typedef enum {
     142  ID_GALPHOT_FAIL_FIT       = 0x00000001, // fit failed to converge or was degenerate
     143  ID_GALPHOT_TOO_FEW        = 0x00000002, // not enough points to fit the model
     144  ID_GALPHOT_OUT_OF_RANGE   = 0x00000004, // fit minimum too far outside data range
     145  ID_GALPHOT_BAD_ERROR      = 0x00000008, // invalid error (nan or inf)
     146} DVOGalphotFlags;
    140147
    141148// XXX we used these names previously in markstar: replace with ID_MEAS_ARTIFACT
Note: See TracChangeset for help on using the changeset viewer.