ecs_dataAddRodrigues1997
- Workspace.ecs_dataAddRodrigues1997(self: pyarts.arts._Workspace, ecs_data: pyarts.arts.WorkspaceVariable | pyarts.arts.MapOfErrorCorrectedSuddenData | None = self.ecs_data, isotopologue_ratios: pyarts.arts.WorkspaceVariable | pyarts.arts.SpeciesIsotopologueRatios | None = self.isotopologue_ratios, verbosity: pyarts.arts.WorkspaceVariable | pyarts.arts.Verbosity | None = self.verbosity) None
Sets the CO2-626, CO2-636, and CO2-628 IR band data for ECS.
Note that the broadening species has to be N2 and not AIR for the band, and that N2 VMR must be present
Author(s): Richard Larsson
- Parameters:
ecs_data (MapOfErrorCorrectedSuddenData, optional) – Error corrected sudden data. See
ecs_data
, defaults toself.ecs_data
[INOUT]isotopologue_ratios (SpeciesIsotopologueRatios, optional) – Contains the isotopologue ratios. See
isotopologue_ratios
, defaults toself.isotopologue_ratios
[IN]verbosity (Verbosity) – ARTS verbosity. See
verbosity
, defaults toself.verbosity
[IN]