DataIndexerHDF5#

class fiasco.io.DataIndexerHDF5(hdf5_path, top_level_path)[source]#

Bases: object

Interface layer for CHIANTI data stored in HDF5 format.

Parameters:
  • hdf5_path (str)

  • top_level_path (str)

Attributes Summary

Methods Summary

as_table()

create_indexer(hdf5_path, top_level_path)

Create an instance as long as the dataset exists.

Attributes Documentation

fields#
footer#
hdf5_dbase_root#
version#

Methods Documentation

as_table()[source]#
classmethod create_indexer(hdf5_path, top_level_path)[source]#

Create an instance as long as the dataset exists. This class method exists so that None can be returned if the dataset specified by top_level_path does not exist.