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

Class ReflMagParameterSet

source code


Magnetic Case
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': 1.0, 'rho': 1.0, 'rho_m': 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__

Class Variable Details

PARAMS

Value:
{'depth': 100,
 'mu': 1.0,
 'rho': 1.0,
 'rho_m': 0.0,
 'rough': 0.0,
 'theta_m': 270}