emerald-geomodelling / libaarhusxyz

Parser for the Aarhus Workbench XYZ format
MIT License
2 stars 0 forks source link

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

Open mp-emrld opened 10 months ago

mp-emrld commented 10 months ago

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

redhog commented 7 months ago

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