Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
37b73d4393
@ -11,11 +11,12 @@ The following packages are required:
|
|||||||
|
|
||||||
* Python 3
|
* Python 3
|
||||||
* obspy
|
* obspy
|
||||||
|
* pyyaml
|
||||||
|
|
||||||
(the following are dependencies of the above):
|
(the following are dependencies of the above):
|
||||||
|
|
||||||
* numpy
|
* numpy
|
||||||
* matplotlib
|
* matplotlib
|
||||||
|
|
||||||
to use the GUI:
|
to use the GUI:
|
||||||
|
|
||||||
@ -26,16 +27,19 @@ to use the GUI:
|
|||||||
Configurations of *datapath*, *networks*, *stations* etc. can be done in the **parameters.yaml** input file.
|
Configurations of *datapath*, *networks*, *stations* etc. can be done in the **parameters.yaml** input file.
|
||||||
|
|
||||||
The main program is executed by entering
|
The main program is executed by entering
|
||||||
|
|
||||||
```shell script
|
```shell script
|
||||||
python survBot.py
|
python survBot.py
|
||||||
```
|
```
|
||||||
|
|
||||||
The GUI can be loaded via
|
The GUI can be loaded via
|
||||||
|
|
||||||
```shell script
|
```shell script
|
||||||
python survBotGui.py
|
python survBotGui.py
|
||||||
```
|
```
|
||||||
|
|
||||||
## Staff
|
## Staff
|
||||||
|
|
||||||
Original author: M.Paffrath (marcel.paffrath@rub.de)
|
Original author: M.Paffrath (marcel.paffrath@rub.de)
|
||||||
|
|
||||||
November 2022
|
November 2022
|
||||||
|
@ -25,7 +25,7 @@ except ImportError:
|
|||||||
import matplotlib
|
import matplotlib
|
||||||
from matplotlib.figure import Figure
|
from matplotlib.figure import Figure
|
||||||
|
|
||||||
if QtGui.__package__ in ['PySide2', 'PyQt5']:
|
if QtGui.__package__ in ['PySide2', 'PyQt5', 'PySide6']:
|
||||||
from matplotlib.backends.backend_qt5agg import FigureCanvasQTAgg as FigureCanvas
|
from matplotlib.backends.backend_qt5agg import FigureCanvasQTAgg as FigureCanvas
|
||||||
from matplotlib.backends.backend_qt5agg import NavigationToolbar2QT
|
from matplotlib.backends.backend_qt5agg import NavigationToolbar2QT
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user