Changeset 1625 for trunk/GSASIIIO.py


Ignore:
Timestamp:
Jan 8, 2015 4:24:32 PM (8 years ago)
Author:
vondreele
Message:

add a parameter to result from G2stIO.GetPhaseData?
add modulation functions to G2Math
add modulation names to G2obj
implement various wave types for modulations
plot position modulation wave function on contour plots
implement shift of modulation plot by +/-/0 keys
temporarily default G2spc.GetSSfxuinel to 1,-1 site symm.
move maxSSwave dict out of parmDict - now in controlDict
implement import of Sawtooth parms from J2K files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIIO.py

    r1619 r1625  
    20572057        self.parmDict.update(rbDict)
    20582058        rbIds = rigidbodyDict.get('RBIds',{'Vector':[],'Residue':[]})
    2059         Natoms,atomIndx,phaseVary,phaseDict,pawleyLookup,FFtables,BLtables =  G2stIO.GetPhaseData(
     2059        Natoms,atomIndx,phaseVary,phaseDict,pawleyLookup,FFtables,BLtables,maxSSwave =  G2stIO.GetPhaseData(
    20602060            Phases,RestraintDict=None,rbIds=rbIds,Print=False)
    20612061        self.parmDict.update(phaseDict)
Note: See TracChangeset for help on using the changeset viewer.