Package diffpy :: Package srrietveld :: Module paramnames
[frames] | no frames]

Module paramnames

source code

This module contains the parameter name mapping for GSAS and FullProf The key is the access name of the parameters, and the value is the path of the parameter, from the logic parent object.

Variables
  PARAMNAMES = {'fullprof': {'Biso': 'AtomicDisplacementFactor.B...
  __id__ = '$Id: paramnames.py 6728 2011-08-26 21:54:11Z yshang $'
  __package__ = None
Variables Details

PARAMNAMES

Value:
{'fullprof': {'Biso': 'AtomicDisplacementFactor.Biso',
              'Rp': 'Rp',
              'Rwp': 'Rwp',
              'Tmax': 'Thmin',
              'Tmin': 'Thmax',
              'Uiso': 'AtomicDisplacementFactor.Uiso',
              'X': 'X',
              'Y': 'Y',
...