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

Module pattern

source code

This package contains the Pattern class in SrRietveld, which is an script interface to access the structure information

Classes
  ExcludedRegion
This is a script interface of the excluded region, with access functions to the begin and end parameters in the object
  Pattern
Pattern inherits the Pattern class in diffpy.refinementdata.
Variables
  PARAMNAMES = {'fullprof': {'Biso': 'AtomicDisplacementFactor.B...
  __id__ = '$Id: pattern.py 6727 2011-08-26 21:53:10Z yshang $'
  __package__ = 'diffpy.srrietveld'

Imports: BasePattern, Refinable


Variables Details

PARAMNAMES

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