autoRead¶
-
ChiantiPy.tools.io.autoRead(ions, filename=None, total=True, verbose=False)[source] [edit on github]¶ Read CHIANTI autoionization rates from a .auto file.
Parameters: ions :
strIon, e.g. ‘c_5’ for C V
filename :
strCustom filename, will override that specified by
ionselvlcname :
strIf specified, the lsj term labels are returned in the ‘pretty1’ and ‘pretty2’ keys of ‘Wgfa’ dict
total :
boolReturn the summed level 2 autoionization rates in ‘Auto’
verbose :
boolReturns: Auto :
dictInformation read from the .wgfa file. The dictionary structure is {“lvl1”, “lvl2”, “avalue”, “pretty1”, “pretty2”, “ref”,”ionS”, “filename”}