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
089ca345
Commit
089ca345
authored
18 years ago
by
Ruud Overeem
Browse files
Options
Downloads
Patches
Plain Diff
BugID: 810
Some station-observationbased datapoints where missing.
parent
84ca5f00
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
MAC/Deployment/data/PVSS/PVSSDataPoints.base
+2
-0
2 additions, 0 deletions
MAC/Deployment/data/PVSS/PVSSDataPoints.base
MAC/Deployment/data/PVSS/create_db_files
+6
-3
6 additions, 3 deletions
MAC/Deployment/data/PVSS/create_db_files
with
8 additions
and
3 deletions
MAC/Deployment/data/PVSS/PVSSDataPoints.base
+
2
−
0
View file @
089ca345
...
...
@@ -43,5 +43,7 @@ StnPermSW - S P LOFAR_PermSW
CalCtrl CC S P LOFAR_PermSW_CalCtrl@instance@
DigBoardCtrl DBC S P LOFAR_PermSW_DigBoardCtrl@instance@
StationCtrl SC S P LOFAR_PermSW_StationCtrl
ObsSW - S O LOFAR_ObsSW
Observation - S O LOFAR_ObsSW_@observation@
BeamCtrl BC S O LOFAR_ObsSW_@observation@_BeamCtrl
This diff is collapsed.
Click to expand it.
MAC/Deployment/data/PVSS/create_db_files
+
6
−
3
View file @
089ca345
...
...
@@ -603,9 +603,10 @@ DBTYPENAME=Main
DBTYPE=C
STNNAME="Station"
eval set argv=`getopt "d:o:s:Sh" $*` # reformat arguments
shift
while [ "$1" != "--" ]
argv=`getopt "d:o:s:Sh" $*` # reformat arguments
#eval set argv=`getopt "d:o:s:Sh" $*` # reformat arguments
#shift
while [ -n "$1" -a "$1" != "--" ]
do
case "$1" in
-d) DESTDIR=$2
...
...
@@ -629,6 +630,8 @@ do
;;
-h) SyntaxError
;;
*) SyntaxError
;;
esac
done
shift # remove '--'
...
...
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