- Timestamp:
- Nov 6, 2014, 8:18:01 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140904/Ohana/src/libdvo/include/dvodb.h
r37435 r37563 217 217 MEAS_E1_SH_PSF, 218 218 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 219 231 }; 220 232 … … 266 278 AVE_URA_GALMODEL, // model pm prediction 267 279 AVE_UDEC_GALMODEL, // model pm prediction 280 AVE_RA_GALMODEL, // model pm prediction 281 AVE_DEC_GALMODEL, // model pm prediction 268 282 }; 269 283 … … 433 447 434 448 dbValue 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));449 dbValue dbExtractMeasures PROTO((Average *average, SecFilt *secfilt, Measure *measure, Lensing *lensing, StarPar *starpar, dbField *field)); 436 450 dbValue dbExtractImages PROTO((Image *image, off_t Nimage, off_t N, dbField *field)); 437 451 … … 443 457 int dbFieldNeedMeasure (dbField *fields, int Nfields); 444 458 int dbFieldNeedLensobj (dbField *fields, int Nfields); 445 int dbFieldNeedStarpar (dbField *fields, int Nfields); 459 int dbFieldNeedLensing (dbField *fields, int Nfields); 460 int dbFieldNeedStarpar (dbField *fields, int Nfields, int isAverage); 446 461 447 462 void FreeImageSelection (void);
Note:
See TracChangeset
for help on using the changeset viewer.
