Parser#
- class fiasco.io.Parser(*args, **kwargs)[source]#
Bases:
GenericParser
General parser interface for all CHIANTI datatypes.
The Parser ingests the name of a raw ASCII data file and builds an
astropy.table.QTable
from it. A predefined parser is created based on the file extension, but a custom parser can also be used.