Skip to content
Snippets Groups Projects
  1. Nov 17, 2006
    • LOFAR's avatar
      BugID: 523 · 9158fea8
      LOFAR authored
      Removed (hanging) ASyncTest from weekly build
      9158fea8
    • wierenga's avatar
      BugID: 976 · 0fe76298
      wierenga authored
      First untested implementation of interface for TBB settings and bandsel registers. Needs testing.
      0fe76298
    • John Romein's avatar
      BugID: 225 · 69406c74
      John Romein authored
      removed library that is no longer available
      69406c74
    • Marcel Loose's avatar
      BugID: 835 · 5e8e4a71
      Marcel Loose authored
      Fixed make target when using WITH_CLEAN=2 (distclean).
      5e8e4a71
    • wierenga's avatar
      BugID: 972 · a36633b2
      wierenga authored
      Implement interface GETTDSTATUS and UPDTDSTATUS.
      Implement new --tdstatus argument for rspctl to read TD status on all RSP board or a selection of RSP boards.
      a36633b2
    • wierenga's avatar
      BugID: 972 · f4d3641b
      wierenga authored
      GETTDSTATUS and UPDTDSTATUS need an rspmask.
      f4d3641b
    • wierenga's avatar
      BugID: 972 · 51d83cf2
      wierenga authored
      Overload two unused bits for administration purposes TDBoardStatus.
      
      Relevant comment in code:
      //
      // The unkown and invalid bits have no meaning in the TD status byte.
      // They are overloaded here to indicate whether the value stored has
      // been read from hardware and whether the RSP board has control over
      // the TD board:
      //
      // unknown: (0 = value has been read from hardware, 1 = value has not been read)
      // invalid: (0 = RSP board is controlling a TD board, 1 = RSP board is not controlling a TD board)
      //
      51d83cf2
    • wierenga's avatar
      BugID: 972 · ee897418
      wierenga authored
      Set correct initial register state.
      ee897418
  2. Nov 16, 2006
    • Joris van Zwieten's avatar
      BugID: 971 · 275fd8e4
      Joris van Zwieten authored
      - fixed (push should be pushd)
      275fd8e4
    • Pieter Donker's avatar
      BugID:335 · af5540f7
      Pieter Donker authored
      Further development of TBBDriver and tbbctl
      af5540f7
    • wierenga's avatar
      BugID: 972 · d49d61be
      wierenga authored
      Reduce log output.
      d49d61be
    • wierenga's avatar
      BugID: 972 · 4da77396
      wierenga authored
      First part of TDStatus reading implementation.
      4da77396
    • wierenga's avatar
      BugID: 974 · 0f81484a
      wierenga authored
      Use UTC instead of localtime to generate timestamp in filesnames of the xcorr matrices.
      0f81484a
    • wierenga's avatar
      BugID: 973 · 1364d465
      wierenga authored
      Taking the conjugate of the beamformer weight before sending it to the hardware
      was missing. This is needed because:
      
        //
        // conjugate weights to get the correct matrix
      
        // weight a_r + i . a_i
        //
        // (a_r + i . a_i) . (x_r + i . x_i) = ( a_r . x_r - a_i . x_i ) + i ( a_i . x_r + a_r . x_i )
        //
        // This is equal to:
        //
        // ( x_out_r )   ( a_r  -a_i )   ( x_in_r )
        // (         ) = (           ) * (        )
        // ( x_out_i )   ( a_i   a_r )   ( x_in_i )
        //
        // and the same for y
        //
        // To send to correct weights to the beamformer we must therefore
        // take the conjugate of the weight (a_r, a_i) to produce (a_r, -a_i)
        // for the x_our_r component and take the conjugate AND multiply by i
        // the weight (a_r, a_i) to produce (a_i, a_r).
        //
      1364d465
    • wierenga's avatar
      BugID: 973 · 21902e4a
      wierenga authored
      Use epsilon value to make sture all points on the circle are included.
      21902e4a
    • Joris van Zwieten's avatar
      BugID: 971 · 5a3b6f1f
      Joris van Zwieten authored
      - rub now ignores failure of 'chmod +x ./bootstrap' and tries to bootstrap anyway.
      - if execution of ./bootstrap fails, this is reported to the users and rub exits with error code 1.
      5a3b6f1f
  3. Nov 15, 2006
    • John Romein's avatar
      BugID: 225 · 5a52dd79
      John Romein authored
      Revert back to old CCAS definition
      5a52dd79
    • Marcel Loose's avatar
      BugID: 947 · 1770d6e7
      Marcel Loose authored
      Added BOOST_PP_IS_ITERATING to PREDEFINED so that ObjectFactory.h in
      LCS/Common is documented properly.
      1770d6e7
    • Marcel Loose's avatar
      BugID: 937 · f0a5d7aa
      Marcel Loose authored
      Removed aipspp.var.
      f0a5d7aa
    • wierenga's avatar
      BugID: 970 · 3f341c9e
      wierenga authored
      Remove unnecessary WRITE_CDO_ONCE configuration option.
      3f341c9e
    • Marcel Loose's avatar
      BugID: 835 · 2d55b9b6
      Marcel Loose authored
      Only source lofarinit.sh if it is readable.
      Make file/directory containing input data writable (needed for make distcheck)
      2d55b9b6
    • wierenga's avatar
      BugID: 970 · 72976ecc
      wierenga authored
      Add writing of CDO registers as last step to the initialization sequence.
      72976ecc
    • Ruud Overeem's avatar
      BugID: 810 · 36330842
      Ruud Overeem authored
      Added some prefixes to get error-points.
      36330842
  4. Nov 14, 2006
    • John Romein's avatar
      BugID: 225 · b879ae9e
      John Romein authored
      Use center frequencies instead of base frequencies
      b879ae9e
    • John Romein's avatar
      BugID: 225 · 75019483
      John Romein authored
      Fixed non-AutoTrigger bug in initializeInputs
      75019483
    • Ger van Diepen's avatar
      BugID: 962 · 1c47d779
      Ger van Diepen authored
      Fixed little error in definition of PBS_AIPSPATH
      1c47d779
    • Ger van Diepen's avatar
      BugID: 962 · 21afef7c
      Ger van Diepen authored
      First check if test directory exists when doing make test
      21afef7c
  5. Nov 13, 2006
  6. Nov 10, 2006
    • wierenga's avatar
      BugID: 781 · f1dc5a03
      wierenga authored
      Fix the startup scripts.
      f1dc5a03
    • Ruud Overeem's avatar
      BugID: 679 · 26173bab
      Ruud Overeem authored
      Some reformatting while debugging.
      26173bab
    • 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
Loading