Changeset 10267 for trunk/psphot/src/psphotModelTest.c
- Timestamp:
- Nov 28, 2006, 5:03:53 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotModelTest.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotModelTest.c
r10096 r10267 107 107 moments.y2 = source->moments->Sy; 108 108 moments.xy = source->moments->Sxy; 109 psEllipseAxes axes = psEllipseMomentsToAxes (moments );109 psEllipseAxes axes = psEllipseMomentsToAxes (moments, 20.0); 110 110 111 111 fprintf (stderr, "axes: %f @ (%f, %f)\n", axes.theta*180/M_PI, axes.major, axes.minor); … … 147 147 shape.sy = 1.4 / model->params->data.F32[5]; 148 148 shape.sxy = model->params->data.F32[6]; 149 axes = psEllipseShapeToAxes (shape );149 axes = psEllipseShapeToAxes (shape, 20.0); 150 150 151 151 fprintf (stderr, "guess: %f @ (%f, %f)\n", axes.theta*180/M_PI, axes.major, axes.minor);
Note:
See TracChangeset
for help on using the changeset viewer.
