- Feb 16, 2007
-
-
Ruud Overeem authored
Added 'timeLeft' function to timers.
-
Ruud Overeem authored
When stationname is given iso hostname, the presumed hostname is calculated.
-
- Feb 15, 2007
-
-
John Romein authored
Changed name of boost thread library.
-
Adriaan Renting authored
Somehow these got added, while they should not be in the CVS, as they are autosaves.
-
Adriaan Renting authored
Made some changes so it actually compiles now. Needs some more work to actually produce the right results.
-
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.
-
- Feb 14, 2007
-
-
Marcel Loose authored
First working version of get/set Step/Strategy in combination with a command queue database.
-
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.
-
Marcel Loose authored
Added operation() method to BBSSingleStep and its child classes to query the BBSSingleStep for the type of operation it will perform.
-
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.
-
- Feb 13, 2007
-
-
John Romein authored
Even seconds have one sample more, not the odd seconds.
-
Chris Broekema authored
Add send and recv kernel buffer size to constructor of TH_Socket.
-
Chris Broekema authored
Add send and recv buffer to constructor and call initBuffers when the socket is created.
-
Chris Broekema authored
Add recv and send buffer size to constructor
-
- Feb 12, 2007
-
-
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.
-
Arthur Coolen authored
Layout changes for ObservationPanel Quicker Parsetcopy
-
Arthur Coolen authored
changes in layout
-
Ruud Overeem authored
Added parameters to DelayCompasation program.
-
Arthur Coolen authored
If node.type starts with p get params that are not resolved for combolists
-
Marcel Loose authored
Reimplemented moduleName() and keyName() using string::[r]find() methods. This seems to solve the bug.
-
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
-
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
-
- Feb 09, 2007
-
-
Chris Broekema authored
Don't allow the kernel buffers to be set on BlueGene (since it doesn't implement setsockopt())
-
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.
-
Chris Broekema authored
Renamed SOCKET transport type to TCP.
-
- Feb 08, 2007
-
-
Adriaan Renting authored
first version (not yet working) of DFT imager code.
-
- Feb 07, 2007
-
-
Ruud Overeem authored
Logsystem was used before it was initialized.
-
John Romein authored
Added entries that have the phase centers in the middle of the *stations*, not the middle of the *microstations*.
-
John Romein authored
do not cause compile errors on machines that do not have MPI
-
Chris Broekema authored
remove untested transpose optimisation
-
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.
-
- Feb 06, 2007
-
-
John Romein authored
Avoid type-punning pointer warning.
-
John Romein authored
Set precision.
-
- Feb 05, 2007
-
-
Ruud Overeem authored
Removed duplicate function.
-
Ruud Overeem authored
Changed OLAP to new parameterdefinition.
-
- Feb 02, 2007
-
-
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.
-
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
-
John Romein authored
Cleaned up much code, including replacement of RectMatrix by boost::multi_array
-
John Romein authored
Bug fix: count the number of subbands correctly.
-
John Romein authored
Increased buffer size
-