- 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/psphotFullForceSummaryReadout.c (modified) (2 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/psphotFullForceSummaryReadout.c
r36759 r36884 425 425 // copy the best fit params to the model 426 426 // fractional radii with the lowest chisq 427 psEllipseAxes axes = pmPSF_ModelToAxes(model->params->data.F32, model-> type);427 psEllipseAxes axes = pmPSF_ModelToAxes(model->params->data.F32, model->class->useReff); 428 428 429 429 // examine the params for the trial with minimum chisq. … … 637 637 // now save the model parameters in the model structure 638 638 639 pmPSF_AxesToModel (model->params->data.F32, axes, model Type);639 pmPSF_AxesToModel (model->params->data.F32, axes, model->class->useReff); 640 640 641 641 model->mag = -2.5 * log10(flux0);
Note:
See TracChangeset
for help on using the changeset viewer.
