- Feb 09, 2007
-
-
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
-
-
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 02, 2007
-
-
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
-
Martin Gels authored
In function getObservationEpoch() the variable sz must be equal to noRuns. These variables must be a multiple of 16, plus 16.
-
- Feb 01, 2007
-
-
John Romein authored
Changed source MACs of stations and dest MAC of lii001
-
- Jan 30, 2007
-
-
John Romein authored
Fix bug in administration of flagged data.
-
- Jan 29, 2007
-
-
John Romein authored
Better diagnostics
-
Martin Gels authored
In process() first call calculateDelays() and the increment the loop counter. Otherwise an incorrect assertion happens.
-
John Romein authored
Fix byte order bug for big-endian machines.
-
John Romein authored
Major cleanup
-
John Romein authored
Removed time variable that was always zero
-
John Romein authored
* Removed useless operators * templated increment/decrement operators * added cast operator to int64
-
John Romein authored
Fix postfix -- operator.
-
- Jan 26, 2007
-
-
John Romein authored
Use MPI_Alltoallv instead of CEPframe's point-to-point communication.
-
Martin Gels authored
The problem with writing 2 subbands in 1 MS is solved. The sample times of the subbands are correct. Results, see table below. 1 group is a set of all baselines from 1 subband (t0=1 means start time plus 1 minute): Group Band Sample time 0 0 t0 1 1 t0 2 0 t0+1 3 1 t0+1 4 0 t0+2 5 1 t0+2 etc.
-
Martin Gels authored
The uvw-coordinates will be calculated by using Aips++ libs instead of doing it by your self.
-
- Jan 24, 2007
-
-
John Romein authored
Do logging in separate thread; printing from signal handler causes deadlocks.
-
Chris Broekema authored
1011 1011 1011 1011 1011 1011 1011 1011 1011 Fixed wrong argument order when creating MSWriter object
-
- Jan 23, 2007
-
-
Marcel Loose authored
Quick fix. Not yet fully tested.
-
- Jan 21, 2007
-
-
John Romein authored
Added transpose.cc
-
- Jan 19, 2007
-
-
John Romein authored
Test to see if the BG/L torus is fast enough for moving the transpose from the InputSection to BGL_Processing.
-
Martin Gels authored
It is not necessary to print-out invalid samples of every outputs from the same station.
-
- Jan 17, 2007
-
-
Adriaan Renting authored
Making changes to support MFS
-
John Romein authored
* shift subband by half a channel due to the PPF in BGL_Processing * put #if defined HAVE_MPI at appropriate places
-
John Romein authored
Take care of the half-channel shift introduced by the PPF. Also flag channel 0, which does not contain valid data.
-
Martin Gels authored
Changed: The name of the MS is subband-dependent.
-
Martin Gels authored
Changed: 1 - Filled in the name field of table SPECTRAL_WINDOW with value "SB-x". 'x' is the subband number started by '0' (index array of Observation. RefFreqs in the parset file. 2 - The name of the MS is subband-dependent.
-
- Jan 14, 2007
-
-
John Romein authored
Major changes to the correlator, which now does not depend on compile-time constant number of stations and integration time anymore. Number of PPF taps, polarizations, and subband channels is still constant, but not expected to change in the near future.
-
- Jan 11, 2007
-
-
John Romein authored
Not necessary anymore
-
Martin Gels authored
Added counter in fuunction proces().
-
Martin Gels authored
Enabled logging data flags. Changed: subbandsToReadFromFrame <= Input.NSubbandsPerFrame in stead of subbandsToReadFromFrame < Input.NSubbandsPerFrame
-