vice.yields.agb.settings.keys

Returns the keys of the AGB star yield settings dataframe.

Signature: vice.yields.agb.settings.keys()

Note

By nature, this function will simply return a list of all elements that are built into VICE - the same thing as vice.elements.recognized.

Example Code

>>> import vice
>>> elements = vice.yields.agb.settings.keys()
>>> tuple(elements) == vice.elements.recognized
        True