Skip to content

Commit fd3459f

Browse files
committed
experimental vispy echogramviewer (not yet workign)
1 parent 1b8861c commit fd3459f

File tree

3 files changed

+584
-0
lines changed

3 files changed

+584
-0
lines changed

python/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ sources = [
77
'themachinethatgoesping/pingprocessing/__init__.py',
88
'themachinethatgoesping/pingprocessing/widgets/__init__.py',
99
'themachinethatgoesping/pingprocessing/widgets/echogramviewer.py',
10+
'themachinethatgoesping/pingprocessing/widgets/echogramviewer_vispy.py',
1011
'themachinethatgoesping/pingprocessing/widgets/tqdmwidget.py',
1112
'themachinethatgoesping/pingprocessing/widgets/wciviewer.py',
1213
'themachinethatgoesping/pingprocessing/widgets/tools/__init__.py',

python/themachinethatgoesping/pingprocessing/widgets/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@
66
from .tqdmwidget import *
77
from .wciviewer import *
88
from .echogramviewer import *
9+
from .echogramviewer_vispy import *
910
from . import tools

0 commit comments

Comments
 (0)