- Timestamp:
- May 3, 2010, 8:50:52 AM (16 years ago)
- Location:
- branches/simtest_nebulous_branches
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/psModules
-
Property svn:mergeinfo
set to (toggle deleted branches)
/trunk/psModules merged eligible /branches/eam_branches/stackphot.20100406/psModules 27623-27653 /branches/pap_delete/psModules 27530-27595
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/simtest_nebulous_branches/psModules/src/objects/pmModelUtils.c
r19999 r27840 48 48 return NULL; 49 49 } 50 // XXXnote that model->residuals is just a reference50 // note that model->residuals is just a reference 51 51 modelPSF->residuals = psf->residuals; 52 52 … … 65 65 // set model parameters for this source based on PSF information 66 66 if (!modelPSF->modelParamsFromPSF (modelPSF, psf, Xo, Yo, Io)) { 67 // XXX we do not want to raise an error here, just note that we failed68 // psError(PM_ERR_PSF, false, "Failed to set model params from PSF");69 67 psFree(modelPSF); 70 68 return NULL; 71 69 } 72 70 73 // XXXnote that model->residuals is just a reference71 // note that model->residuals is just a reference 74 72 modelPSF->residuals = psf->residuals; 75 73
Note:
See TracChangeset
for help on using the changeset viewer.
