Changeset 2079 for trunk/GSASIIplot.py
- Timestamp:
- Dec 3, 2015 3:09:45 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIplot.py
r2070 r2079 5151 5151 indx = np.array(ma.nonzero(rho)).T 5152 5152 rhoXYZ = indx*steps+VP-incre 5153 Nc = len(rhoXYZ)5153 Nc = max(len(rhoXYZ),1) 5154 5154 rcube = 2000.*Vol/(ForthirdPI*Nc) 5155 5155 rmax = math.exp(math.log(rcube)/3.)**2
Note: See TracChangeset
for help on using the changeset viewer.