Changeset 36868 for trunk/psphot/src/psphotGalaxyShape.c
- Timestamp:
- Jun 13, 2014, 11:09:24 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotGalaxyShape.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotGalaxyShape.c
r36863 r36868 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);
Note:
See TracChangeset
for help on using the changeset viewer.
