Ignore:
Timestamp:
Feb 27, 2015 9:46:37 PM (9 years ago)
Author:
toby
Message:

Ignore equivalences that are not in use; start on svn switch implementation for help

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIstrMath.py

    r1635 r1676  
    25092509    return Vec,Hess
    25102510
    2511 def errRefine(values,HistoPhases,parmDict,varylist,calcControls,pawleyLookup,dlg):       
    2512     'Needs a doc string'
     2511def errRefine(values,HistoPhases,parmDict,varylist,calcControls,pawleyLookup,dlg=None):       
     2512    '''Computes the point-by-point discrepancies between every data point in every histogram
     2513    and the observed value
     2514   
     2515    :returns: an np array of differences between observed and computed diffraction values.
     2516    '''
    25132517    Values2Dict(parmDict, varylist, values)
    25142518    G2mv.Dict2Map(parmDict,varylist)
Note: See TracChangeset for help on using the changeset viewer.