PyTracerLab.gui.database module

Holds data of tracers supported in the PyTracerLab GUI.

class PyTracerLab.gui.database.Tracers[source]

Bases: abc.ABC

Database of all tracers supported by the PyTracerLab GUI.

tracer_data = {'Carbon-14': [5700.0, False], 'Helium (tritiogenic)': [12.32, True], 'Krypton-85': [10.73, False], 'Stable tracer (no decay)': [1000000000000.0, False], 'Tritium': [12.32, False]}