Skip to content
Snippets Groups Projects
  1. Feb 16, 2007
    • Ruud Overeem's avatar
      BugID: 1000 · 0c59a122
      Ruud Overeem authored
      Added 'timeLeft' function to timers.
      0c59a122
    • Ruud Overeem's avatar
      BugID: 1000 · 5be47740
      Ruud Overeem authored
      When stationname is given iso hostname, the presumed hostname is calculated.
      5be47740
  2. Feb 15, 2007
    • John Romein's avatar
      BugID: 225 · f8f52504
      John Romein authored
      Changed name of boost thread library.
      f8f52504
    • Adriaan Renting's avatar
      BugId: 1028 · 9cc539ea
      Adriaan Renting authored
      Somehow these got added, while they should not be in the CVS, as they are autosaves.
      9cc539ea
    • Adriaan Renting's avatar
      BugId: 1028 · a0c4c343
      Adriaan Renting authored
      Made some changes so it actually compiles now. Needs some more work to actually
      produce the right results.
      a0c4c343
    • Joris van Zwieten's avatar
      BugID: 1031 · ff20bfae
      Joris van Zwieten authored
      - Turns out that ParmDBAIPS::putValue() does a lock / unlock, which causes a sync to disk for _each funklet_. Placed and explicit lock()/unlock() in MeqParmFunklet, which reduces the amount of sync calls to once per parameter instead of once per funklet. Speeds up things dramatically. Would be even better to come up with a safe way to do locking only on top level, i.e. only one sync per writeParms() call.
      ff20bfae
  3. Feb 14, 2007
    • Marcel Loose's avatar
      BugID: 991 · c10544eb
      Marcel Loose authored
      First working version of get/set Step/Strategy in combination with a command
      queue database.
      c10544eb
    • Marcel Loose's avatar
      BugId: 991 · 731ef6bf
      Marcel Loose authored
      * Added operation() method to BBSSingleStep and its child classes to query the
        BBSSingleStep for the type of operation it will perform.
      
      * Do not use PSQL arrays anymore. They caused "major" headaches when quoting
        array of strings. An array of strings is now stored as a normal string
        delimited by '[' and ']', just as in a ParameterSet.
      731ef6bf
    • Marcel Loose's avatar
      BugId: 991 · 71586dbc
      Marcel Loose authored
      Added operation() method to BBSSingleStep and its child classes to query the
      BBSSingleStep for the type of operation it will perform.
      71586dbc
    • Marcel Loose's avatar
      BugId: 991 · 164c128b
      Marcel Loose authored
      Do not use PSQL arrays anymore. They caused "major" headaches when quoting
      array of strings. An array of strings is now stored as a normal string
      delimited by '[' and ']', just as in a ParameterSet.
      164c128b
  4. Feb 13, 2007
    • John Romein's avatar
      BugID: 225 · 898aa091
      John Romein authored
      Even seconds have one sample more, not the odd seconds.
      898aa091
    • Chris Broekema's avatar
      BugID: 1011 · 3a111aa6
      Chris Broekema authored
      Add send and recv kernel buffer size to constructor of TH_Socket.
      3a111aa6
    • Chris Broekema's avatar
      BugID: 1011 · b19ac6fe
      Chris Broekema authored
      Add send and recv buffer to constructor and call initBuffers when the socket
      is created.
      b19ac6fe
    • Chris Broekema's avatar
      BugID: 1011 · bacc5b6c
      Chris Broekema authored
      Add recv and send buffer size to constructor
      bacc5b6c
  5. Feb 12, 2007
    • Chris Broekema's avatar
      BugID: 1011 · 5591ecda
      Chris Broekema authored
      Change default transport method from station to input section to UDP instead
      of raw ethernet. Also rename SOCKET transport method to TCP and introduce UDP
      transport method.
      5591ecda
    • Arthur Coolen's avatar
      BugID: 604 · c0325004
      Arthur Coolen authored
      Layout changes for ObservationPanel
      Quicker Parsetcopy
      c0325004
    • Arthur Coolen's avatar
      BugID: 1030 · 5d703677
      Arthur Coolen authored
      changes in layout
      5d703677
    • Ruud Overeem's avatar
      BugID: 809 · a760d9bf
      Ruud Overeem authored
      Added parameters to DelayCompasation program.
      a760d9bf
    • Arthur Coolen's avatar
      BugID: 1030 · bd54c65f
      Arthur Coolen authored
      If node.type starts with p get params that are not resolved for combolists
      bd54c65f
    • Marcel Loose's avatar
      BugID: 1029 · 9dcad461
      Marcel Loose authored
      Reimplemented moduleName() and keyName() using string::[r]find() methods. This
      seems to solve the bug.
      9dcad461
    • Arthur Coolen's avatar
      BugID: 1030 · 368bfd1c
      Arthur Coolen authored
      Userpanel for Observation configuration added.
      Removed OLAP user panel for now, untill new OLAP is finished.
      Also removed some (generic) tools from BBS to LofarUtils
      368bfd1c
    • Arthur Coolen's avatar
      BugID: 768 · 830bd3b1
      Arthur Coolen authored
      Extended with some functions to make lists from strings and string from lists. for BBS and Observation by now, but others will follow
      830bd3b1
  6. Feb 09, 2007
    • Chris Broekema's avatar
      BugID: 1011 · 52e30a99
      Chris Broekema authored
      Don't allow the kernel buffers to be set on BlueGene (since it doesn't implement setsockopt())
      52e30a99
    • Chris Broekema's avatar
      BugID: 1011 · 57a7a95e
      Chris Broekema authored
      Add a method to allow applications to set the kernel level buffer size of the socket transport holder. The default buffer size of 2 MB is found to be insufficient in CS1.
      57a7a95e
    • Chris Broekema's avatar
      BugID: 1011 · 4564740a
      Chris Broekema authored
      Renamed SOCKET transport type to TCP.
      4564740a
  7. Feb 08, 2007
  8. Feb 07, 2007
    • Ruud Overeem's avatar
      BugID: 1026 · a0d535d3
      Ruud Overeem authored
      Logsystem was used before it was initialized.
      a0d535d3
    • John Romein's avatar
      BugID: 225 · e7c10969
      John Romein authored
      Added entries that have the phase centers in the middle of the *stations*, not
      the middle of the *microstations*.
      e7c10969
    • John Romein's avatar
      BugID: 225 · 3dbd1f0a
      John Romein authored
      do not cause compile errors on machines that do not have MPI
      3dbd1f0a
    • Chris Broekema's avatar
      BugID: 1011 · f4ee572f
      Chris Broekema authored
      remove untested transpose optimisation
      f4ee572f
    • Chris Broekema's avatar
      BugID: 1011 · 51db46d9
      Chris Broekema authored
      Add support for UDP sockets to the inputsection. Also rename the SOCKET input method to TCP and introduce the UDP input method.
      51db46d9
  9. Feb 06, 2007
  10. Feb 05, 2007
  11. Feb 02, 2007
    • Ruud Overeem's avatar
      BugID: 1023 · 51675653
      Ruud Overeem authored
      In the 'setclock' and the 'RSUclear' commands a long sequence of commands is
      sent to the RSPboards. To deliver CEP the right number of samples in each
      second the RCU-enable command is only sent at even seconds. When the sequence
      reaches this point on an odd second the sequence is deferred for one second.
      Manually given RCU-commands are not delayed since they do not follow this
      sequence.
      51675653
    • Martin Gels's avatar
      BugID: 1005 · 3e8d2fd4
      Martin Gels authored
      CS1.parset
       Added option 'Observation.SubbandIDs'
      
      CS1_Parset.py
       Added lines for calculate the RefFreqs from array of 'Observation.SubbandIDs'
      
      LOAFR_Parset.py
       Corrected function getInt32Vector()
      
      CS1_Stations.py
       Added centre positions for Beamforming
      
      CS1_Sections.py
       Changed BGLProc bin name in CS1_BGL_Processing
      
      CS1_Run
       Corrected NoRuns
      3e8d2fd4
    • John Romein's avatar
      BugID: 225 · cdbaa559
      John Romein authored
      Cleaned up much code, including replacement of RectMatrix by boost::multi_array
      cdbaa559
    • John Romein's avatar
      BugID: 225 · 7777a9f1
      John Romein authored
      Bug fix: count the number of subbands correctly.
      7777a9f1
    • John Romein's avatar
      BugID: 225 · 4be8ce8c
      John Romein authored
      Increased buffer size
      4be8ce8c
Loading