| Parameter |
Data
Type |
Description |
Default |
Unit_PSD_Function:
A trivial power spectral density function which is
uniform. It is not normalized, and so any model using
it will not have absolute scaling. It is useful when
one would like to evaluate the scattering per unit
of power spectral density. |
| Unit_PSD_Function has no
parameters. |
ABC_PSD_Function:
A power spectrum that is given by
S2(f) = A / [1 + (
Bf)2]C/2. |
| A |
double |
Parameter
A [µm4] |
0.01 |
| B |
double |
Parameter
B [µm] |
362 |
| C |
double |
Parameter
C |
2.5 |
Table_PSD_Function:
A power spectrum that is interpolated from a table of
values. |
| T |
Table |
The table
containing the PSD. |
1 |
Fractal_PSD_Function:
A power spectrum that is given by
S2(f) = A /
fexponent. |
| A |
double |
Power
spectrum amplitude factor
[µm4] |
0.01 |
| exponent |
double |
The
fractal exponent. |
2.5 |
Gaussian_PSD_Function:
A power spectrum appropriate for a Gaussian rough
surface. |
| sigma |
double |
The
standard deviation of the surface height
[µm] |
0.05 |
| length |
double |
The
lateral correlation length [µm] |
5 |
Elliptical_Mesa_PSD_Function:
A power spectrum appropriate for elliptical mesas. That
is, the surface is assumed to be zero everywhere
outside of the ellipse, and a given height inside of
it. |
| axisx |
double |
The
length of the axis of the ellipse along the x-direction
[µm] |
1.5 |
| axisy |
double |
The
length of the axis of the ellipse along the y-direction
[µm] |
1.5 |
| height |
double |
The
height or depth of the mesas [µm] |
0.01 |
| density |
double |
The
surface number density of the ellipses
[µm-2] |
0.01 |
Rectangular_Mesa_PSD_Function:
A power spectrum appropriate for rectangular mesas.
That is, the surface is assumed to be zero everywhere
outside of the rectangle, and a given height inside of
it. |
| lengthx |
double |
The
length of the rectangle along the x-direction
[µm] |
1.5 |
| lengthy |
double |
The
length of the rectangle along the y-direction
[µm] |
1.5 |
| height |
double |
The
height or depth of the mesas [µm] |
0.01 |
| density |
double |
The
surface number density of the rectangles
[µm-2] |
0.01 |
Triangular_Mesa_PSD_Function:
A power spectrum appropriate for equilateral triangular
mesas. That is, the surface is assumed to be zero
everywhere outside of the equilateral triangle, and a
given height inside of it. |
| side |
double |
The
length of the sides of the triangle
[µm] |
1.5 |
| height |
double |
The
height or depth of the mesas [µm] |
0.01 |
| density |
double |
The
surface number density of triangles
[µm-2] |
0.01 |
Rectangular_Pyramid_PSD_Function:
A power spectrum appropriate for rectangular
pyramids. |
| lengthx |
double |
The
length of the rectangle along the x-direction
[µm] |
1.5 |
| lengthy |
double |
The
length of the rectangle along the y-direction
[µm] |
1.5 |
| height |
double |
The
height or depth of the pyramids [µm] |
0.01 |
| density |
double |
The
surface number density of the pyramids
[µm-2] |
0.01 |
Double_PSD_Function:
A power spectrum given by the sum of any two other
power spectra. |
| psd1 |
PSD_Function_Ptr |
The first
power spectrum. |
ABC_PSD_Function |
| psd2 |
PSD_Function_Ptr |
The
second power spectrum. |
ABC_PSD_Function |