Changeset 421 for trunk/GSASIIstruct.py


Ignore:
Timestamp:
Nov 17, 2011 4:12:10 PM (12 years ago)
Author:
toby
Message:

determine uncertainties on constrained variables

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIstruct.py

    r420 r421  
    25802580    covData = {'variables':result[0],'varyList':varyList,'sig':sig,
    25812581        'covMatrix':covMatrix,'title':GPXfile,'newAtomDict':newAtomDict,'newCellDict':newCellDict}
     2582    # add the uncertainties into the esd dictionary (sigDict)
     2583    sigDict.update(G2mv.ComputeDepESD(covMatrix,varyList,parmDict))
    25822584    SetPhaseData(parmDict,sigDict,Phases,covData)
    25832585    SetHistogramPhaseData(parmDict,sigDict,Phases,Histograms)
Note: See TracChangeset for help on using the changeset viewer.