Skip to content
Snippets Groups Projects
Commit ce1e855b authored by Arthur Coolen's avatar Arthur Coolen
Browse files

Bug 756: added maximizeDuartion to (Ana)Beam

parent fadf1d98
No related branches found
No related tags found
No related merge requests found
...@@ -44,5 +44,5 @@ par angle2 I dbl - 10 0 0 - 'Declination or Elevation in rad.' ...@@ -44,5 +44,5 @@ par angle2 I dbl - 10 0 0 - 'Declination or Elevation in rad.'
par directionType I ptext - 10 0 'J2000|AZEL|LMN;J2000' - 'Coord.system used' par directionType I ptext - 10 0 'J2000|AZEL|LMN;J2000' - 'Coord.system used'
par startTime I text - 10 0 '' - 'startTime' par startTime I text - 10 0 '' - 'startTime'
par duration I uint - 10 0 0 - 'Time in seconds' par duration I uint - 10 0 0 - 'Time in seconds'
par rank I pint - 10 0 '1|2|3|4|5;1' - 'Rank of importance' par maximizeDuration I bool - 10 0 false - 'set AnaBeam.Duration to observation duration or not'
par rank I pint - 10 0 '1|2|3|4|5;1' - 'Rank of importance'
\ No newline at end of file
...@@ -44,6 +44,7 @@ par angle2 I dbl - 10 0 0 - 'Declination(s) or Elevation of the ...@@ -44,6 +44,7 @@ par angle2 I dbl - 10 0 0 - 'Declination(s) or Elevation of the
par directionType I ptext - 10 0 'J2000|AZEL|LMN;J2000' - 'Coord.system used for the sources' par directionType I ptext - 10 0 'J2000|AZEL|LMN;J2000' - 'Coord.system used for the sources'
par startTime I text - 10 0 '' - 'Relative time (to starttime) when to activate the angles' par startTime I text - 10 0 '' - 'Relative time (to starttime) when to activate the angles'
par duration I uint - 10 0 0 - 'Time in seconds each sources is followed.' par duration I uint - 10 0 0 - 'Time in seconds each sources is followed.'
par maximizeDuration I bool - 10 0 false - 'set Beam.duration to observation duration or not'
par subbandList I vuint - 10 0 [] - 'List of all used subbands, eg.[205,276..300]. Range 1..511.' par subbandList I vuint - 10 0 [] - 'List of all used subbands, eg.[205,276..300]. Range 1..511.'
par beamletList I vuint - 10 0 [] - 'Mapping of subbands on beamlets, eg.[0..47]. Range 0..243' par beamletList I vuint - 10 0 [] - 'Mapping of subbands on beamlets, eg.[0..47]. Range 0..243'
par momID I int - 10 0 0 - 'MeasurementID in MoM' par momID I int - 10 0 0 - 'MeasurementID in MoM'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment