- Nov 21, 2006
-
-
Ruud Overeem authored
Removed cfgpa-prep because it interferred with the NAvigator software.
-
Arthur Coolen authored
Check in for new cvs server notebook
-
Arthur Coolen authored
Check in for new cvs server notebook
-
Arthur Coolen authored
Check in for new cvs server notebook
-
John Romein authored
Removed debug info
-
John Romein authored
Added BGLConnection, which: 1) sends/receives 16-byte-aligned data; 2) sends/receives messages with sizes that are a multiple of 16; 3) makes sure that the sent and received message sizes internally match. Use of this class makes more efficient communication on the Blue Gene/L possible.
-
Ger van Diepen authored
Allocate extra storage for large enough buffer for special send/receive.
-
Ger van Diepen authored
Handle confopt in a better way, especially regarding quotes.
-
- Nov 20, 2006
-
-
Ruud Overeem authored
Extended setSchedule function with code that updates the 'fields' Observation.startTime and Observation.stopTime also.
-
- Nov 18, 2006
-
-
Ruud Overeem authored
Modified ObservationControl to meet the new functionality in Parent- and ChildControl that allow non-regular state changes by merging in the missing states.
-
Ruud Overeem authored
Added support for QUIT command.
-
Ruud Overeem authored
Implemented flowcontrol for statechanges. When a non-regular state change is requested a neat route from the current state to the requested state is calculated and all intermediate state are executed.
-
- Nov 17, 2006
-
-
LOFAR authored
Removed (hanging) ASyncTest from weekly build
-
wierenga authored
First untested implementation of interface for TBB settings and bandsel registers. Needs testing.
-
John Romein authored
removed library that is no longer available
-
Marcel Loose authored
Fixed make target when using WITH_CLEAN=2 (distclean).
-
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.
-
wierenga authored
GETTDSTATUS and UPDTDSTATUS need an rspmask.
-
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) //
-
wierenga authored
Set correct initial register state.
-
- Nov 16, 2006
-
-
Joris van Zwieten authored
- fixed (push should be pushd)
-
Pieter Donker authored
Further development of TBBDriver and tbbctl
-
wierenga authored
Reduce log output.
-
wierenga authored
First part of TDStatus reading implementation.
-
wierenga authored
Use UTC instead of localtime to generate timestamp in filesnames of the xcorr matrices.
-
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). //
-
wierenga authored
Use epsilon value to make sture all points on the circle are included.
-
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.
-
- Nov 15, 2006
-
-
John Romein authored
Revert back to old CCAS definition
-
Marcel Loose authored
Added BOOST_PP_IS_ITERATING to PREDEFINED so that ObjectFactory.h in LCS/Common is documented properly.
-
Marcel Loose authored
Removed aipspp.var.
-
wierenga authored
Remove unnecessary WRITE_CDO_ONCE configuration option.
-
Marcel Loose authored
Only source lofarinit.sh if it is readable. Make file/directory containing input data writable (needed for make distcheck)
-
wierenga authored
Add writing of CDO registers as last step to the initialization sequence.
-
Ruud Overeem authored
Added some prefixes to get error-points.
-
- Nov 14, 2006
-
-
John Romein authored
Use center frequencies instead of base frequencies
-
John Romein authored
Fixed non-AutoTrigger bug in initializeInputs
-
Ger van Diepen authored
Fixed little error in definition of PBS_AIPSPATH
-
Ger van Diepen authored
First check if test directory exists when doing make test
-
- Nov 13, 2006
-
-
Arthur Coolen authored
Changes for CS1
-