Changeset 35662 for branches/eam_branches/ipp-20130509/psModules/src/objects/models/pmModel_SERSIC.c
- Timestamp:
- Jun 14, 2013, 6:23:44 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130509/psModules/src/objects/models/pmModel_SERSIC.c
r35644 r35662 244 244 // if q1 < 0.0, f2 ~ f1, we have a very large axis ratio near 45deg.. Saturate at that 245 245 // angle and let f2,f1 fight it out 246 q2 = 0.5*sqrtf(q1); 246 // NOTE: the factor of 2 is needed to convert par[SXX,SYY] to shape.sx,sy 247 q2 = 2.0*0.5*sqrtf(q1); 247 248 } 248 249
Note:
See TracChangeset
for help on using the changeset viewer.
