Changeset 38873 for trunk/psModules/src/objects/pmSourceMoments.c
- Timestamp:
- Oct 17, 2015, 6:06:53 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmSourceMoments.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmSourceMoments.c
r36856 r38873 409 409 float yy = yDiff * y; 410 410 411 // the factor of 1/r makes these appropriate for measuring 412 // \sum r^2 cos(3 theta), sin(3 theta) (psphotImageQuality.c:107) 411 413 float xxx = xDiff * xx / r; 412 414 float xxy = xDiff * xy / r; … … 414 416 float yyy = yDiff * yy / r; 415 417 418 // the factor of 1/r^2 makes these appropriate for measuring 419 // \sum r^2 cos(4 theta), sin(4 theta) (psphotImageQuality.c:107) 416 420 float xxxx = xDiff * xxx / r2; 417 421 float xxxy = xDiff * xxy / r2;
Note:
See TracChangeset
for help on using the changeset viewer.
