Changeset 2034 for trunk/GSASIIplot.py
- Timestamp:
- Oct 29, 2015 2:44:34 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIplot.py
r2022 r2034 5070 5070 alpha = 1.0 5071 5071 if cLevel < 1.: 5072 alpha = (abs(rho[I,J,K])/mapData['rhoMax']-cLevel)/(1.-cLevel)5072 alpha = min(1.0,(abs(rho[I,J,K])/mapData['rhoMax']-cLevel)/(1.-cLevel)) 5073 5073 if rho[I,J,K] < 0.: 5074 5074 XYZ.append(xyz)
Note: See TracChangeset
for help on using the changeset viewer.