Skip to content
Snippets Groups Projects
  1. May 29, 2007
    • Joris van Zwieten's avatar
      BugID: 1046 · 48194ac5
      Joris van Zwieten authored
      - First working version of multi-node BBS? (tested on a single node only!)
      - Updated strategy table definition (some keys needs a Strategy. prefix)
      - Added getResult() function to CommandExecutor that returns the result of the
        last command it has executed.
      - Updated KernelProcessControl to use the appropriate CommandQueue primitives.
      - KernelProcessControl detects a finalize command by doing a string compare on
        the result of type() which is not very elegant, I suppose.
      48194ac5
    • Marcel Loose's avatar
      BugID: 991 · 5e1fead7
      Marcel Loose authored
      Reverted to the previous "one-type-catch-all" insert_result trigger. There
      currently is no need for different insert_result triggers.
      5e1fead7
  2. May 27, 2007
  3. May 25, 2007
  4. May 24, 2007
    • Ruud Overeem's avatar
      BugID: 1000 · 98851d8e
      Ruud Overeem authored
      Internal portNumber is cleared during 'close' when portnumber was not
      'hard' set by the user. In this way the servicename will be resolved
      again when a new 'open' is done. Otherwise we could connect to another
      service accidentally that got the same portnumber.
      98851d8e
    • Ruud Overeem's avatar
      BugID: 1000 · 3f2ac267
      Ruud Overeem authored
      Bugfix. Calling setState now with CONNECTED iso CREATED.
      3f2ac267
    • Ruud Overeem's avatar
      BugID: 1000 · dfaadad7
      Ruud Overeem authored
      BeamControl now kills any beamctl that are running.
      dfaadad7
    • Marcel Loose's avatar
      BugID: 1070 · 81175704
      Marcel Loose authored
      Fixed, although it may not win the beauty contest for C++ code. If I find the
      time I will reimplement the complete method using std::string.
      81175704
    • Martin Gels's avatar
      BugID:1005 · 3d22e1c8
      Martin Gels authored
      Added converter class for integration of MAC.
      3d22e1c8
  5. May 23, 2007
  6. May 22, 2007
    • Arthur Coolen's avatar
      BugID: 756 · ebac678c
      Arthur Coolen authored
      added new parameter
      ebac678c
    • Marcel Loose's avatar
      BugID: 991 · bda83f94
      Marcel Loose authored
      Second large commit. This should be the first "working" version of the global
      controller. The local (kernel) controller still needs to post its results to
      the command queue.
      bda83f94
    • Marcel Loose's avatar
      BugID: 61 · 0ccaece9
      Marcel Loose authored
      Added using declaration for std::make_pair
      0ccaece9
    • Marcel Loose's avatar
      BugID: 991 · 0aae3889
      Marcel Loose authored
      Second large commit. This should be the first "working" version of the global
      controller. The local (kernel) controller still needs to post its results to
      the command queue.
      0aae3889
    • Ruud Overeem's avatar
      BugID: 809 · ab5bdebb
      Ruud Overeem authored
      Another new (obscure) parameter.
      ab5bdebb
  7. May 21, 2007
  8. May 17, 2007
    • Ruud Overeem's avatar
      BugID: 1000 · bde77016
      Ruud Overeem authored
      No longer checking the direction of events.
      bde77016
    • Ruud Overeem's avatar
      BugID: 1000 · ed53da23
      Ruud Overeem authored
      Several stability bugfixes.
      ed53da23
    • Ruud Overeem's avatar
      BugID: 1000 · 76e828ac
      Ruud Overeem authored
      Several stability (bug)fixes.
      76e828ac
    • Ruud Overeem's avatar
      BugID: 1000 · cba7b38a
      Ruud Overeem authored
      Starting the same observation over and over is not a problem any more.
      Set SAS to 'aborted' when observation was stopt with an error.
      cba7b38a
    • Ruud Overeem's avatar
      BugID: 1000 · 021af9f0
      Ruud Overeem authored
      Uses 'forcedQuitTimer' for guaranteed stop 5 econds after stoptime is reached.
      Implemented begin of quality criteria.
      021af9f0
  9. May 16, 2007
    • Ruud Overeem's avatar
      BugID: 826 · 30c19d4c
      Ruud Overeem authored
      Passing the number of processes to the PR_MPI object so that the object
      does not have to recalculate it again.
      30c19d4c
    • Ruud Overeem's avatar
      BugID: 826 · a95ff444
      Ruud Overeem authored
      Added hack for calculating the number of processes for the InputAppl.Transpose
      with a python script.
      a95ff444
  10. May 15, 2007
    • Martin Gels's avatar
      BugID: 1005 · a0dde36e
      Martin Gels authored
      The purpose of this change is to make sure that the UVW vector in the
      Measurement Set points from ANTENNA1 to ANTENNA2, that is,
      
        UVW = UVW(ANTENNA2) - UVW(ANTENNA1)
      
        In order to comply with WSRT Measurement Sets, it is furthermore
      required that
      
        ANTENNA1 <= ANTENNA2.
      
        Before this change, the UVW vector pointed exactly in the opposite
      direction, hence the UVW vector is reversed. The orientation of the sky was
      nevertheless correct. In order to prevent point mirroring the sky with
      respect to the phase centre because of the reversal of the UVW coordinates,
      it is necessary to conjugate the visibilities prior to writing them to
      disk. This conjugation is a temporary fix until the minus signs and
      conjugations in the polyphase filter, FFT, fringe tracking,
      correlator, and MS exporter are all reviewed in order to determine the proper
      place for this conjugation.
      a0dde36e
    • John Romein's avatar
      BugID: 225 · 7ce586d2
      John Romein authored
      Fixed PsetsPerStorage bug.
      7ce586d2
  11. May 14, 2007
Loading