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:
rt (numpy.ndarray, float) – raditive intensity
ro (numpy.ndarray, float) – density
se (numpy.ndarray, float) – specific entropy
pr (numpy.ndarray, float) – pressure
te (numpy.ndarray, float) – temperature
vx (numpy.ndarray, float) – x velocity
vy (numpy.ndarray, float) – y velocity
vz (numpy.ndarray, float) – z velocity
bx (numpy.ndarray, float) – x magnetic field
by (numpy.ndarray, float) – y magnetic field
bz (numpy.ndarray, float) – z magnetic field
he (numpy.ndarray, float) – height of the optical depth
fr (numpy.ndarray, float) – raditveit flux at the optical depth
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