fiasco currently only supports version 8 of the CHIANTI database.

get_chianti_catalog#

fiasco.util.get_chianti_catalog(ascii_dbase_root)[source]#

Return a dictionary of all CHIANTI data files, separated by category.

Parse CHIANTI filetree and return list of all files, separated by category. This will be only be useful when dealing with the raw ASCII data.

Parameters:

ascii_dbase_root (path-like) – Path to the top of the CHIANTI filetree

Returns:

dict – All CHIANTI files, separated by category. The resulting dictionary should have the following keys: ‘abundance_files’, ‘ioneq_files’, ‘ip_files’, ‘continuum_files’, ‘ion_files’.