IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 24, 2015, 5:32:13 AM (11 years ago)
Author:
eugene
Message:

adding dvo methods for galphot

File:
1 edited

Legend:

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

    r38553 r38635  
    12161216# undef LENSFIELD
    12171217
     1218# define GALPHOT_FIELD(NAME, VALUE) float GalphotValue_##NAME (PhotCode *code, GalPhot *galphot, int Ngalphot);
     1219
     1220GALPHOT_FIELD(GAL_MAG,         mag);           
     1221GALPHOT_FIELD(GAL_MAG_ERR,     magErr);   
     1222GALPHOT_FIELD(GAL_MAJ,         majorAxis);             
     1223GALPHOT_FIELD(GAL_MAJ_ERR,     majorAxisErr);
     1224GALPHOT_FIELD(GAL_MIN,         minorAxis);             
     1225GALPHOT_FIELD(GAL_MIN_ERR,     minorAxisErr);   
     1226GALPHOT_FIELD(GAL_THETA,       theta);     
     1227GALPHOT_FIELD(GAL_THETA_ERR,   thetaErr); 
     1228GALPHOT_FIELD(GAL_INDEX,       index);     
     1229GALPHOT_FIELD(GAL_CHISQ,       chisq);     
     1230GALPHOT_FIELD(GAL_NPIX,        Npix);       
     1231GALPHOT_FIELD(GAL_TYPE,        modelType);       
     1232
     1233# undef GALPHOT_FIELD
     1234
    12181235# endif // DVO_H
Note: See TracChangeset for help on using the changeset viewer.