GenericParser#
- class fiasco.io.GenericParser(filename, **kwargs)[source]#
Bases:
objectBase class for CHIANTI file parsers
Attributes Summary
Methods Summary
extract_footer(lines)Extract metadata from raw text and format appropriately.
parse()Generate Astropy QTable from a CHIANTI ion file
postprocessor(df)Default postprocessor method run on the whole dataframe
preprocessor(table, line, *args)Default preprocessor method run on each line ingested.
to_hdf5(*args, **kwargs)Attributes Documentation
- chianti_version#
- descriptions = []#
- dtypes = []#
- full_path#
- headings = []#
- standalone#
- units = []#
Methods Documentation
Extract metadata from raw text and format appropriately.