Gathers some useful functions for the computation of the instrument observation.
More...
|
class | instrument |
| This class can consider the instrument characteristics for the observation. More...
|
|
|
| Pn_gaussian (theta, mean, FWHM) |
| This function calculates the normalized gaussian pattern of the antenna.
|
|
| Tazimuth (T0, theta) |
| This function calculates the atmospheric variable depending on the azimuth.
|
|
Gathers some useful functions for the computation of the instrument observation.
Description
Defines the instrument class for the computation of the antenna temperature and frequency band integration.
- instrument (class)
- azimuth (function)
- Tazimuth (function)
- Pn_gaussian (function)
Libraries/Modules
Notes
- Comments are Doxygen compatible.
TODO
Author(s)
- Created by Luca Cintura on 10/05/2023.
- Modified by Luca Cintura on 10/05/2023.
◆ Pn_gaussian()
Pn_gaussian |
( |
| theta, |
|
|
| mean, |
|
|
| FWHM ) |
This function calculates the normalized gaussian pattern of the antenna.
- Parameters
-
theta | The azimuth angles. |
mean | The pointing of the antenna. |
FWHM | The FWHM of the antenna. |
◆ Tazimuth()
This function calculates the atmospheric variable depending on the azimuth.
- Parameters
-
T0 | The brightness temperature at the azimuth. |
theta | The azimuth angle. |