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
acde04c1
Commit
acde04c1
authored
6 years ago
by
Thomas Jürges
Browse files
Options
Downloads
Patches
Plain Diff
SW-626
: Add Python3 dependency to CMake file
parent
596f764b
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CEP/Calibration/BBSControl/scripts/tsolverquery.py
+3
-6
3 additions, 6 deletions
CEP/Calibration/BBSControl/scripts/tsolverquery.py
CEP/LAPS/CMakeLists.txt
+3
-0
3 additions, 0 deletions
CEP/LAPS/CMakeLists.txt
with
6 additions
and
6 deletions
CEP/Calibration/BBSControl/scripts/tsolverquery.py
+
3
−
6
View file @
acde04c1
#!
/opt/local
/bin/python
#!
/usr
/bin/
env
python
3
# This is a test python script for the SolverQuery class
# This is a test python script for the SolverQuery class
#
#
...
@@ -7,12 +7,10 @@
...
@@ -7,12 +7,10 @@
# Date: 2010/07/21
# Date: 2010/07/21
# Last change 2010/10/06
# Last change 2010/10/06
import
os
import
os
import
sys
import
sys
import
SolverQuery
as
sq
import
SolverQuery
as
sq
import
pylab
as
P
# needed for histogram test
import
pylab
as
P
# needed for histogram test
#*******************************
#*******************************
#
#
...
@@ -22,12 +20,11 @@ import pylab as P # needed for histogram test
...
@@ -22,12 +20,11 @@ import pylab as P # needed for histogram test
# Usage function
# Usage function
def
usage
():
def
usage
():
print
(
"
Usage:
"
,
sys
.
argv
[
0
],
"
<MS>/<solver>
"
)
print
(
"
Usage:
"
,
sys
.
argv
[
0
],
"
<MS>/<solver>
"
)
print
(
"
<MS> Measurement Set file containing solutions
"
)
print
(
"
<MS> Measurement Set file containing solutions
"
)
print
(
"
<solver> Name of table containing solver parameters (default:
'
solver
'
)
"
)
print
(
"
<solver> Name of table containing solver parameters (default:
'
solver
'
)
"
)
return
return
#*******************************
#*******************************
#
#
# Main function
# Main function
...
...
This diff is collapsed.
Click to expand it.
CEP/LAPS/CMakeLists.txt
+
3
−
0
View file @
acde04c1
# $Id$
# $Id$
include
(
LofarFindPackage
)
lofar_find_package
(
Python 3.4 REQUIRED
)
lofar_add_package
(
Laps-GRIDInterface GRIDInterface
)
lofar_add_package
(
Laps-GRIDInterface GRIDInterface
)
lofar_add_package
(
Laps-ParsetCombiner ParsetCombiner
)
lofar_add_package
(
Laps-ParsetCombiner ParsetCombiner
)
lofar_add_package
(
Laps-DBToQDeamon DBToQDeamon
)
lofar_add_package
(
Laps-DBToQDeamon DBToQDeamon
)
...
...
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