orsopy.slddb.element_table package

Submodules

Module contents

Package containing all elemental data used for SLD calculations.

Main function is get_element(value) that returns an Element object for a given Z-number or identifier. The objects are stored in a dictionary for faster lookup as well as keeping the objects for each element the same.

orsopy.slddb.element_table.get_element(value)[source]