IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 6, 2014, 8:18:01 PM (12 years ago)
Author:
eugene
Message:

adding starpar parameters for measures

File:
1 edited

Legend:

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

    r37435 r37563  
    217217      MEAS_E1_SH_PSF,
    218218      MEAS_E2_SH_PSF,
     219      MEAS_E_BV,                      // extinction (mags)
     220      MEAS_E_BV_ERR,
     221      MEAS_DISTANCE_MOD, // distance modulus (mags)
     222      MEAS_DISTANCE_MOD_ERR,
     223      MEAS_M_R,               // absolute mag in r-band
     224      MEAS_M_R_ERR,
     225      MEAS_FEH,               // metallicity
     226      MEAS_FEH_ERR,
     227      MEAS_URA_GALMODEL,      // model pm prediction
     228      MEAS_UDEC_GALMODEL,     // model pm prediction
     229      MEAS_RA_GALMODEL,      // model pm prediction
     230      MEAS_DEC_GALMODEL,     // model pm prediction
    219231};
    220232
     
    266278      AVE_URA_GALMODEL,      // model pm prediction
    267279      AVE_UDEC_GALMODEL,     // model pm prediction
     280      AVE_RA_GALMODEL,      // model pm prediction
     281      AVE_DEC_GALMODEL,     // model pm prediction
    268282};
    269283
     
    433447
    434448dbValue      dbExtractAverages      PROTO((Average *average, SecFilt *secfilt, Measure *measure, Lensobj *lensobj, StarPar *starpar, dbField *field));
    435 dbValue      dbExtractMeasures      PROTO((Average *average, SecFilt *secfilt, Measure *measure, dbField *field));
     449dbValue      dbExtractMeasures      PROTO((Average *average, SecFilt *secfilt, Measure *measure, Lensing *lensing, StarPar *starpar, dbField *field));
    436450dbValue      dbExtractImages        PROTO((Image *image, off_t Nimage, off_t N, dbField *field));
    437451
     
    443457int dbFieldNeedMeasure (dbField *fields, int Nfields);
    444458int dbFieldNeedLensobj (dbField *fields, int Nfields);
    445 int dbFieldNeedStarpar (dbField *fields, int Nfields);
     459int dbFieldNeedLensing (dbField *fields, int Nfields);
     460int dbFieldNeedStarpar (dbField *fields, int Nfields, int isAverage);
    446461
    447462void FreeImageSelection (void);
Note: See TracChangeset for help on using the changeset viewer.