From 5d8d5514c4ecb89e04aff2da7806128e6de49c90 Mon Sep 17 00:00:00 2001 From: Arthur Coolen <coolen@astron.nl> Date: Tue, 19 Apr 2011 10:03:54 +0000 Subject: [PATCH] Bug 756: initial (ana)beams on 0 --- MAC/Deployment/data/OTDB/Observation.comp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MAC/Deployment/data/OTDB/Observation.comp b/MAC/Deployment/data/OTDB/Observation.comp index f4c00a9ddd2..bf7cce87a85 100644 --- a/MAC/Deployment/data/OTDB/Observation.comp +++ b/MAC/Deployment/data/OTDB/Observation.comp @@ -24,8 +24,8 @@ par antennaArray I ptext - 10 0 'LBA|HBA;LBA' par receiverList I vint - 10 0 '[]' - 'List of the receivers to use, eg.[0..7,10,11]. Range 0..191.' par MSNameMask I text - 10 0 '/data/L${YEAR}_${MSNUMBER}/SB${SUBBAND}.MS' - 'Name for the Measurement set for this Observation' par channelsPerSubband I int - 10 100 256 - 'Number of channels per subband, preferred values:16,32,64,128,192,256' -par nrBeams I int - 10 100 1 - 'Number of simultaneous beams in this observation' -par nrAnaBeams I int - 10 100 1 - 'Number of analog beams in this observation' +par nrBeams I int - 10 100 0 - 'Number of simultaneous beams in this observation' +par nrAnaBeams I int - 10 100 0 - 'Number of analog beams in this observation' par nrBeamformers I int - 10 100 0 - 'Number of beamformers in this observation' par nrPolarisations I pint - 10 100 '1|2;2' - 'Number of polarisations to use in this observation' par nrSlotsInFrame I int - 10 100 61 - '???' -- GitLab