fiasco currently only supports version 8 of the CHIANTI database.

EasplomParser#

class fiasco.io.sources.EasplomParser(ion_filename, **kwargs)[source]#

Bases: GenericIonParser

Spline fits to the excitation-autoionization scaled cross-sections. See Burgess and Tully [BT92] and Dere [Der07] for more details.

Attributes Summary

descriptions

dtypes

filetype

headings

units

Methods Summary

preprocessor(table, line, index)

Default preprocessor method run on each line ingested.

Attributes Documentation

descriptions = ['lower level index', 'upper level index', 'Burgess-Tully scaling type', 'oscillator strength', 'delta energy', 'Burgess-Tully scaling parameter', 'Burgess-Tully scaled cross-section']#
dtypes = [<class 'int'>, <class 'int'>, <class 'int'>, <class 'float'>, <class 'float'>, <class 'float'>, <class 'float'>]#
filetype = 'easplom'#
headings = ['lower_level', 'upper_level', 'bt_type', 'gf', 'delta_energy', 'bt_c', 'bt_cross_section']#
units = [None, None, None, Unit(dimensionless), Unit("Ry"), Unit(dimensionless), Unit(dimensionless)]#

Methods Documentation

preprocessor(table, line, index)[source]#

Default preprocessor method run on each line ingested.