Changeset 19879 for trunk/psModules/src/objects/pmSourcePlotPSFModel.c
- Timestamp:
- Oct 3, 2008, 10:59:16 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmSourcePlotPSFModel.c
r15562 r19879 5 5 * @author EAM, IfA 6 6 * 7 * @version $Revision: 1.1 2$ $Name: not supported by cvs2svn $8 * @date $Date: 200 7-11-10 01:09:20$7 * @version $Revision: 1.13 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2008-10-03 20:59:16 $ 9 9 * 10 10 * Copyright 2006 IfA, University of Hawaii … … 123 123 124 124 psEllipseMoments moments; 125 moments.x2 = source->moments-> Sx;126 moments. y2 = source->moments->Sy;127 moments. xy = source->moments->Sxy;125 moments.x2 = source->moments->Mxx; 126 moments.xy = source->moments->Mxy; 127 moments.y2 = source->moments->Myy; 128 128 129 129 // force the axis ratio to be < 20.0
Note:
See TracChangeset
for help on using the changeset viewer.
