openmicroanalysis / pyxray

Definitions and properties of X-ray transitions
MIT License
6 stars 4 forks source link

Return values of all references #23

Open ppinard opened 3 years ago

ppinard commented 3 years ago

For some functions and set of parameters, multiple references exist. The proposal is to add a all keyword parameter to the functions which if True (default is False) will return a list of properties, which may include properties for several references.

ppinard commented 3 years ago

This would also address #10