Landing page for all things ASDF: https://seismic-data.org
This is Adaptable Seismic Data Format - if you are looking for the Advanced Scientific Data Format, go here: https://asdf.readthedocs.io/en/latest/
This is an experimental graphical user interface intended to enable the interactive exploration of ASDF files. It is best suited to deal with earthquake data.
$ conda install pyasdf pyside2
$ pip install asdf-sextantIt is important to install pyside2 via conda if you use conda -
otherwise it is easy to install some version of Qt with conda and another
via pip which just crashes.
Start it with:
$ asdf-sextantAlternatively you can directly open a file with it:
$ asdf-sextant filename.h5The GUI has the following dependencies:
Python 3.7 or 3.8pyasdfpyside2pyqtgraph>=0.11.0rc0qdarkstyle
Rebuild the UI file in case its necessary with:
pyside2-uic -g python --output=asdf_sextant_window.py asdf_sextant_window.ui


