iy_transmitterSinglePol
- Workspace.iy_transmitterSinglePol(self: pyarts.arts._Workspace, iy_transmitter: pyarts.arts.WorkspaceVariable | pyarts.arts.Matrix | None = self.iy_transmitter, stokes_dim: pyarts.arts.WorkspaceVariable | pyarts.arts.Index | None = self.stokes_dim, f_grid: pyarts.arts.WorkspaceVariable | pyarts.arts.Vector | None = self.f_grid, instrument_pol: pyarts.arts.WorkspaceVariable | pyarts.arts.ArrayOfIndex | None = self.instrument_pol, verbosity: pyarts.arts.WorkspaceVariable | pyarts.arts.Verbosity | None = self.verbosity) None
Transmitted signal having a single polarisations.
The method is intended to be used as possible input of
iyTransmissionStandard()
. It setsiy_transmitter
to describe the transmitted signal/pulses. The polarisation state is taken frominstrument_pol
, whereinstrument_pol
must contain a single value. This polarisation state is applied for all frequencies. The transmitted pulses/signals are set to be of unit magnitude, such as [1,1,0,0].Author(s): Patrick Eriksson
- Parameters:
iy_transmitter (Matrix, optional) – Monochromatic pencil beam radiance spectrum of transmitter signal. See
iy_transmitter
, defaults toself.iy_transmitter
[OUT]stokes_dim (Index, optional) – The dimensionality of the Stokes vector (1-4). See
stokes_dim
, defaults toself.stokes_dim
[IN]f_grid (Vector, optional) – The frequency grid for monochromatic pencil beam calculations. See
f_grid
, defaults toself.f_grid
[IN]instrument_pol (ArrayOfIndex, optional) – Definition of the polarisation of an instrument. See
instrument_pol
, defaults toself.instrument_pol
[IN]verbosity (Verbosity) – ARTS verbosity. See
verbosity
, defaults toself.verbosity
[IN]