Skip to content
Snippets Groups Projects
Commit 84bf8cd8 authored by Lan Dam's avatar Lan Dam
Browse files

Fix Gps issues

parent 5f3c7e8e
No related branches found
No related tags found
1 merge request!141Fix Gps issues
No preview for this file type
...@@ -130,11 +130,6 @@ class MultiThreadedPlottingWidget(PlottingWidget): ...@@ -130,11 +130,6 @@ class MultiThreadedPlottingWidget(PlottingWidget):
if chan_db_info['plotType'] == '': if chan_db_info['plotType'] == '':
continue 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 plotting_data[chan_id]['chan_db_info'] = chan_db_info
self.move_soh_channels_with_link_to_the_end() self.move_soh_channels_with_link_to_the_end()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment