propmat_clearsky_agendaGUI
- Workspace.propmat_clearsky_agendaGUI(self: pyarts.arts._Workspace, propmat_clearsky_agenda: pyarts.arts.WorkspaceVariable | pyarts.arts.Agenda | None = self.propmat_clearsky_agenda, abs_species: pyarts.arts.WorkspaceVariable | pyarts.arts.ArrayOfArrayOfSpeciesTag | None = self.abs_species, load: pyarts.arts.WorkspaceVariable | pyarts.arts.Index | None = 1, verbosity: pyarts.arts.WorkspaceVariable | pyarts.arts.Verbosity | None = self.verbosity) None
Opens a GUI for running the propagation matrix agenda
Note that this is not thread-safe and should be executed on the main workspace
The values of all non-control flow are automatically loaded from the workspace if they are defined. Otherwise some values are just selected
Author(s): Richard Larsson
- Parameters:
propmat_clearsky_agenda (Agenda, optional) – Calculate the absorption coefficient matrix. See
propmat_clearsky_agenda
, defaults toself.propmat_clearsky_agenda
[IN]abs_species (ArrayOfArrayOfSpeciesTag, optional) – Tag groups for gas absorption. See
abs_species
, defaults toself.abs_species
[IN]load (Index, optional) – Load non-logical variables from workspace if true. Defaults to
1
[IN]verbosity (Verbosity) – ARTS verbosity. See
verbosity
, defaults toself.verbosity
[IN]