Changeset 867
- Timestamp:
- Mar 19, 2013 3:38:51 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIplot.py
r864 r867 1504 1504 sum = np.sum(np.multiply(Shkl,Strm)) 1505 1505 sum = np.where(sum > 0.01,sum,0.01) 1506 sum = np.sqrt(sum)*math.pi/ 1.8 #centidegrees to radians!1506 sum = np.sqrt(sum)*math.pi/.18 #centidegrees to radians! 1507 1507 return sum*xyz 1508 1508
Note: See TracChangeset
for help on using the changeset viewer.