small program used to track station quality channels of DSEBRA stations using PowBox
Go to file
Kasper D. Fischer 3288783654 [minor] bugfix, fixed startup with PySide6
* added PySide6 to the list of possible QtGui.__package__ values
TODO: fix deprecation warnings when running with PySide6
2022-11-07 17:17:30 +01:00
__init__.py [new] initial commit, moving repository from code base 2022-11-03 15:51:26 +01:00
.gitignore Initial commit 2022-11-03 15:36:28 +01:00
LICENSE Initial commit 2022-11-03 15:36:28 +01:00
parameters.yaml [new] initial commit, moving repository from code base 2022-11-03 15:51:26 +01:00
README.md [minor] update documentation 2022-11-07 17:11:44 +01:00
submit_bot.sh [new] initial commit, moving repository from code base 2022-11-03 15:51:26 +01:00
survBot.py [minor] bugfix, Warn message below 1V 2022-11-04 16:50:20 +01:00
survBotGUI.py [minor] bugfix, fixed startup with PySide6 2022-11-07 17:17:30 +01:00
survBotGUI.sh [minor] small bugfix/removed debug output 2022-11-04 09:37:15 +01:00

survBot

version: 0.1

survBot is a small program used to track station quality channels of DSEBRA stations via PowBox output over SOH channels by analysing contents of a Seiscomp3 datapath.

Requirements

The following packages are required:

  • Python 3
  • obspy
  • pyyaml

(the following are dependencies of the above):

  • numpy
  • matplotlib

to use the GUI:

  • PySide2, PyQt4 or PyQt5

Usage

Configurations of datapath, networks, stations etc. can be done in the parameters.yaml input file.

The main program is executed by entering

python survBot.py

The GUI can be loaded via

python survBotGui.py

Staff

Original author: M.Paffrath (marcel.paffrath@rub.de)

November 2022