Changeset 375 for trunk/GSASIIpwd.py
- Timestamp:
- Sep 19, 2011 1:20:32 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIpwd.py
r373 r375 137 137 pola = ((1.0-Pola)*npcosd(Azm)**2+Pola*npsind(Azm)**2)*npcosd(Tth)**2+ \ 138 138 (1.0-Pola)*npsind(Azm)**2+Pola*npcosd(Azm)**2 139 dpdPola = npsind(Azm)**2*npsind(Tth)**2140 return pola,dpdPola 139 dpdPola = -npsind(Tth)**2*(npsind(Azm)**2-npcosd(Azm)**2) 140 return pola,dpdPola/pola 141 141 142 142 def Oblique(ObCoeff,Tth):
Note: See TracChangeset
for help on using the changeset viewer.