diff --git a/sohstationviewer/database/soh.db b/sohstationviewer/database/soh.db index 520d7456237a43f37b1bbc4502ad632c09a6e6d4..4b0ea0a9262a978f1b1e72bcb45b4774afb180d5 100755 Binary files a/sohstationviewer/database/soh.db and b/sohstationviewer/database/soh.db differ 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 2ef180480b0b8f98ad7c8661aeb0f0f71747fc0c..7a6caf5ffa6f9d36319f2523c254e9fcac0c2667 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()