AdvancedModelListParser#

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

Bases: GenericParser

Attributes Summary

Methods Summary

to_hdf5(hf, df)

Attributes Documentation

descriptions = ['ion name', 'number of included levels']#
dtypes = [<class 'str'>, <class 'int'>]#
fformat = <fortranformat.FortranRecordReader.FortranRecordReader object>#
filetype = 'advmodel_list'#
headings = ['ion', 'n_levels']#
units = [None, None]#

Methods Documentation

to_hdf5(hf, df)[source]#