-
Notifications
You must be signed in to change notification settings - Fork 24
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
204/206 and 208/206 Ratio uncertainty value not exported to csv #589
Comments
@auscopegeochemistry - Good catch! The ratio uncertainties disappeared due to a bug introduced recently while attending to another issue related to reporting uncertainties and was undetected until now. Note that an alternative equivalent expression is: ValueModel(["204/206"], [±"204/206"], true). In drag'n drop mode in the Expression editor, a right mouse click on an expression of the form ["...."] will allow you to specify value, abs uncertainty, or percent uncertainty. Fix is in next release (very soon). May we add your name to the list of contributors in the About page? |
A further note on uncertainties: you can access the value and uncertainty of any expression EXCEPT task-specified isotopic ratios (as listed in the left hand panel of the expressions manager) by referring to the underlying 0-based array: expressionName = value of expressionName
expressionName[0] = value of expressionName
expressionName[1] = 1 sigma absolute uncertainty of expressionName However, for ALL expressions including ratios, as referred to in the previous comment, you can use: |
* Added reports to SquidInkAPI * Added more reports to SquidInkAPI * Fixed #589 * Updated demo project
Thanks @bowring. I'm happy to be mentioned and will keep at. Currently writing an custom report that will be able to populate all wanted fields in the data platform, AusGeochem, that we are developing with the AuScope Geochemistry Network (AGN). |
@auscopegeochemistry - Thanks for the update. An improvement in the works is to provide simple formatting driven by
If these ideas intrigue you or you have other suggestions, we are all ears. The actual issue to discuss this feature in is #460. I will paste these comments there as well to help get the conversation going. Thanks! |
Hi there,
When I export ratios of 204/206 and 208/206 the uncertainty values that are visible in the peek window do not show up in the csv file. Any particular reason?
Best,
Alex
I can write a custom expression in the form:
ValueModel([204/206],[%"204/206"],false)
which does export uncertainty values in the csv.
The text was updated successfully, but these errors were encountered: