Package reflectometry :: Package model1d :: Package adaptor :: Module reflParameterSet :: Class ReflParameterSet

Class ReflParameterSet

source code


The parameters (x0,x0,sigma) for the Gaussian function:
f(x) = a0 * exp(-[(x-x0)/sigma]^2),
whose default values are :
a0 = 1.0 , x0 = 0.0, sigma = 1.0
Instance Methods
 
__init__(self, name)
constructor.
source code

Inherited from park.fitpark.parameterSet.ParameterSet: __getitem__, __setattr__, __setitem__, add, clear, getName, getParameters, insert, remove, set

Inherited from park.fitpark.fitterObject.FitterObject: __repr__, fromFile, fromXml, getNodeName, getVersion, parse, setNodeName, setVersion, toFile, toPrettyXml, toXml, toXmlNode

Inherited from park.fitpark.fitObject.FitObject: clone, copyFrom, equals, getHashCode, getSelfObject

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __str__

Class Variables
  PARAMS = {'depth': 100, 'mu': 0.0, 'rho': 1.0, 'rough': 0.0}
  PARAMS_TAG = 'refl'

Inherited from park.fitpark.fitterObject.FitterObject: VERSION

Properties

Inherited from object: __class__

Method Details

__init__(self, name)
(Constructor)

source code 
constructor.
Overrides: object.__init__