Changeset 42012 for branches/eam_branches/ipp-20211108/psModules/src/objects/models/pmModel_QGAUSS.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_QGAUSS.c
r38280 r42012 224 224 225 225 // set the shape parameters 226 if (!pmModelSetShape(&PAR[PM_PAR_SXX], &PAR[PM_PAR_SXY], &PAR[PM_PAR_SYY], source->moments, false)) { 226 // the last parameter is the scaling factor for Moments to shape parameter radius guess 227 if (!pmModelSetShape(&PAR[PM_PAR_SXX], &PAR[PM_PAR_SXY], &PAR[PM_PAR_SYY], source->moments, false, 1.5)) { 227 228 return false; 228 229 }
Note:
See TracChangeset
for help on using the changeset viewer.
