fiasco currently only supports version 8 of the CHIANTI database.

EasplupsParser#

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

Bases: EasplomParser

Scaled collision strengths for calculating ionization rates due to excitation autoionization.

Attributes Summary

descriptions

dtypes

filetype

headings

units

Attributes Documentation

descriptions = ['lower level index', 'upper level index', 'Burgess-Tully scaling type', 'oscillator strength', 'delta energy', 'upsilon coefficient', 'Burgess-Tully scaled effective collision strength']#
dtypes = [<class 'int'>, <class 'int'>, <class 'int'>, <class 'float'>, <class 'float'>, <class 'float'>, <class 'float'>]#
filetype = 'easplups'#
headings = ['lower_level', 'upper_level', 'bt_type', 'gf', 'delta_energy', 'bt_c', 'bt_upsilon']#
units = [None, None, None, Unit(dimensionless), Unit("Ry"), Unit(dimensionless), Unit(dimensionless)]#