- Timestamp:
- Jun 17, 2014, 5:58:38 AM (12 years ago)
- Location:
- branches/eam_branches/ipp-20140610
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psphot/src/psphotGalaxyShape.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140610
- Property svn:mergeinfo changed
/trunk (added) merged: 36846-36871,36874,36879,36882
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20140610/psphot/src/psphotGalaxyShape.c
r36757 r36884 283 283 284 284 // I have some source guess (e0, e1, e2) 285 psEllipseAxes guessAxes = pmPSF_ModelToAxes (PAR, model Type);285 psEllipseAxes guessAxes = pmPSF_ModelToAxes (PAR, model->class->useReff); 286 286 287 287 float fRmajorBest = NAN; … … 295 295 testAxes.minor = guessAxes.minor * fRminor; 296 296 297 pmPSF_AxesToModel (PAR, testAxes, model Type);297 pmPSF_AxesToModel (PAR, testAxes, model->class->useReff); 298 298 299 299 psphotGalaxyShapeSource (pcm, source, galaxyFits, maskVal, psfSize, true); … … 324 324 #endif 325 325 326 pmPSF_AxesToModel (PAR, testAxes, model Type);326 pmPSF_AxesToModel (PAR, testAxes, model->class->useReff); 327 327 328 328 psphotGalaxyShapeSource (pcm, source, galaxyFits, maskVal, psfSize, false); … … 400 400 401 401 pcm->modelConv->params->data.F32[PM_PAR_I0] = Io; 402 float flux = pcm->modelConv-> modelFlux (pcm->modelConv->params);402 float flux = pcm->modelConv->class->modelFlux (pcm->modelConv->params); 403 403 float dflux = flux * (dIo / Io); 404 404
Note:
See TracChangeset
for help on using the changeset viewer.
