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
Variables
OUT+IN | sensor_response | (Sparse) | The matrix modelling the total sensor response. |
OUT+IN | sensor_response_f | (Vector) | The frequencies associated with the output of sensor_response. |
OUT+IN | sensor_response_pol | (ArrayOfIndex) | The polarisation states associated with the output of sensor_response. |
OUT+IN | sensor_response_za | (Vector) | The relative zenith angles associated with the output of sensor_response. |
OUT+IN | sensor_response_aa | (Vector) | The relative azimuth angles associated with the output of sensor_response. |
OUT+IN | sensor_response_f_grid | (Vector) | The frequency grid associated with sensor_response. |
IN | sensor_response_pol_grid | (ArrayOfIndex) | The "polarisation grid" associated with sensor_response. |
IN | sensor_response_za_grid | (Vector) | The zenith angle grid associated with sensor_response. |
IN | sensor_response_aa_grid | (Vector) | The azimuth angle grid associated with sensor_response. |
IN | lo_multi | (Vector) | Local oscillator frequencies. |
IN | sideband_response_multi | (ArrayOfGriddedField1) | Description of multiple (mixer) sideband responses. |
IN | sideband_mode_multi | (ArrayOfString) | Description of target sideband for a multiple LO receiver. |
IN | f_backend_multi | (ArrayOfVector) | As f_backend but describes an instrument with muliple mixer/receiver chains. |
IN | backend_channel_response_multi | (ArrayOfArrayOfGriddedField1) | As backend_channel_response but describes an instrument with muliple mixer/receiver chains. |
IN | sensor_norm | (Index) | Flag if sensor response should be normalised or not (0 or 1). |