Changeset 3900 for trunk/GSASIImath.py
- Timestamp:
- Apr 15, 2019 4:15:37 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIImath.py
r3896 r3900 3667 3667 return Rhos 3668 3668 3669 Blk = 8 #8 seems optimal3669 Blk = 400 #400 doesn't seem to matter 3670 3670 nBlk = len(XYZ)//Blk #select Blk so this is an exact divide 3671 3671 mapShape = np.array(rho.shape)
Note: See TracChangeset
for help on using the changeset viewer.