ARTS built-in documentation server

Workspace Method sensor_responseMultiMixerBackend

Description

Handles mixer and backend parts for an instrument having multiple
mixer chains.

The WSMs sensor_responseMixer, sensor_responseIF2RF and
sensor_responseBackend are called for each mixer chain, and a
complete sensor_response is assembled. The instrument responses
are described by lo_multi, sideband_response_multi,
sideband_mode_multi, f_backend_multi and
backend_channel_response_multi. All these WSVs must have same
vector or array length. As sensor_responseIF2RF is called,
f_backend_multi must hold RF (not IF) and output frequencies
will be in absolute frequency (RF).

Authors: Patrick Eriksson

Synopsis

sensor_responseMultiMixerBackend( sensor_response, sensor_response_f, sensor_response_pol, sensor_response_dlos, sensor_response_f_grid, sensor_response_pol_grid, sensor_response_dlos_grid, lo_multi, sideband_response_multi, sideband_mode_multi, f_backend_multi, backend_channel_response_multi, sensor_norm )

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_dlos(Matrix)The relative zenith and 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_dlos_grid(Matrix)The zenith and azimuth angles associated with sensor_response.
INlo_multi(Vector)Local oscillator frequencies.
INsideband_response_multi(ArrayOfGriddedField1)Description of multiple (mixer) sideband responses.
INsideband_mode_multi(ArrayOfString)Description of target sideband for a multiple LO receiver.
INf_backend_multi(ArrayOfVector)As f_backend but describes an instrument with muliple mixer/receiver chains.
INbackend_channel_response_multi(ArrayOfArrayOfGriddedField1)As backend_channel_response but describes an instrument with muliple mixer/receiver chains.
INsensor_norm(Index)Flag if sensor response should be normalised or not (0 or 1).