Skip to content
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

[v2] simpeg inversion stability/repeatability problems due to libaarhus precission #20

Open
mp-emrld opened this issue Nov 17, 2023 · 1 comment
Assignees
Labels
bug Something isn't working enhancement New feature or request refactor

Comments

@mp-emrld
Copy link
Contributor

mp-emrld commented Nov 17, 2023

EM Data which are processed with the UX/UI and using a notebook and then stored on disk differ slightly, see also this notebook cells 19-24

That causes (simpeg/simpleem3) inversion of these two datasets to diverge and the result differs significantly:

However, when rounding the input data sets prior to inversion the inversion results are equal:

A possible Solution would be

  • use scientiffic notation with max 5 digits for the data Gate_Ch01 , Gate_Ch02 and the STD's STD_Ch01, STD_Ch02 stored in the xyz files on disk
  • same notation precision is used for the official data delivery from SkyTEM (see example here)
@mp-emrld mp-emrld added the bug Something isn't working label Nov 17, 2023
@redhog redhog added the enhancement New feature or request label Jan 19, 2024
@redhog
Copy link
Member

redhog commented Jan 19, 2024

Better solution is to save intermediate data as binary (msgpack?) so no rounding occur.

@martineho martineho changed the title simpeg inversion stability/repeatability problems due to libaarhus precission [v2] simpeg inversion stability/repeatability problems due to libaarhus precission Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request refactor
Projects
None yet
Development

No branches or pull requests

2 participants