Changeset 1663 for trunk/GSASIIIO.py


Ignore:
Timestamp:
Feb 19, 2015 9:13:33 AM (10 years ago)
Author:
vondreele
Message:

change default single crystal extinction coeff to 1e-7 from 1e-10
fix lattice parameter symmetry required constraints in cellVary

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/GSASIIIO.py ΒΆ

    r1643 r1663  
    23302330            pfx = str(phasedict['pId'])+'::'
    23312331            A,sigA = G2stIO.cellFill(pfx,phasedict['General']['SGData'],self.parmDict,self.sigDict)
    2332             cellSig = G2stIO.getCellEsd(pfx,
    2333                                         phasedict['General']['SGData'],A,
    2334                                         self.OverallParms['Covariance'])  # returns 7 vals, includes sigVol
     2332            cellSig = G2stIO.getCellEsd(pfx,phasedict['General']['SGData'],A,
     2333                self.OverallParms['Covariance'])  # returns 7 vals, includes sigVol
    23352334            cellList = G2lat.A2cell(A) + (G2lat.calc_V(A),)
    23362335            return cellList,cellSig
Note: See TracChangeset for help on using the changeset viewer.