GasAbsLookup

class pyarts.arts.GasAbsLookup

An absorption lookup table

This class holds an absorption lookup table, as well as all information that is necessary to use the table to extract absorption

Workspace methods that can generate GasAbsLookup

Workspace methods that require GasAbsLookup

Workspace variables of type GasAbsLookup

__init__(*args, **kwargs)

Overloaded function.

  1. __init__(self: pyarts.arts.GasAbsLookup) -> None

Default lookup

  1. __init__(self: pyarts.arts.GasAbsLookup, val: pyarts.arts.GasAbsLookup) -> None

Copy instance

  1. __init__(self: pyarts.arts.GasAbsLookup, wsv: pyarts.arts.WorkspaceVariable) -> None

Automatic conversion from a workspace variable

Methods

__init__(*args, **kwargs)

Overloaded function.

fromxml(file)

Create GasAbsLookup from file

readxml(self, file)

Read GasAbsLookup from file

savexml(self, file[, type, clobber])

Saves GasAbsLookup to file

Attributes

f_grid

ArrayOfIndex Trained frequencies

flag_default

ArrayOfLagrangeInterpolation Active interpolation

log_p_grid

Vector Trained pressure in log

nls_pert

Vector Non-linear perturbations

non_linear_species

ArrayOfIndex Non-linear species

p_grid

Vector Trained pressures

species

ArrayOfArrayOfSpeciesTag Active species

t_pert

Vector Temperature perturbations

t_ref

Vector Trained temperatures

vmrs

Matrix Training VMRs

xsec

Tensor4 Cross-section data