ARTS built-in documentation server
Workspace Method sensor_responseStokesRotation
Description
Includes a rotation of the Stokes H and V directions. The method applies the rotations implied by stokes_rotation. See the description of that WSV for details. This method does not change the size of sensor_response, and the auxiliary variables (sensor_response_f etc.) are not changed. To apply the method, stokes_dim must be >= 3. The complete effect of the rotation can not be determibed with lower stokes_dim.
Authors: Patrick Eriksson
Synopsis
sensor_responseStokesRotation( | sensor_response, sensor_response_f_grid, sensor_response_pol_grid, sensor_response_za_grid, sensor_response_aa_grid, stokes_dim, stokes_rotation ) |
Variables
OUT+IN | sensor_response | (Sparse) | The matrix modelling the total sensor response. |
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 | stokes_dim | (Index) | The dimensionality of the Stokes vector (1-4). |
IN | stokes_rotation | (Matrix) | Rotation of the Stokes H and V directions. |