PyNeb  1.1.2
PyNeb Reference Manua
pyneb.core.diags Namespace Reference

Classes

class  Diagnostics
 

Variables

dictionary diags_dict = {}
 

Detailed Description

@module
This module contains the admitted diagnostics.
Diagnostics are stored in a dictionary. Keys are literal descriptions of the diagnostic 
(e.g. '[NI] 5198/5200') and items are tuples including a label ('N1'), an expression for the line ratio ('L(5198)/L(5200)',
and an expression for the uncertainty on the line ratio as a function of the uncertainty on the individual lines ('RMS([E(5200), E(5198)])')

Variable Documentation

dictionary diags_dict = {}