fiasco currently only supports version 8 of the CHIANTI database.

TrparamsParser#

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

Bases: GenericIonParser

Attributes Summary

descriptions

dtypes

filetype

headings

units

Methods Summary

preprocessor(table, line, index)

Default preprocessor method run on each line ingested.

Attributes Documentation

descriptions = ['temperature', 'total recombination rate']#
dtypes = [<class 'float'>, <class 'float'>]#
filetype = 'trparams'#
headings = ['temperature', 'recombination_rate']#
units = [Unit("K"), Unit("cm3 / s")]#

Methods Documentation

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

Default preprocessor method run on each line ingested.