Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LOFAR
Manage
Activity
Members
Labels
Plan
Issues
Wiki
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review 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
RadioObservatory
LOFAR
Commits
26d80298
Commit
26d80298
authored
12 years ago
by
Jan David Mol
Browse files
Options
Downloads
Patches
Plain Diff
Task #3566: Merged trunk into branch
parent
5189682c
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitattributes
+0
-2
0 additions, 2 deletions
.gitattributes
MAC/Tools/Clock/plotclock
+3
-2
3 additions, 2 deletions
MAC/Tools/Clock/plotclock
MAC/Tools/Rubidium/plotrubidium
+3
-2
3 additions, 2 deletions
MAC/Tools/Rubidium/plotrubidium
with
6 additions
and
6 deletions
.gitattributes
+
0
−
2
View file @
26d80298
...
...
@@ -3452,7 +3452,6 @@ MAC/Test/TestHarness/THPVSSBridge/src/THPVSSBridge_Protocol.prot -text svneol=na
MAC/Test/TestHarness/TSE/doc/OTSE-UserManual.doc -text
MAC/Test/TestHarness/TSE/doc/OTSE-UserManual.pdf -text
MAC/Test/TestHarness/TSE/scripts/demo.tar.bz2 -text
MAC/Tools/Clock/plotclock -text
MAC/Tools/Clock/ppsctl.c -text
MAC/Tools/NTP/PPSkit-light-alpha-3932m-2.6.17.8.diff -text
MAC/Tools/NTP/kernel-2.6.18-NANO.config -text
...
...
@@ -3473,7 +3472,6 @@ MAC/Tools/NTP/timer.c -text
MAC/Tools/NTP/timer.c.patch -text
MAC/Tools/NTP/timex.h -text
MAC/Tools/Rubidium/filter.py -text
MAC/Tools/Rubidium/plotrubidium -text
MAC/Tools/Rubidium/rlp.py -text
MAC/Tools/Rubidium/rr.py -text
MAC/Tools/Rubidium/rubidium -text
...
...
This diff is collapsed.
Click to expand it.
MAC/Tools/Clock/plotclock
+
3
−
2
View file @
26d80298
#!/bin/bash
#
# V1.
0
, M.J.Norden,
18-09
-2012
# V1.
1
, M.J.Norden,
02-11
-2012
# Usage: plotclock yyyymmdd
#
...
...
@@ -8,7 +8,8 @@ if [ "$1" != "" ]; then
cp
/var/log/ntpstats/loopstats.
$1
/localhome/data/loopstats
else
cp
/var/log/ntpstats/loopstats /localhome/data/loopstats
now
=
"
`
date
+%Y%m%d
`
"
cp
/var/log/ntpstats/loopstats.
$now
/localhome/data/loopstats
echo
"Usage: plotclock yyyymmdd"
sleep
1
...
...
This diff is collapsed.
Click to expand it.
MAC/Tools/Rubidium/plotrubidium
100644 → 100755
+
3
−
2
View file @
26d80298
#!/bin/bash
#
# V1.
0
, M.J.Norden,
18-09
-2012
# V1.
1
, M.J.Norden,
02-11
-2012
# Usage: plotrubidium yyyymmdd
#
...
...
@@ -8,7 +8,8 @@ if [ "$1" != "" ]; then
cp
/var/log/ntpstats/rubidium_log.
$1
/localhome/data/rubidium_log
else
cp
/var/log/ntpstats/rubidium_log /localhome/data/rubidium_log
now
=
"
`
date
+%Y%m%d
`
"
cp
/var/log/ntpstats/rubidium_log.
$now
/localhome/data/rubidium_log
echo
"Usage: plotrubidium yyyymmdd"
sleep
1
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment