ARTS built-in documentation server

Workspace Method sensor_responseWMRF

Description

Adds WMRF weights to sensor response.

This method adds a spectrometer response that has been calculated
with the weighted mean of representative frequencies (WMRF) method. It
consists of a set of selected frequencies, and associated weights.

Authors: Stefan Buehler, based on Patrick Erikssons sensor_responseBackend

Synopsis

sensor_responseWMRF( sensor_response, sensor_response_f, sensor_response_pol, sensor_response_za, sensor_response_aa, sensor_response_f_grid, sensor_response_pol_grid, sensor_response_za_grid, sensor_response_aa_grid, wmrf_weights, f_backend )

Variables

OUT+INsensor_response(Sparse)The matrix modelling the total sensor response.
OUT+INsensor_response_f(Vector)The frequencies associated with the output of sensor_response.
OUT+INsensor_response_pol(ArrayOfIndex)The polarisation states associated with the output of sensor_response.
OUT+INsensor_response_za(Vector)The relative zenith angles associated with the output of sensor_response.
OUT+INsensor_response_aa(Vector)The relative azimuth angles associated with the output of sensor_response.
OUT+INsensor_response_f_grid(Vector)The frequency grid associated with sensor_response.
INsensor_response_pol_grid(ArrayOfIndex)The "polarisation grid" associated with sensor_response.
INsensor_response_za_grid(Vector)The zenith angle grid associated with sensor_response.
INsensor_response_aa_grid(Vector)The azimuth angle grid associated with sensor_response.
INwmrf_weights(Sparse)The weights for a WMRF fast calculation.
INf_backend(Vector)The frequency position of each backend (spectrometer) channel.