-
Notifications
You must be signed in to change notification settings - Fork 1
Oxideconversion #32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Oxideconversion #32
Conversation
|
@Abagna123, the following limitations of your functions are a no go:
In addition, please add:
(See the already existing work here, which has already some of the functionalities currently missing in your functions) "No bulk conversion; each conversion must be explicitly requested.": I am not sure what you are referring to here with "bulk", please explain. |
|
The conversion factors are built into the package (users don't need to provide them). If there are duplicate oxides/elements (like FeO and Fe₂O₃), they get summed automatically into one column. There's an option to normalize everything to 100% (turned off by default). You can choose which oxide to use "reducing" (gives FeO), "oxidizing" (gives Fe₂O₃), "interactive" (asks you), or pick your own. Also, can filter to show only major elements (>1%) or minor elements (>0.1%). you can convert multiple elements/oxides at once and new columns get added. About the "bulk conversion" comment. In my first draft, you had to convert each element one by one (which was wrong). Now the functions let you convert everything at once. |
|
Thank you @Abagna123, this looks already very good. I'm worried that the calculations are not correctly done. When using the wt%-composition of quart from mineralienatlas.de, I get as result 60.64852 at% Si and 39.35148 at% O. This is quite far off from their values of 66.6 at% Si and 33.3 at% O... The values in the table are correct. Please check this! Please revise Finally, please refrain from using |
No description provided.