Changeset 2486 for trunk/GSASIIIO.py


Ignore:
Timestamp:
Oct 12, 2016 1:06:57 PM (6 years ago)
Author:
vondreele
Message:

fix mag form factor lookup - some aren't chemical valences (e.g. Fe+4)
fix mag form factor periodic table - nonmagnetic atoms now not shown
fix powder reflection mark & diff curve placement issues
fix issues with mag structure drawings - fill unit cell, etc.
fix structure transform to make magnetic cells (still needs making of constraints)
fix problem of mustrain & hstrain coeff changes with change in space group
add print to file of covariance matrix - user request
fix magnetic moment site symmetry restrictions
work on mag structure factor calcs.
change EXP file importer to ignore magnetic symmetry from GSAS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIIO.py

    r2460 r2486  
    912912            parms = ['LXC',data['wavelength'],0.0,Azms[i]]
    913913        Y = G2frame.Integrate[0][i]
     914        Ymax = np.max(Y)
    914915        W = np.where(Y>0.,1./Y,1.e-6)                    #probably not true
    915916        Id = G2frame.PatternTree.AppendItem(parent=G2frame.root,text=Aname)
     
    938939            'Dummy':False,
    939940            'ranId':ran.randint(0,sys.maxint),
    940             'Offset':[0.0,0.0],'delOffset':0.02,'refOffset':-1.0,'refDelt':0.01,
     941            'Offset':[0.0,0.0],'delOffset':0.02*Ymax,'refOffset':-0.1*Ymax,'refDelt':0.1*Ymax,
    941942            'qPlot':False,'dPlot':False,'sqrtPlot':False
    942943            }
Note: See TracChangeset for help on using the changeset viewer.