- May 29, 2007
-
-
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.
-
Marcel Loose authored
Reverted to the previous "one-type-catch-all" insert_result trigger. There currently is no need for different insert_result triggers.
-
- May 27, 2007
-
-
John Romein authored
Fixed rounding error.
-
- May 25, 2007
-
-
Ruud Overeem authored
Fixed bug in HBA write. I2C table was patched too many times.
-
Martin Gels authored
Bug fix.
-
John Romein authored
Bug fix.
-
- May 24, 2007
-
-
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.
-
Ruud Overeem authored
Bugfix. Calling setState now with CONNECTED iso CREATED.
-
Ruud Overeem authored
BeamControl now kills any beamctl that are running.
-
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.
-
Martin Gels authored
Added converter class for integration of MAC.
-
- May 23, 2007
-
-
Adriaan Renting authored
-
Adriaan Renting authored
-
Adriaan Renting authored
-
Adriaan Renting authored
-
Adriaan Renting authored
-
Adriaan Renting authored
-
- May 22, 2007
-
-
Arthur Coolen authored
added new parameter
-
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.
-
Marcel Loose authored
Added using declaration for std::make_pair
-
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.
-
Ruud Overeem authored
Another new (obscure) parameter.
-
- May 21, 2007
-
-
Ruud Overeem authored
Setting CLP on fixed portnumber 23999.
-
Ruud Overeem authored
The codelogging procesor also needs a fixed portnumber.
-
Adriaan Renting authored
-
Adriaan Renting authored
Made some changes suggested by Sarod.
-
Martin Gels authored
Changed path for user: lofarsystem.
-
- May 17, 2007
-
-
Ruud Overeem authored
No longer checking the direction of events.
-
Ruud Overeem authored
Several stability bugfixes.
-
Ruud Overeem authored
Several stability (bug)fixes.
-
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.
-
Ruud Overeem authored
Uses 'forcedQuitTimer' for guaranteed stop 5 econds after stoptime is reached. Implemented begin of quality criteria.
-
- May 16, 2007
-
-
Ruud Overeem authored
Passing the number of processes to the PR_MPI object so that the object does not have to recalculate it again.
-
Ruud Overeem authored
Added hack for calculating the number of processes for the InputAppl.Transpose with a python script.
-
- May 15, 2007
-
-
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.
-
John Romein authored
Fixed PsetsPerStorage bug.
-
- May 14, 2007
-
-
John Romein authored
Bug fix: do not throw away the first block of data
-
Ruud Overeem authored
Changed stop (local) command
-
John Romein authored
Added Storage.PsetsPerStorage
-
John Romein authored
Delay Compensation by default on.
-