Changeset 1312 for trunk/GSASIIstrIO.py


Ignore:
Timestamp:
Apr 30, 2014 9:42:51 PM (9 years ago)
Author:
toby
Message:

Parametric fit; work on PseudoVars? (more 2 come); minor code cleanups

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIstrIO.py

    r1299 r1312  
    12781278    var = np.diag(sigMat)
    12791279    CS = np.where(var>0.,np.sqrt(var),0.)
    1280     cellSig = [CS[0],CS[1],CS[2],CS[5],CS[4],CS[3],sigVol]  #exchange sig(alp) & sig(gam) to get in right order
    1281     return cellSig           
     1280    return [CS[0],CS[1],CS[2],CS[5],CS[4],CS[3],sigVol]  #exchange sig(alp) & sig(gam) to get in right order
    12821281   
    12831282def SetPhaseData(parmDict,sigDict,Phases,RBIds,covData,RestraintDict=None,pFile=None):
Note: See TracChangeset for help on using the changeset viewer.