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

Class BaseStaj

source code

Instance Methods
 
__init__(self) source code
 
get_name(self) source code
 
set_name(self, name) source code
 
get_depth(self) source code
 
set_depth(self, d) source code
 
get_rough(self) source code
 
set_rough(self, r) source code
 
get_rho(self) source code
 
set_rho(self, rho) source code
 
get_mu(self) source code
 
set_mu(self, m) source code
 
get_ProfileType(self) source code
 
set_ProfileType(self, t) source code
 
get_Stajdatafile(self) source code
 
set_Stajdatafile(self, fn) source code
 
get_Outfile(self) source code
 
set_Outfile(self, fn) source code
 
get_Qmin(self) source code
 
set_Qmin(self, q) source code
 
get_Qmax(self) source code
 
set_Qmax(self, q) source code
 
get_nQ(self) source code
 
set_nQ(self, n) source code
 
get_nFit(self) source code
 
set_nFit(self, n) source code
 
get_nRough(self) source code
 
set_nRough(self, n) source code
 
getWavelength(self) source code
 
setWavelength(self, L) source code
 
getWavelengthDiv(self) source code
 
setWavelengthDiv(self, LD) source code
 
getAngularDiv(self) source code
 
setAngularDiv(self, AD) source code
 
getIntensity(self) source code
 
setIntensity(self, I) source code
 
getBackground(self) source code
 
setBackground(self, BG) source code
Class Variables
  names = property(get_name, set_name)
  depth = property(get_depth, set_depth)
  rough = property(get_rough, set_rough)
  rho = property(get_rho, set_rho)
  mu = property(get_mu, set_mu)
  PT = property(get_ProfileType, set_ProfileType)
  fin = property(get_Stajdatafile, set_Stajdatafile)
  fout = property(get_Outfile, set_Outfile)
  Qmin = property(get_Qmin, set_Qmin)
  Qmax = property(get_Qmax, set_Qmax)
  nQ = property(get_nQ, set_nQ)
  nF = property(get_nFit, set_nFit)
  nRough = property(get_nRough, set_nRough)
  L = property(getWavelength, setWavelength)
  LD = property(getWavelengthDiv, setWavelengthDiv)
  AD = property(getAngularDiv, setAngularDiv)
  I = property(getIntensity, setIntensity)
  B = property(getBackground, setBackground)