ItohIntegratedGauntParser#

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

Bases: GenericParser

Total (frequency-integrated) relativistic free-free Gaunt factor as a function of a scaled temperature and scaled atomic number.

Attributes Summary

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 = ['fitting coefficient']#
dtypes = [<class 'float'>]#
filetype = 'itoh_integrated_gaunt'#
headings = ['a_ik']#
units = [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]#