fiasco currently only supports version 8 of the CHIANTI database.

GffintParser#

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

Bases: GffguParser

Total free-free Gaunt factor as a function of scaled temperature.

Attributes Summary

descriptions

dtypes

filetype

headings

units

Attributes Documentation

descriptions = ['log scaled temperature', 'total free-free Gaunt factor', 'spline coefficient', 'spline coefficient', 'spline coefficient']#
dtypes = [<class 'float'>, <class 'float'>, <class 'float'>, <class 'float'>, <class 'float'>]#
filetype = 'gffint'#
headings = ['log_gamma_squared', 'gaunt_factor', 's1', 's2', 's3']#
units = [Unit(dimensionless), Unit(dimensionless), Unit(dimensionless), Unit(dimensionless), Unit(dimensionless)]#