Skip to content
Snippets Groups Projects

Fix gps lk unlk plotting - coloring, positioning label

Merged Lan Dam requested to merge i109_fix_GPS_lk_unlk_plotting into master
Files
7
@@ -26,7 +26,7 @@ def get_chan_plot_info(org_chan_id: str, chan_info: Dict, data_type: str,
chan = 'MassPos?'
if org_chan_id.startswith('Event DS'):
chan = 'Event DS?'
if org_chan_id.startswith('DS'):
if org_chan_id.startswith('DS') and 'DSP' not in org_chan_id:
chan = 'DS?'
if org_chan_id.startswith('Disk Usage'):
chan = 'Disk Usage?'
Loading