spectral_radiance_space_agendaOperator

class pyarts.arts.spectral_radiance_space_agendaOperator(*args, **kwargs)

Spectral radiance as seen of space.

This agenda calculates the spectral radiance as seen of space. One common use-case us to provide a background spectral radiance.

The input path point should be as if it is looking at space.

The output must be sized as:

Workspace methods that require spectral_radiance_space_agendaOperator

Overview

Method

readxml()

Read variable from file

Method

savexml()

Saves variable to file

Static Method

fromxml()

Create variable from file

Operator

__call__()

Execute the method directly in python

Operator

__eq__()

Return self==value.

Operator

__format__()

__format__(self, arg: str, /) -> str

Operator

__ge__()

Return self>=value.

Operator

__getstate__()

Helper for pickle.

Operator

__gt__()

Return self>value.

Operator

__hash__()

Return hash(self).

Operator

__init__()

__init__(self, arg: pyarts.arts.spectral_radiance_space_agendaOperator) -> None

Operator

__le__()

Return self<=value.

Operator

__lt__()

Return self<value.

Operator

__ne__()

Return self!=value.

Operator

__repr__()

__repr__(self) -> str

Operator

__str__()

__str__(self) -> str

Constructors

__init__(self, arg: collections.abc.Callable[[pyarts.arts.AscendingGrid, pyarts.arts.JacobianTargets, pyarts.arts.PropagationPathPoint], tuple[pyarts.arts.StokvecVector, pyarts.arts.StokvecMatrix]], /) None
__init__(self) None
__init__(self, arg: pyarts.arts.spectral_radiance_space_agendaOperator) None

Methods

readxml(self, file: str) None

Read variable from file

Parameters:

file (str) – A file that can be read

On Error:

Throws RuntimeError for any failure to read

savexml(self, file: str, type: str = 'ascii', clobber: bool = True) None

Saves variable to file

Parameters:
  • file (str) – The path to which the file is written. Note that several of the options might modify the name or write more files

  • type (str) – Type of file to save. See FileType for options.

  • clobber (bool) – Overwrite existing files or add new file with modified name?

On Error:

Throws RuntimeError for any failure to save

Static Methods

fromxml(file: str) pyarts.arts.spectral_radiance_space_agendaOperator

Create variable from file

Parameters:

file (str) – A file that can be read

On Error:

Throws RuntimeError for any failure to read

Operators

__call__(self, frequency_grid: pyarts.arts.AscendingGrid, jacobian_targets: pyarts.arts.JacobianTargets, ray_path_point: pyarts.arts.PropagationPathPoint) tuple[pyarts.arts.StokvecVector, pyarts.arts.StokvecMatrix]

Execute the method directly in python

Parameters:
Returns:

__eq__(value, /)

Return self==value.

__format__(self, arg: str, /) str
__ge__(value, /)

Return self>=value.

__getstate__()

Helper for pickle.

__gt__(value, /)

Return self>value.

__hash__()

Return hash(self).

__init__(self, arg: collections.abc.Callable[[pyarts.arts.AscendingGrid, pyarts.arts.JacobianTargets, pyarts.arts.PropagationPathPoint], tuple[pyarts.arts.StokvecVector, pyarts.arts.StokvecMatrix]], /) None
__init__(self) None
__init__(self, arg: pyarts.arts.spectral_radiance_space_agendaOperator) None
__le__(value, /)

Return self<=value.

__lt__(value, /)

Return self<value.

__ne__(value, /)

Return self!=value.

__repr__(self) str
__str__(self) str