Changeset 9781
- Timestamp:
- Oct 29, 2006, 5:13:37 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/models/pmModel_TEST1.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/models/pmModel_TEST1.c
r9771 r9781 120 120 shape.sx = PAR[PM_PAR_SXX] / sqrt(2.0); 121 121 shape.sy = PAR[PM_PAR_SYY] / sqrt(2.0); 122 shape.sxy = PAR[PM_PAR_SXY] / sqrt(2.0);122 shape.sxy = PAR[PM_PAR_SXY]; 123 123 124 124 // Area is equivalent to 2 pi sigma^2 … … 164 164 shape.sx = PAR[PM_PAR_SXX] / sqrt(2.0); 165 165 shape.sy = PAR[PM_PAR_SYY] / sqrt(2.0); 166 shape.sxy = PAR[PM_PAR_SXY] / sqrt(2.0);166 shape.sxy = PAR[PM_PAR_SXY]; 167 167 168 168 // this estimates the radius assuming f(z) is roughly exp(-z)
Note:
See TracChangeset
for help on using the changeset viewer.
