Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SOHViewer
Manage
Activity
Members
Labels
Plan
Issues
14
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
5
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software Public
PASSOFT
SOHViewer
Merge requests
!126
Fix gps lk unlk plotting - coloring, positioning label
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix gps lk unlk plotting - coloring, positioning label
i109_fix_GPS_lk_unlk_plotting
into
master
Overview
0
Commits
6
Pipelines
4
Changes
3
Merged
Lan Dam
requested to merge
i109_fix_GPS_lk_unlk_plotting
into
master
1 year ago
Overview
0
Commits
6
Pipelines
4
Changes
3
Expand
closes
#109 (closed)
Adjust relative position between GPS Lk/Unlk and GPS Clock Power, separate data of GPS to 2 groups for sample numbers display
From different plots, give different colors that match with plot and different position for displaying sample numbers.
Edited
1 year ago
by
Lan Dam
👍
0
👎
0
Merge request reports
Compare
master
version 3
c05c6a70
1 year ago
version 2
d240de3c
1 year ago
version 1
37146ac0
1 year ago
master (base)
and
latest version
latest version
f7f9a626
6 commits,
1 year ago
version 3
c05c6a70
5 commits,
1 year ago
version 2
d240de3c
4 commits,
1 year ago
version 1
37146ac0
3 commits,
1 year ago
3 files
+
64
−
29
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
sohstationviewer/model/reftek/log_info.py
+
1
−
1
Options
@@ -457,7 +457,7 @@ class LogInfo():
@@ -457,7 +457,7 @@ class LogInfo():
elif
"
EXTERNAL CLOCK IS UNLOCKED
"
in
line
:
elif
"
EXTERNAL CLOCK IS UNLOCKED
"
in
line
:
epoch
=
self
.
simple_read
(
line
)[
1
]
epoch
=
self
.
simple_read
(
line
)[
1
]
if
epoch
:
if
epoch
:
self
.
add_chan_info
(
'
GPS Lk/Unlk
'
,
epoch
,
0
,
idx
)
self
.
add_chan_info
(
'
GPS Lk/Unlk
'
,
epoch
,
-
1
,
idx
)
elif
"
EXTERNAL CLOCK IS LOCKED
"
in
line
:
elif
"
EXTERNAL CLOCK IS LOCKED
"
in
line
:
epoch
=
self
.
simple_read
(
line
)[
1
]
epoch
=
self
.
simple_read
(
line
)[
1
]
if
epoch
:
if
epoch
:
Loading