Changeset 2079 for trunk/GSASIIplot.py


Ignore:
Timestamp:
Dec 3, 2015 3:09:45 PM (7 years ago)
Author:
vondreele
Message:

new importer for hk6 files from 15ID

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIplot.py

    r2070 r2079  
    51515151            indx = np.array(ma.nonzero(rho)).T
    51525152            rhoXYZ = indx*steps+VP-incre
    5153             Nc = len(rhoXYZ)
     5153            Nc = max(len(rhoXYZ),1)
    51545154            rcube = 2000.*Vol/(ForthirdPI*Nc)
    51555155            rmax = math.exp(math.log(rcube)/3.)**2
Note: See TracChangeset for help on using the changeset viewer.