Package reflectometry :: Package model3d :: Module par_form :: Class Lego_Model

Class Lego_Model

source code


Instance Methods
 
__init__(self, size_xyz=array([ 0., 0., 0.]), nx=1, ny=1, SLD=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
xyz_form_loop(self, qx, qy, qz) source code
 
xyz_form(self, Qx, Qy, Qz)
Calculations of int_zlo^zhi{ rho e^{iQ_z z} dz }
source code
 
xyz_form_fft(self, q_out, nqx=200, nqy=1, nqz=200) source code

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

Properties

Inherited from object: __class__

Method Details

__init__(self, size_xyz=array([ 0., 0., 0.]), nx=1, ny=1, SLD=None)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: object.__init__
(inherited documentation)