From 84bf8cd807516fb13cec0ca6bfa45772be03f8e1 Mon Sep 17 00:00:00 2001 From: Lan Dam <ldam@passcal.nmt.edu> Date: Mon, 21 Aug 2023 14:40:55 -0600 Subject: [PATCH] Fix Gps issues --- sohstationviewer/database/soh.db | Bin 61440 -> 61440 bytes .../multi_threaded_plotting_widget.py | 5 ----- 2 files changed, 5 deletions(-) diff --git a/sohstationviewer/database/soh.db b/sohstationviewer/database/soh.db index 520d7456237a43f37b1bbc4502ad632c09a6e6d4..4b0ea0a9262a978f1b1e72bcb45b4774afb180d5 100755 GIT binary patch delta 227 zcmZp8z})bFd4e?K(up$8j7v8rEVNhUeZ-*2v5c4VIsaw;nf&Gaq5KB?EF8=DF7Qp^ z4dh(PGl5Twk9)J4Lk5qcB7-b1o2EPi1Bbg`aIivZPHI_VNoIatPG(+eu}gkQ@#ghD z#*A!y<qSYYll}Fi1c6Kqpn67kS$>Gd$$@&}95Q@t>L61l7wCy?_VBw<$ix)7S?YiV zlQx^8t{Nw&JcA|!CqIL@E6f5^>vDra42=yo*B-KBW8$mayz|5XRu=vV3>KSf&owIo E0EIn1j{pDw delta 175 zcmZp8z})bFd4e?KqKPujjEgoVEVNhU>1EL5SjNTqoc}WaO#X8IP<{h`7LH|n7x<>| z268UtQ{-dfeY9E4A%lm_kwHnGfnl<umlPw@=Jh_tjBIlJY?|^6ll}Fi*kt+G)Pc-A zJxMk>Ua;r|Jt=m+at3xyRff$TeisUv_$oI`9k5_x(^J%C;AEKGc1WHrAT>R)xO8*v aAuBc}{t26Ro;bkDV#diSzq$5YvmyW(lP`t< diff --git a/sohstationviewer/view/plotting/plotting_widget/multi_threaded_plotting_widget.py b/sohstationviewer/view/plotting/plotting_widget/multi_threaded_plotting_widget.py index 2ef180480..7a6caf5ff 100644 --- a/sohstationviewer/view/plotting/plotting_widget/multi_threaded_plotting_widget.py +++ b/sohstationviewer/view/plotting/plotting_widget/multi_threaded_plotting_widget.py @@ -130,11 +130,6 @@ class MultiThreadedPlottingWidget(PlottingWidget): if chan_db_info['plotType'] == '': continue - # These channels contain GPS data which are only shown in - # the GPS dialog. - if chan_id in {'GLO', 'VLO', 'VLA', 'GLA', 'VEL', 'VNS', 'GNS', - 'GEL'}: - continue plotting_data[chan_id]['chan_db_info'] = chan_db_info self.move_soh_channels_with_link_to_the_end() -- GitLab