fiasco currently only supports version 8 of the CHIANTI database.

FblvlParser#

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

Bases: GenericIonParser

Energy levels and configuration related to the calculation of the free-bound continuum. Only available for those ions and levels for which a free-bound continuum can be calculated.

Attributes Summary

descriptions

dtypes

fformat

filetype

headings

units

Attributes Documentation

descriptions = ['level index', 'configuration', 'principal quantum number', 'azimuthal quantum number', 'orbital angular momentum', 'multiplicity, 2s+1', 'observed energy', 'theoretical energy']#
dtypes = [<class 'int'>, <class 'str'>, <class 'int'>, <class 'int'>, <class 'str'>, <class 'int'>, <class 'float'>, <class 'float'>]#
fformat = <fortranformat.FortranRecordReader.FortranRecordReader object>#
filetype = 'fblvl'#
headings = ['level', 'config', 'n', 'L', 'L_label', 'multiplicity', 'E_obs', 'E_th']#
units = [None, None, None, None, None, None, <Quantity 1. 1 / cm>, <Quantity 1. 1 / cm>]#