Skip to content
Snippets Groups Projects
kienle's avatar
Kien Le authored
We are currently skipping waveform files by inspecting the name of the
file. However, for some Centaur and Pegasus data sets whose station name
match a pattern used to filter waveform files, all their files are
skipped. We fix this problem by moving the check for waveform files.

(cherry picked from commit 41a9988b)
5488e465
History

SOHStationViewer

Description

Visualize State-of-Health packets from raw data recorded by different type of dataloggers.

Directory Structure

sohstationviewer/
model/
core/
view/
core/ ui/
controller/
core/

tests/

Directory Description

sohstationviewer/
All codes for running sohstationviewer.
sohstationviewer/model/
Codes for reading data from raw files and setting data from config files.
sohstationviewer/view/
Codes for Graphical User Interface (GUI).
sohstationviewer/view/ui/
ui files from QtDesigner.
sohstationviewer/controller/
Codes for logical processes.
tests/
Unittest files for the codes. (GUI will not be tested)

License

GNU General Public License v3 (GPLv3)