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

revert changes involve in GPS

parent 8caa2dfc
No related branches found
No related tags found
1 merge request!128plot SOH channels in user's order
Pipeline #2744 passed with stage
in 2 minutes and 41 seconds
......@@ -144,6 +144,11 @@ class MultiThreadedPlottingWidget(PlottingWidget):
# instruction here
self.processing_log.append((msg, LogType.WARNING))
# 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
if not_plot_chans != []:
msg = (f"The database settings 'plotType' or 'height' show not to "
......
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