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

Merge branch 'gps_issues' into 'master'

Fix Gps issues

See merge request !141
parents 5f3c7e8e 84bf8cd8
No related branches found
No related tags found
1 merge request!141Fix Gps issues
Pipeline #2759 passed with stage
in 2 minutes and 54 seconds
No preview for this file type
......@@ -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()
......
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