IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 17, 2015, 5:51:44 AM (12 years ago)
Author:
eugene
Message:

add options to extract joined measures in avextract

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20150112/Ohana/src/libdvo/include/dvodb.h

    r37807 r37848  
    236236      MEAS_RA_GALMODEL,      // model pm prediction
    237237      MEAS_DEC_GALMODEL,     // model pm prediction
    238 };
     238} dvoMeasureType;
    239239
    240240/* average fields */
     
    288288      AVE_RA_GALMODEL,      // model pm prediction
    289289      AVE_DEC_GALMODEL,     // model pm prediction
    290 };
     290} dvoAverageType;
    291291
    292292//       AVE_NPHOT,
     
    364364      IMAGE_REF_COLOR_BLUE,
    365365      IMAGE_REF_COLOR_RED
    366 };
     366} dvoImageType;
    367367
    368368enum {DVO_TABLE_AVERAGE, DVO_TABLE_MEASURE, DVO_TABLE_IMAGE};
     
    382382  int extract;
    383383  int table;
    384   int ID;
     384  int ID; // may be either dvoMeasureType or dvoAverageType
    385385
    386386  dvoMagSourceType magSource; // chip, (forced) warp, stack [only relevant for averages]
Note: See TracChangeset for help on using the changeset viewer.