ARTS built-in documentation server

Workspace Method sensor_checkedCalc

Description

Checks consistency of the sensor variables.

The following WSVs are treated: sensor_pos, sensor_los,
transmitter_pos, mblock_za_grid, mblock_aa_grid,
antenna_dim, sensor_response, sensor_response_f,
sensor_response_pol, sensor_response_za, sensor_response_aa.
If any of these variables are changed, then this method shall be
called again (no automatic check that this is fulfilled!).

The main tests are that dimensions of sensor variables agree
with other settings, e.g., the size of f_grid, atmosphere_dim,
stokes_dim, etc.

If any test fails, there is an error. Otherwise, sensor_checked
is set to 1.

Authors: Jana Mendrok

Synopsis

sensor_checkedCalc( sensor_checked, atmosphere_dim, stokes_dim, f_grid, sensor_pos, sensor_los, transmitter_pos, mblock_za_grid, mblock_aa_grid, antenna_dim, sensor_response, sensor_response_f, sensor_response_pol, sensor_response_za, sensor_response_aa )

Variables

OUTsensor_checked(Index)OK-flag for sensor related variables.
INatmosphere_dim(Index)The atmospheric dimensionality (1-3).
INstokes_dim(Index)The dimensionality of the Stokes vector (1-4).
INf_grid(Vector)The frequency grid for monochromatic pencil beam calculations.
INsensor_pos(Matrix)The sensor position for each measurement block.
INsensor_los(Matrix)The sensor line-of-sight (LOS) for each measurement block.
INtransmitter_pos(Matrix)Transmitter positions.
INmblock_za_grid(Vector)The zenith angle grid for each measurement block.
INmblock_aa_grid(Vector)The azimuthal angle grid for each measurement block.
INantenna_dim(Index)The dimensionality of the antenna pattern (1-2).
INsensor_response(Sparse)The matrix modelling the total sensor response.
INsensor_response_f(Vector)The frequencies associated with the output of sensor_response.
INsensor_response_pol(ArrayOfIndex)The polarisation states associated with the output of sensor_response.
INsensor_response_za(Vector)The relative zenith angles associated with the output of sensor_response.
INsensor_response_aa(Vector)The relative azimuth angles associated with the output of sensor_response.