Changeset 4074
- Timestamp:
- Jul 28, 2019 7:40:40 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIplot.py
r4072 r4074 5592 5592 PHI = np.linspace(0.,360.,40,True) 5593 5593 PSI = np.linspace(0.,180.,40,True) 5594 X = np.outer(npcosd(PHI),npsind(PSI)) 5595 Y = np.outer(npsind(PHI),npsind(PSI)) 5596 Z = np.outer(np.ones(np.size(PHI)),npcosd(PSI)) 5594 X = np.outer(npcosd(PHI),npsind(PSI))/2. 5595 Y = np.outer(npsind(PHI),npsind(PSI))/2. 5596 Z = np.outer(np.ones(np.size(PHI)),npcosd(PSI))/2. 5597 5597 try: #temp patch instead of 'mustrain' for old files with 'microstrain' 5598 5598 if plotDict[plotType]:
Note: See TracChangeset
for help on using the changeset viewer.