ARTS built-in documentation server

Workspace Method sensorOff

Description

Sets sensor WSVs to obtain monochromatic pencil beam values.

The variables are set as follows:
   mblock_dlos_grid        : One row with zero(s).
   sensor_response*        : As returned by sensor_responseInit.

Authors: Patrick Eriksson

Synopsis

sensorOff( sensor_response, sensor_response_f, sensor_response_pol, sensor_response_dlos, sensor_response_f_grid, sensor_response_pol_grid, sensor_response_dlos_grid, mblock_dlos_grid, stokes_dim, f_grid )

Variables

OUTsensor_response(Sparse)The matrix modelling the total sensor response.
OUTsensor_response_f(Vector)The frequencies associated with the output of sensor_response.
OUTsensor_response_pol(ArrayOfIndex)The polarisation states associated with the output of sensor_response.
OUTsensor_response_dlos(Matrix)The relative zenith and azimuth angles associated with the output of sensor_response.
OUTsensor_response_f_grid(Vector)The frequency grid associated with sensor_response.
OUTsensor_response_pol_grid(ArrayOfIndex)The "polarisation grid" associated with sensor_response.
OUTsensor_response_dlos_grid(Matrix)The zenith and azimuth angles associated with sensor_response.
OUTmblock_dlos_grid(Matrix)The set of angular pencil beam directions for each measurement block.
INstokes_dim(Index)The dimensionality of the Stokes vector (1-4).
INf_grid(Vector)The frequency grid for monochromatic pencil beam calculations.