Changeset 36375 for trunk/psModules/src/objects/models/pmModel_DEV.c
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
trunk/psModules
- Property svn:mergeinfo changed
-
trunk/psModules/src/objects/models/pmModel_DEV.c
r36106 r36375 269 269 270 270 // Mxx, Mxy, Myy define the elliptical shape, but Mrf defines the width 271 float scale = moments->Mrf / axes.major; 271 // the factor of 2.3 comes from Table 1 of Graham and Driver (2005) 272 float scale = moments->Mrf / axes.major / 2.3; 272 273 axes.major *= scale; 273 274 axes.minor *= scale;
Note:
See TracChangeset
for help on using the changeset viewer.
