Package reflectometry :: Package model3d :: Module BornModel :: Class BornModel

Class BornModel

source code


This contains the substrate, feature, and lattice description

lattice_scattering
scattering from the scattering done by the ordered particles
feature_scattering
scattering done by individual features in a unit cell
substrate_scattering
scattering done by the substrate layers in a unit cell
Instance Methods
 
__init__(self, lattice_scattering=None, feature_scattering=None, substrate_scattering=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code

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

Properties

Inherited from object: __class__

Method Details

__init__(self, lattice_scattering=None, feature_scattering=None, substrate_scattering=None)
(Constructor)

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