fiasco currently only supports version 8 of the CHIANTI database.

GffguParser#

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

Bases: GenericParser

Free-free Gaunt factor as a function of scaled frequency and energy

Attributes Summary

descriptions

dtypes

filetype

headings

units

Methods Summary

extract_footer(lines)

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 = ['scaled frequency', 'scaled temperature', 'free-free Gaunt factor']#
dtypes = [<class 'float'>, <class 'float'>, <class 'float'>]#
filetype = 'gffgu'#
headings = ['u', 'gamma_squared', 'gaunt_factor']#
units = [Unit(dimensionless), Unit(dimensionless), 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]#