A simple GUI tool to work with large collections of Magnetitelluric data in the Electrical Data Interchange (EDI) format, which is SEG standard for MT and EMAP data.
- Visualize all transfer functions
- Assign error floors (with a proper error propagation from impedances to derived quantities such as apparent resitivity, phase or phase tensor)
- Decimate data
- Save a PDF graphic of all plots
- Mask any data
- Save/Load a project with all masking and settings preserved
- Export a subset of data to a GoFEM format for the subsequent inversion.
- Visualize reponses calculated by the GoFEM
- Qt >= 5.0
- Eigen >= 3
- CMake >= 3.10
- Boost >= 1.84
- QCustomPlot >= 2.0
The code was tested for linux using GNU Toolchain. Provided dependencies above are installed (for instance using conda) and CMake knows where to find them, the configuring and building is rather simple
mkdir build; cd build
cmake -DQCUSTOMPLOT_PATH:PATH=/path/to/qcustomplot -DEIGEN_PATH:PATH=/path/to/eigen ../
make
The animation above illustrating main features.
The following hotkeys are also useful when you click on a transfer function plot:
- Scroll: zoom in/out both axes.
- X + Scroll: zoom in/out only the Y axis.
- D + Click: pan the plot.
Feel free to create an issue or pull request in case you want to report a problem or contribute/fix the code.