Skip to content
Snippets Groups Projects
Commit 37791181 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

hugo ref beam: explain effect of intensity on noise (#873)

parent da05d644
No related branches found
No related tags found
1 merge request!2559hugo ref beam: explain effect of intensity on noise (#873)
Pipeline #142530 passed
...@@ -19,12 +19,16 @@ For the glancing angle $\alpha\_\text{i}$, use unit multiplier `*deg`. ...@@ -19,12 +19,16 @@ For the glancing angle $\alpha\_\text{i}$, use unit multiplier `*deg`.
The azimuthal angle $\varphi\_\text{i}$ can be omitted, The azimuthal angle $\varphi\_\text{i}$ can be omitted,
as in most applications the default value 0 is pertinent. as in most applications the default value 0 is pertinent.
After creation of a beam, special properties can be set with After creation of a beam, properties can be set with
```python ```python
beam.setIntensity(intensity)
beam.setFootprintFactor(footprint) beam.setFootprintFactor(footprint)
beam.setPolarization(polarization) beam.setPolarization(polarization)
``` ```
For the arguments, see [footprint](footprint) and [polarization](../pol). For the arguments, see [footprint](footprint) and [polarization](../pol).
The beam intensity may appear inconsequential for specular simulations
because resulting reflectivities are normalized.
However, the intensity does influence the simulated [noise](/ref/sim/setup/bg).
{{% children %}} {{% children %}}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment