Changeset 42012 for branches/eam_branches/ipp-20211108/psModules/src/objects/models/pmModel_RGAUSS.c
- Timestamp:
- Feb 6, 2022, 10:39:31 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20211108/psModules/src/objects/models/pmModel_RGAUSS.c
r36857 r42012 213 213 214 214 // set the shape parameters 215 if (!pmModelSetShape(&PAR[PM_PAR_SXX], &PAR[PM_PAR_SXY], &PAR[PM_PAR_SYY], source->moments, false)) { 215 // the last parameter is the scaling factor for Moments to shape parameter radius guess 216 if (!pmModelSetShape(&PAR[PM_PAR_SXX], &PAR[PM_PAR_SXY], &PAR[PM_PAR_SYY], source->moments, false, 2.0)) { 216 217 return false; 217 218 }
Note:
See TracChangeset
for help on using the changeset viewer.
