Skip to content
Snippets Groups Projects
Commit 111b0811 authored by Ruud Overeem's avatar Ruud Overeem
Browse files

BugID: 827

Entered default values for claimPeriod and preparePeriod.
parent 048318e1
No related branches found
No related tags found
No related merge requests found
...@@ -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'
......
...@@ -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" };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment