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
111b0811
Commit
111b0811
authored
18 years ago
by
Ruud Overeem
Browse files
Options
Downloads
Patches
Plain Diff
BugID: 827
Entered default values for claimPeriod and preparePeriod.
parent
048318e1
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
MAC/Deployment/data/OTDB/Observation.comp
+2
-2
2 additions, 2 deletions
MAC/Deployment/data/OTDB/Observation.comp
MAC/Deployment/src/StationInfo.cc
+2
-0
2 additions, 0 deletions
MAC/Deployment/src/StationInfo.cc
with
4 additions
and
2 deletions
MAC/Deployment/data/OTDB/Observation.comp
+
2
−
2
View file @
111b0811
...
@@ -14,8 +14,8 @@ node Observation 2.0.0 development 'node constraint' "Observation"
...
@@ -14,8 +14,8 @@ node Observation 2.0.0 development 'node constraint' "Observation"
#--------------------------------------------------------------------------------------------------------
#--------------------------------------------------------------------------------------------------------
par startTime I text - 10 0 0 - 'start time of the observation in GMT (yyyy-mm-dd hh:mm:ss)'
par startTime I text - 10 0 0 - 'start time of the observation in GMT (yyyy-mm-dd hh:mm:ss)'
par stopTime I text - 10 0 0 - 'stop time of the observation in GMT (yyyy-mm-dd hh:mm:ss)'
par stopTime I text - 10 0 0 - 'stop time of the observation in GMT (yyyy-mm-dd hh:mm:ss)'
par claimPeriod I int - 10 0
0
- 'periodlength in seconds the CLAIM phases will take'
par claimPeriod I int - 10 0
600
- 'periodlength in seconds the CLAIM phases will take'
par preparePeriod I int - 10 0
0
- 'periodlength in seconds the PREPARE phases will take'
par preparePeriod I int - 10 0
300
- 'periodlength in seconds the PREPARE phases will take'
par nyquistZone I int - 10 0 0 - 'number of the nyquist zone'
par nyquistZone I int - 10 0 0 - 'number of the nyquist zone'
par subbandList I text - 10 0 [0] - 'list of all used subbands in this observation'
par subbandList I text - 10 0 [0] - 'list of all used subbands in this observation'
par MSName I text - 10 0 '/data2/ObservationA.MS' - 'Name for the Measurement set for this Observation'
par MSName I text - 10 0 '/data2/ObservationA.MS' - 'Name for the Measurement set for this Observation'
...
...
This diff is collapsed.
Click to expand it.
MAC/Deployment/src/StationInfo.cc
+
2
−
0
View file @
111b0811
...
@@ -26,12 +26,14 @@
...
@@ -26,12 +26,14 @@
#include
<Common/LofarTypes.h>
#include
<Common/LofarTypes.h>
#include
<Common/StringUtil.h>
#include
<Common/StringUtil.h>
#include
<Deployment/StationInfo.h>
#include
<Deployment/StationInfo.h>
#include
<GCF/Utils.h>
#include
<boost/config.hpp>
#include
<boost/config.hpp>
#include
<boost/lexical_cast.hpp>
#include
<boost/lexical_cast.hpp>
using
namespace
boost
;
using
namespace
boost
;
namespace
LOFAR
{
namespace
LOFAR
{
using
namespace
GCF
::
Common
;
namespace
Deployment
{
namespace
Deployment
{
static
char
*
stationTypeTable
[]
=
{
"CS"
,
"RS"
,
"ES"
};
static
char
*
stationTypeTable
[]
=
{
"CS"
,
"RS"
,
"ES"
};
...
...
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