- Timestamp:
- Apr 19, 2013, 4:45:57 PM (13 years ago)
- Location:
- branches/eam_branches/ipp-20130419
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130419
-
branches/eam_branches/ipp-20130419/psModules
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20130307/psModules (added) merged: 35321,35341,35343,35348,35350,35375-35376,35379,35381,35413
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20130419/psModules/src/objects/pmPSF.c
r34403 r35421 350 350 shape.sx = modelPar[PM_PAR_SXX]; 351 351 shape.sy = modelPar[PM_PAR_SYY]; 352 shape.sxy = modelPar[PM_PAR_SXY]; 352 shape.sxy = modelPar[PM_PAR_SXY] / 2.0; 353 // XXX I *think* dividing by 2.0 is the right direction, but this 354 // needs to be checked with a real test 353 355 } else { 354 356 shape.sx = modelPar[PM_PAR_SXX] / M_SQRT2; … … 392 394 modelPar[PM_PAR_SXX] = shape.sx; 393 395 modelPar[PM_PAR_SYY] = shape.sy; 394 modelPar[PM_PAR_SXY] = shape.sxy; 396 modelPar[PM_PAR_SXY] = shape.sxy; // XXX NEED factor of 2 here for correct angle conversion 395 397 } else { 396 398 modelPar[PM_PAR_SXX] = shape.sx * M_SQRT2;
Note:
See TracChangeset
for help on using the changeset viewer.
