Changeset 3900 for trunk/GSASIImath.py


Ignore:
Timestamp:
Apr 15, 2019 4:15:37 PM (4 years ago)
Author:
vondreele
Message:

cursor now reports position/density on contour slice. Contour control has slide bar for setting max; renames the other contour slide bar as Rho max for the green density point plots
contours grid set to match map grid resolution.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIImath.py

    r3896 r3900  
    36673667        return Rhos
    36683668       
    3669     Blk = 8     #8 seems optimal
     3669    Blk = 400     #400 doesn't seem to matter
    36703670    nBlk = len(XYZ)//Blk        #select Blk so this is an exact divide
    36713671    mapShape = np.array(rho.shape)
Note: See TracChangeset for help on using the changeset viewer.