ARTS built-in documentation server

Workspace Method sensor_responseFrequencySwitching

Description

Simulation of "frequency switching".

A general method for frequency switching. The WSM
sensor_responseBackendFrequencySwitching gives a description of
this observation technique, and is also a more straightforward
 method for pure singel sideband cases.

It is here assume that sensor_responseMultiMixerBackend has been
used to calculate the spectrum for two LO positions. This method
calculates the difference between these two spectra, where the
second spectrum gets weight 1 and the first weight -1 (as in
sensor_responseBackendFrequencySwitching).

Output frequency grids are taken from the second spectrum..

Authors: Patrick Eriksson

Synopsis

sensor_responseFrequencySwitching( 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 )

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_za(Vector)The relative zenith angles associated with the output of sensor_response.
OUTsensor_response_aa(Vector)The relative azimuth angles associated with the output of sensor_response.
OUTsensor_response_f_grid(Vector)The frequency grid associated with sensor_response.
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.
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.