Skip to content

v2.02

Choose a tag to compare

@weber1158 weber1158 released this 10 Aug 14:22
· 4 commits to main since this release
2926d71

Another small tweak to msa_classification

Release Notes

Minor update

Before evaluating mineralogy, the msa_classification() function converts net intensity data to atom percents if the user specifies the "Kandler", "Kutuzov", or "Panta" algorithm. In the previous versions, however, this operation was case-sensitive. The v2.02 update fixes this so that capitalization does not matter. For example, msa_classification(data,Algorithm="Kandler") is now equivalent to msa_classification(data,Algorithm="kandler") and even msa_classification(data,Algorithm="KaNDleR").