Package reflectometry :: Package model1d :: Package tests :: Module check

Module check

source code

Variables
  Qs = linspace(0.001, 0.3, 200)
  depth = array([100, 65, 35, 17, 100], 'd')
  rho = array([0, 1.87, 1.7, 3.8, 2.07], 'd')
  mu = array([0, 0.01, 0.01, 0.01, 0.01], 'd')
  phi = array([0.001, 0.1, 0.001, 0.002, 0.003], 'd')
  theta = array([200, 210, 220, 230, 240], 'd')
  wavelength = 4.75
  pyR = pyr4x(depth, 1e-6* rho, 1e-6* mu, wavelength, 1e-6* phi,...
  cR = cr4x(depth, 1e-6* rho, 1e-6* mu, wavelength, 1e-6* phi, t...
Variables Details

pyR

Value:
pyr4x(depth, 1e-6* rho, 1e-6* mu, wavelength, 1e-6* phi, theta, Qs, Ag\
uide=-90.)

cR

Value:
cr4x(depth, 1e-6* rho, 1e-6* mu, wavelength, 1e-6* phi, theta,-90., Qs\
)