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

Module phase

source code

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

Classes
  Phase
A Phase object saves the structure to be refined.
Variables
  PARAMNAMES = {'fullprof': {'Biso': 'AtomicDisplacementFactor.B...
  __id__ = '$Id: phase.py 6726 2011-08-25 09:36:23Z yshang $'
  __package__ = 'diffpy.srrietveld'

Imports: Structure, UTILS


Variables Details

PARAMNAMES

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