zeeman_magnetic_fieldFromPath

Workspace.zeeman_magnetic_fieldFromPath(self: pyarts.arts._Workspace, zeeman_magnetic_field: pyarts.arts.WorkspaceVariable | pyarts.arts.Matrix, ppath: pyarts.arts.WorkspaceVariable | pyarts.arts.Ppath | None = self.ppath, ppvar_mag: pyarts.arts.WorkspaceVariable | pyarts.arts.Matrix | None = self.ppvar_mag, verbosity: pyarts.arts.WorkspaceVariable | pyarts.arts.Verbosity | None = self.verbosity) None

Get the magnetic field components used by the Zeeman calculations.

Author(s): Richard Larsson

Parameters:
  • zeeman_magnetic_field (Matrix) – The magnetic field components for Zeeman effect [np, 3] - last axis is H, theta, eta. [OUT]

  • ppath (Ppath, optional) – The propagation path for one line-of-sight. See ppath, defaults to self.ppath [IN]

  • ppvar_mag (Matrix, optional) – Magnetic field along the propagation path. See ppvar_mag, defaults to self.ppvar_mag [IN]

  • verbosity (Verbosity) – ARTS verbosity. See verbosity, defaults to self.verbosity [IN]