ARTS built-in documentation server
Workspace Method sensorOff
Description
Sets sensor WSVs to obtain monochromatic pencil beam values. A 1D antenna pattern is assumed. The variables are set as follows: antenna_dim : 1. mblock_za_grid : Length 1, value 0. mblock_aa_grid : Empty. sensor_response* : As returned by sensor_responseInit.
Authors: Patrick Eriksson
Synopsis
Variables
OUT | sensor_response | (Sparse) | The matrix modelling the total sensor response. |
OUT | sensor_response_f | (Vector) | The frequencies associated with the output of sensor_response. |
OUT | sensor_response_pol | (ArrayOfIndex) | The polarisation states associated with the output of sensor_response. |
OUT | sensor_response_za | (Vector) | The relative zenith angles associated with the output of sensor_response. |
OUT | sensor_response_aa | (Vector) | The relative azimuth angles associated with the output of sensor_response. |
OUT | sensor_response_f_grid | (Vector) | The frequency grid associated with sensor_response. |
OUT | sensor_response_pol_grid | (ArrayOfIndex) | The "polarisation grid" associated with sensor_response. |
OUT | sensor_response_za_grid | (Vector) | The zenith angle grid associated with sensor_response. |
OUT | sensor_response_aa_grid | (Vector) | The azimuth angle grid associated with sensor_response. |
OUT | antenna_dim | (Index) | The dimensionality of the antenna pattern (1-2). |
OUT | mblock_za_grid | (Vector) | The zenith angle grid for each measurement block. |
OUT | mblock_aa_grid | (Vector) | The azimuthal angle grid for each measurement block. |
IN | stokes_dim | (Index) | The dimensionality of the Stokes vector (1-4). |
IN | f_grid | (Vector) | The frequency grid for monochromatic pencil beam calculations. |