Skip to content

SeismicData/asdf_sextant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASDF Sextant

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.

Imgur Imgur Imgur

Installation

$ conda install pyasdf pyside2
$ pip install asdf-sextant

It 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.

Usage

Start it with:

$ asdf-sextant

Alternatively you can directly open a file with it:

$ asdf-sextant filename.h5

Dev

Dependencies

The GUI has the following dependencies:

  • Python 3.7 or 3.8
  • pyasdf
  • pyside2
  • pyqtgraph>=0.11.0rc0
  • qdarkstyle

Misc

Rebuild the UI file in case its necessary with:

pyside2-uic -g python --output=asdf_sextant_window.py asdf_sextant_window.ui

About

Experimental graphical user interface to explore ASDF data sets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published