Skip to content
Snippets Groups Projects
  1. Nov 10, 2006
    • Ruud Overeem's avatar
      BugID: 679 · f7761848
      Ruud Overeem authored
      Weekly update after a week of testing the controller chain.
      f7761848
    • Ruud Overeem's avatar
      BugID: 800 · 8746b49d
      Ruud Overeem authored
      Weekly update. Control chain is working pretty good now.
      One small defect: calibrationController does not get a RELEASE message.
      Next task is checking the monitoring info in PVSS.
      8746b49d
    • wierenga's avatar
      BugID: 781 · 7bf1fce3
      wierenga authored
      Use correct constants.
      Use 8000 as default gain.
      7bf1fce3
    • wierenga's avatar
      BugID: 781 · 516dd8e9
      wierenga authored
      Use single MAX_N_RCUS definition from MEPHeader
      516dd8e9
    • wierenga's avatar
      BugID: 781 · 87d60a17
      wierenga authored
      Use common definition of MEPHeader::MAX_N_RCUS
      87d60a17
    • wierenga's avatar
      BugID: 781 · 585e611e
      wierenga authored
      Prepare for MAC-RTC-6_0 release
      585e611e
    • wierenga's avatar
      BugID: 781 · 29b9548d
      wierenga authored
      Fixed problem with exception that would be thrown when compiled with optimised flags:
      setrcu.rcumask.to_ulong() would throw an exception because number of bits (256) is larger than nof bits in a long.
      29b9548d
    • wierenga's avatar
      BugID: 781 · 5d9dcb85
      wierenga authored
      Used single definition of MEPHeader::MAX_N_RCUS
      5d9dcb85
    • wierenga's avatar
      BugID: 781 · e62c09be
      wierenga authored
      Use single definition from MEPHeader::MAX_N_RCUS
      e62c09be
    • wierenga's avatar
      BugID: 781 · d851cd70
      wierenga authored
      Checkin comment for previous (mistaken) checkin.
      
      Allow specification of negative --integration. This is handy to allow saving
      statistics during a long period with an interval > 1 sec but without integration:
      
      E.g. ./rspctl --statis=beamlet --select=0,1 --duration=3600 --integration=-10
      
      Would save beamlet statistics every 10 seconds for a period of 3600 seconds (360 spectra are saved).
      The spectrum is sampled/saved every 10 seconds without integrating over the 10 second period.
      d851cd70
    • wierenga's avatar
      BugID: 781 · 42d66519
      wierenga authored
      Reduce INFO logging.
      42d66519
    • wierenga's avatar
      BugID: 781 · ddcea97e
      wierenga authored
      Default configuration file match preferred CS-1 settings.
      ddcea97e
    • wierenga's avatar
      BugID: 781 · a46afac5
      wierenga authored
      Get ready for MAC-RTC-6_0 release.
      a46afac5
    • Ruud Overeem's avatar
      BugID: 679 · f666454f
      Ruud Overeem authored
      Weekly update.
      f666454f
    • Ruud Overeem's avatar
      BugID: 679 · 511bbf2e
      Ruud Overeem authored
      Added masks for KeyValueLogger executables.
      511bbf2e
    • Ruud Overeem's avatar
      BugID: 679 · 4f324704
      Ruud Overeem authored
      4f324704
  2. Nov 09, 2006
    • Ruud Overeem's avatar
      BugID: 679 · 0830aa40
      Ruud Overeem authored
      Simple program that produces a logmessage every 10 seconds to test the
      log-chain to PVSS.
      0830aa40
  3. Nov 08, 2006
    • wierenga's avatar
      BugID: 781 · 149ba4e3
      wierenga authored
      Copy the positions array when creating a new SubArray from a parent
      AntennaArray. This is needed because the constructor of the SubArray
      class compacts (modifies) the positions array when certain continguous
      sections of receivers are not selected.
      149ba4e3
    • wierenga's avatar
      BugID: 781 · 06464311
      wierenga authored
      Added 'DisableACMProxy' configuration variable to stop CalServer from
      controlling the cross-correlation subband. This is sometimes needed for testing purposes.
      06464311
    • wierenga's avatar
      BugID: 781 · b617a469
      wierenga authored
      Fix construction of position and rcuindex array of a subarray.
      The fixed code now also allows e.g. subarrays of only Y-receivers or X-receivers.
      b617a469
    • wierenga's avatar
      BugID: 781 · c689510e
      wierenga authored
      Commit comment for previous commit (1.4 to 1.5).
      Make constant for start delay. Delay now set to 30.0 seconds.
      c689510e
    • wierenga's avatar
      BugID: 781 · e858e733
      wierenga authored
      Comment for previous commit (from 1.8 to 1.9):
      Only set weight when the receiver is selected (destrcu >= 0).
      e858e733
    • wierenga's avatar
      BugID: 781 · 88718110
      wierenga authored
      Previous commit (from 1.27 to 1.28) fixed missed deadline problems.
      It introduces a LEANIN_TIME. Weights are sent this many seconds ahead of wall clock time.
      88718110
    • wierenga's avatar
      BugID: 781 · de1b0fe3
      wierenga authored
      logPointing is no longer used.
      de1b0fe3
    • wierenga's avatar
      BugID: 781 · a130af9f
      wierenga authored
      Added some debugging statements.
      Station location is now specified in WGS84 radians/meters.
      a130af9f
    • wierenga's avatar
      BugID: 781 · 1a06e1d6
      wierenga authored
      Combine write() and write_force() transition into one transition.
      The new write() transition allows transition from IDLE and from CHECK to WRITE.
      The previous more restricted transition (only from IDLE) was causing some
      writes not to happen, most notably writing of WG registers.
      1a06e1d6
    • wierenga's avatar
      BugID: 781 · 7da299d6
      wierenga authored
      Use new namespace for constants that were moved to MEPHeader.h.
      
      Use new register state flags for each write to a hardware register.
      Replace write_force() calls by write() calls.
      7da299d6
    • wierenga's avatar
      BugID: 781 · 42633314
      wierenga authored
      Fixed range error. This was causing writing of subband selection to overwrite
      cross-correlation subbands selection settings.
      42633314
    • wierenga's avatar
      BugID: 781 · 72141b44
      wierenga authored
      Fix range. Crosslet weights are handled separately now in XWWrite.cc
      72141b44
    • wierenga's avatar
      BugID: 781 · 24c73be4
      wierenga authored
      Fixed WG angle setting.
      24c73be4
    • wierenga's avatar
      BugID: 781 · 2ba8e3b7
      wierenga authored
      Fix XC_FILL option. Both indices (antenna and polarization need to be swapped).
      2ba8e3b7
    • wierenga's avatar
      BugID: 781 · 80fca83f
      wierenga authored
      Port.conf is not used anymore.
      80fca83f
    • wierenga's avatar
      BugID: 781 · d23c730e
      wierenga authored
      Move some much used constants from EPA_Protocol.prot to MEPHeader.h
      Change code to use the new context of the constants.
      d23c730e
    • wierenga's avatar
      BugID: 781 · 54a22bba
      wierenga authored
      Now keeping separate states on each individual write to following registers:
      DIAG_WG
      SST
      XST
      CDO
      
      This is important to make sure any changes are written correctly from cache to hardware.
      54a22bba
    • wierenga's avatar
      BugID: 781 · be3f3ede
      wierenga authored
      Some test scripts to test beamformer en correlator.
      be3f3ede
    • Marcel Loose's avatar
      BugID: 963 · 98e60c8b
      Marcel Loose authored
      Merged relevant changes of the BBS-CDR branch into the main development
      line. A detailed ChangeLog file can be found in the LOFAR root directory on
      the LOFAR-BBS-CDR-branch.
      98e60c8b
    • Ruud Overeem's avatar
      BugID: 800 · dac75ba6
      Ruud Overeem authored
      Added debugging and some extra errornumbers.
      dac75ba6
    • Ruud Overeem's avatar
      BugID: 800 · 772361b4
      Ruud Overeem authored
      Control chain is now working. Needs several fine-tuning before releasing.
      772361b4
    • wierenga's avatar
      bugid:691 · 0d6b556f
      wierenga authored
      Cleanup.
      Use new -q options to rsuctl to prevent delay checking for running RSPDriver.
      0d6b556f
    • wierenga's avatar
      bugid:691 · d26b2976
      wierenga authored
      Add new -1 options to prevent delay caused by check for running RSPDriver.
      Used by crsuctl.sh (cluster rsuctl) to speed it up.
      d26b2976
Loading