fiasco currently only supports version 8 of the CHIANTI database.

DataIndexer#

class fiasco.io.DataIndexer(*args)[source]#

Bases: object

Data access layer for each distinct CHIANTI dataset

Acts as an interface layer between Ion and the CHIANTI data. All data that the user interacts with passes through this layer.

Warning

This object is not meant to be instantiated directly by the user. Rather, instances are created by higher-level objects in order to provide access to the CHIANTI data.

Methods Summary

create_indexer(*args)

Methods Documentation

classmethod create_indexer(*args)[source]#