SingleScatteringData

class pyarts.arts.SingleScatteringData

Holds single scattering data

Workspace methods that can generate SingleScatteringData

Workspace methods that require SingleScatteringData

Workspace variables of type SingleScatteringData

__init__(*args, **kwargs)

Overloaded function.

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

Empty scattering data

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

Copy instance

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

Automatic conversion from a workspace variable

Methods

__init__(*args, **kwargs)

Overloaded function.

fromxml(file)

Create SingleScatteringData from file

readxml(self, file)

Read SingleScatteringData from file

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

Saves SingleScatteringData to file

Attributes

T_grid

Vector The temperature grid

aa_grid

Vector The azimuth grid

abs_vec_data

Tensor5 The absorption vector

description

String The description

ext_mat_data

Tensor5 The extinction matrix

f_grid

Vector The frequency grid

pha_mat_data

Tensor7 The phase matrix

ptype

PType The type

za_grid

Vector The zenith grid