Package reflectometry :: Package model1d :: Package model :: Module staj :: Class Staj

Class Staj

source code


Non magnetic case
Instance Methods
 
__init__(self, filename, scale=False) source code
 
parseStajLayerName(self, pLists, nT, nM, nB) source code
 
build(self, s2m) source code
 
get_rhom(self) source code
 
set_rhom(self, rm) source code
 
get_nTLayer(self) source code
 
set_nTLayer(self, n) source code
 
get_nMLayer(self) source code
 
set_nMLayer(self, n) source code
 
get_nBLayer(self) source code
 
set_nBLayer(self, n) source code
 
get_nRepeat(self) source code
 
set_nRepeat(self, n) source code
 
getProfiles(self) source code
 
getMeta(self) source code

Inherited from BaseStaj: getAngularDiv, getBackground, getIntensity, getWavelength, getWavelengthDiv, get_Outfile, get_ProfileType, get_Qmax, get_Qmin, get_Stajdatafile, get_depth, get_mu, get_nFit, get_nQ, get_nRough, get_name, get_rho, get_rough, setAngularDiv, setBackground, setIntensity, setWavelength, setWavelengthDiv, set_Outfile, set_ProfileType, set_Qmax, set_Qmin, set_Stajdatafile, set_depth, set_mu, set_nFit, set_nQ, set_nRough, set_name, set_rho, set_rough

Class Variables
  rhom = property(get_rhom, set_rhom)
  nT = property(get_nTLayer, set_nTLayer)
  nM = property(get_nMLayer, set_nMLayer)
  nB = property(get_nBLayer, set_nBLayer)
  nRepeat = property(get_nRepeat, set_nRepeat)

Inherited from BaseStaj: AD, B, I, L, LD, PT, Qmax, Qmin, depth, fin, fout, mu, nF, nQ, nRough, names, rho, rough

Method Details

__init__(self, filename, scale=False)
(Constructor)

source code 
Overrides: BaseStaj.__init__