Cthulhu.hdf5_package ==================== .. py:module:: Cthulhu.hdf5_package .. autoapi-nested-parse:: Functions to repackage calculated cross section grids as HDF5 files Functions --------- .. autoapisummary:: Cthulhu.hdf5_package.read_cross_section_grid Cthulhu.hdf5_package.make_single_species_HDF5 Cthulhu.hdf5_package.extend_HDF5_database Module Contents --------------- .. py:function:: read_cross_section_grid(species, database, log_P, T, ionization_state, isotope, linelist, broadening, output_dir='./output/') Read pre-computed cross section .txt files into a single large numpy array. .. py:function:: make_single_species_HDF5(species, database, linelist, log_P, T, isotope='default', broadening='H2-He', output_dir='./output/HDF5/', version=1) Save cross section grid for a single chemical species as a HDF5 file. .. py:function:: extend_HDF5_database(database_name, species) Add a chemical species from an individual HDF5 file to the combined database.