Changeset 1676 for trunk/GSASIIstrMath.py
- Timestamp:
- Feb 27, 2015 9:46:37 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIstrMath.py
r1635 r1676 2509 2509 return Vec,Hess 2510 2510 2511 def errRefine(values,HistoPhases,parmDict,varylist,calcControls,pawleyLookup,dlg): 2512 'Needs a doc string' 2511 def 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 ''' 2513 2517 Values2Dict(parmDict, varylist, values) 2514 2518 G2mv.Dict2Map(parmDict,varylist)
Note: See TracChangeset
for help on using the changeset viewer.