v2.02
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").