vice.yields.sneia.settings.keys

Returns the keys of the SN Ia yield settings dataframe.

Signature: vice.yields.sneia.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.sneia.settings.keys()
>>> tuple(elements) == vice.elements.recognized
        True