OpticalDepth

class pyR2D2.OpticalDepth(data)[source]

Bases: _BaseReader

Class for 2D data at certain optical depths

Important

pyR2D2.Data class can access this class as pyR2D2.Data.qt

Variables:

Important

Each attibutes have three values at optical depths 1, 0.1, and 0.01 These correspond to, for example, rt, rt01, and rt001

Methods Summary

read(n)

Reads 2D data at certain optical depths.

Methods Documentation

read(n: int)[source]

Reads 2D data at certain optical depths. The data is stored in self.qt dictionary. In this version the selected optical depth is 1, 0.1, and 0.01

Parameters:

n (int) – A selected time step for data

__init__(data)[source]