zion2name

ChiantiPy.tools.io.zion2name(z, ion, dielectronic=False)[source] [edit on github]

Convert Z and ion to generic name, e.g. 26, 13 -> fe_13

Parameters:

z : int

the nuclear charge, for example 26 for Fe XIV

ion : int

the ion stage, for example, 14 for Fe XIV

Notes

A duplicate of the routine in ChiantiPy.tools.util but needed by masterList Info TODO: Put in separate module to avoid multiple copies