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

BugID: 809

Added default values to the popup-parameters;
parent 3eb298d4
No related branches found
No related tags found
No related merge requests found
...@@ -38,8 +38,8 @@ node Beam 1.0.0 development 'node constraint' "Beam specification" ...@@ -38,8 +38,8 @@ node Beam 1.0.0 development 'node constraint' "Beam specification"
#-------------------------------------------------------------------------------------------------------- #--------------------------------------------------------------------------------------------------------
# name dir. type unit prun. vm value constr. descr. # name dir. type unit prun. vm value constr. descr.
#-------------------------------------------------------------------------------------------------------- #--------------------------------------------------------------------------------------------------------
par angle1 I vdbl - 10 0 0 - 'Declination(s) of the source(s)' par angle1 I vdbl - 10 0 0 - 'Declination(s) of the source(s)'
par angle2 I vdbl - 10 0 0 - 'rightAscention(s) of the source(s)' par angle2 I vdbl - 10 0 0 - 'rightAscention(s) of the source(s)'
par directionTypes I ptext - 10 0 0 'J2000|AZEL|LMN' 'Coord.system used for the sources' par directionTypes I ptext - 10 0 0 'J2000|AZEL|LMN;J2000' 'Coord.system used for the sources'
par angleTimes I vuint - 10 0 0 - 'Relative time (to starttime) when to activate the angles' par angleTimes I vuint - 10 0 0 - 'Relative time (to starttime) when to activate the angles'
...@@ -18,16 +18,16 @@ par claimPeriod I int - 10 100 600 ...@@ -18,16 +18,16 @@ par claimPeriod I int - 10 100 600
par preparePeriod I int - 10 100 300 - 'periodlength in seconds the PREPARE phases will take' par preparePeriod I int - 10 100 300 - 'periodlength in seconds the PREPARE phases will take'
# measurement information # measurement information
par nyquistZone I pint - 10 0 '1|2|3' - 'nyquistzone of the filter' par nyquistZone I pint - 10 0 '1|2|3;1' - 'nyquistzone of the filter'
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 beamletList I text - 10 0 [0] - 'mapping of subbands on beamlets' par beamletList I text - 10 0 [0] - 'mapping of subbands on beamlets'
par bandFilter I ptext - 10 0 'LBL_10_90|LBL_30_80|LBH_10_90|LBH_30_80|HB_100_190|HB_170_230|HB_210_250' - 'one of the seven filters to use' par bandFilter I ptext - 10 0 'LBL_10_90|LBL_30_80|LBH_10_90|LBH_30_80|HB_100_190|HB_170_230|HB_210_250;LBL_30_80' - 'one of the seven filters to use'
par antennaArray I ptext - 10 0 'LBA|CS1-TEST' - 'name of the antenneArray (AntennaArrays.conf)' par antennaArray I ptext - 10 0 'LBA|CS1-TEST;LBA' - 'name of the antenneArray (AntennaArrays.conf)'
par receiverList I text - 10 0 [0] - 'list of the receivers to use in the observation' par receiverList I text - 10 0 [0] - 'list of the receivers to use in the observation'
par MSNameMask I text - 10 0 '/data2/ObservationA.MS' - 'Name for the Measurement set for this Observation' par MSNameMask I text - 10 0 '/data2/ObservationA.MS' - 'Name for the Measurement set for this Observation'
par channelsPerSubband I int - 10 0 256 - 'number of channels per subband' par channelsPerSubband I int - 10 0 256 - 'number of channels per subband'
par nrBeams I int - 10 100 1 - 'number of simultaneous beams in this observation' par nrBeams I int - 10 100 1 - 'number of simultaneous beams in this observation'
par nrPolarisations I pint - 10 100 '1|2' - 'number of polarisations to use in this observation' par nrPolarisations I pint - 10 100 '1|2;2' - 'number of polarisations to use in this observation'
# clock related info # clock related info
par clockMode I node - 10 0 <<Clock160 - 'Mode in which clock is running' par clockMode I node - 10 0 <<Clock160 - 'Mode in which clock is running'
......
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