- Timestamp:
- Mar 29, 2015, 6:08:31 AM (11 years ago)
- Location:
- branches/eam_branches/ipp-20150112/psModules/src/objects
- Files:
-
- 2 edited
-
. (modified) (2 props)
-
pmSourceLensing.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20150112/psModules/src/objects
- Property svn:ignore
-
old new 21 21 pmSourceIO_CMF_PS1_DV3.c 22 22 pmSourceIO_CMF_PS1_DV4.c 23 23 pmSourceIO_CMF_PS1_DV5.c
-
- Property svn:mergeinfo set to
- Property svn:ignore
-
branches/eam_branches/ipp-20150112/psModules/src/objects/pmSourceLensing.c
r36623 r38058 55 55 tmp->smear = NULL; 56 56 tmp->shear = NULL; 57 tmp->e1 = NAN; 58 tmp->e2 = NAN; 57 59 58 60 return tmp; … … 105 107 smear->X12 = R*0.5*s4*(moments->Mxxxy - moments->Mxyyy); 106 108 107 smear->e1 = R*(s2*(moments->Myy - moments->Mxx) + 0.25*s4 * (moments->M yyyy - moments->Mxxxx));109 smear->e1 = R*(s2*(moments->Myy - moments->Mxx) + 0.25*s4 * (moments->Mxxxx - moments->Myyyy)); 108 110 109 111 smear->e2 = R*(0.5*s4*(moments->Mxxxy + moments->Mxyyy) - 2.0*s2*moments->Mxy);
Note:
See TracChangeset
for help on using the changeset viewer.
