fiasco currently only supports version 8 of the CHIANTI database.

ItohParser#

class fiasco.io.sources.ItohParser(filename, **kwargs)[source]#

Bases: GenericParser

Fit parameters for calculating relativistic free-free Gaunt factor using the method of Itoh et al. [ISK+00].

Attributes Summary

descriptions

dtypes

filetype

headings

units

Methods Summary

extract_footer(*args)

Extract metadata from raw text and format appropriately.

preprocessor(table, line, index)

Default preprocessor method run on each line ingested.

to_hdf5(hf, df, **kwargs)

Attributes Documentation

descriptions = ['atomic number', 'fit coefficient']#
dtypes = [<class 'int'>, <class 'float'>]#
filetype = 'itoh'#
headings = ['Z', 'a']#
units = [None, Unit(dimensionless)]#

Methods Documentation

Extract metadata from raw text and format appropriately.

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

Default preprocessor method run on each line ingested.

to_hdf5(hf, df, **kwargs)[source]#