abs_linesCutoff

Workspace.abs_linesCutoff(self: pyarts.arts._Workspace, abs_lines: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.ArrayOfAbsorptionLines]] = self.abs_lines, option: Union[pyarts.arts.WorkspaceVariable, pyarts.arts.String], value: Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Numeric], verbosity: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Verbosity]] = self.verbosity) None

Sets cutoff type and magnitude for all lines.

The line is cut off when this is active at the given frequency. The only non-zero range is from this range to its negative equivalent

Available option:

  • "None": No cutoff

  • "ByLine": Cutoff relative to a speed-independent shifted line center, highest frequency: F0+cutoff+D0

For “ByLine”, the negative frequency is at F0-cutoff-D0

Author(s): Richard Larsson

Parameters:
  • abs_lines (ArrayOfAbsorptionLines, optional) – A list of spectral line data. See abs_lines, defaults to self.abs_lines [INOUT]

  • option (String) – Method of line shape calculations. [IN]

  • value (Numeric) – Value of cutoff. [IN]

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