Skip to content
Snippets Groups Projects
  1. Feb 09, 2007
  2. Feb 08, 2007
  3. Feb 07, 2007
    • 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
  4. Feb 06, 2007
  5. Feb 02, 2007
    • 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
    • Martin Gels's avatar
      BugID: 1005 · d97562a1
      Martin Gels authored
      In function getObservationEpoch() the variable sz must be equal to noRuns.
      These variables must be a multiple of 16, plus 16.
      d97562a1
  6. Feb 01, 2007
    • John Romein's avatar
      BugId: 225 · ddbb9228
      John Romein authored
      Changed source MACs of stations and dest MAC of lii001
      ddbb9228
  7. Jan 30, 2007
    • John Romein's avatar
      BugID: 225 · 10fd8951
      John Romein authored
      Fix bug in administration of flagged data.
      10fd8951
  8. Jan 29, 2007
    • John Romein's avatar
      BugID: 225 · c6192a1d
      John Romein authored
      Better diagnostics
      c6192a1d
    • Martin Gels's avatar
      BugID: 1005 · e68b4646
      Martin Gels authored
      In process() first call calculateDelays() and the increment the loop counter.
      Otherwise an incorrect assertion happens.
      e68b4646
    • John Romein's avatar
      BugID: 225 · c912e5b8
      John Romein authored
      Fix byte order bug for big-endian machines.
      c912e5b8
    • John Romein's avatar
      BugID: 225 · fcb09619
      John Romein authored
      Major cleanup
      fcb09619
    • John Romein's avatar
      BugID: 225 · 282011f9
      John Romein authored
      Removed time variable that was always zero
      282011f9
    • John Romein's avatar
      BugID: 225 · 4cfd184c
      John Romein authored
      * Removed useless operators
      * templated increment/decrement operators
      * added cast operator to int64
      4cfd184c
    • John Romein's avatar
      BugID: 225 · fcdd27a9
      John Romein authored
      Fix postfix -- operator.
      fcdd27a9
  9. Jan 26, 2007
    • John Romein's avatar
      BugID: 225 · 796067d4
      John Romein authored
      Use MPI_Alltoallv instead of CEPframe's point-to-point communication.
      796067d4
    • Martin Gels's avatar
      BugID: 1005 · 8ad67396
      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.
      8ad67396
    • Martin Gels's avatar
      BugID: 1005 · 9d582579
      Martin Gels authored
      The uvw-coordinates will be calculated by using Aips++ libs
      instead of doing it by your self.
      9d582579
  10. Jan 24, 2007
    • John Romein's avatar
      BugID: 225 · 7e53b02d
      John Romein authored
      Do logging in separate thread; printing from signal handler causes deadlocks.
      7e53b02d
    • Chris Broekema's avatar
      BugID: 1011 · aa26fbf8
      Chris Broekema authored
      1011
      1011
      1011
      1011
      1011
      1011
      1011
      1011
      1011
      Fixed wrong argument order when creating MSWriter object
      aa26fbf8
  11. Jan 23, 2007
  12. Jan 21, 2007
  13. Jan 19, 2007
    • John Romein's avatar
      BugID: 225 · 3fd8430d
      John Romein authored
      Test to see if the BG/L torus is fast enough for moving the transpose from the
      InputSection to BGL_Processing.
      3fd8430d
    • Martin Gels's avatar
      BugID: 1005 · adc0cf80
      Martin Gels authored
      It is not necessary to print-out invalid samples of every outputs from
      the same station.
      adc0cf80
  14. Jan 17, 2007
    • Adriaan Renting's avatar
      BugID:700 · 8213f61c
      Adriaan Renting authored
      Making changes to support MFS
      8213f61c
    • John Romein's avatar
      BugID: 225 · f2dcf8f3
      John Romein authored
      * shift subband by half a channel due to the PPF in BGL_Processing
      * put #if defined HAVE_MPI at appropriate places
      f2dcf8f3
    • John Romein's avatar
      BugID: 225 · 6ccf0cd8
      John Romein authored
      Take care of the half-channel shift introduced by the PPF.  Also flag channel 0,
      which does not contain valid data.
      6ccf0cd8
    • Martin Gels's avatar
      BugID: 1005 · f3dc7539
      Martin Gels authored
      Changed:
       The name of the MS is subband-dependent.
      f3dc7539
    • Martin Gels's avatar
      BugID:1005 · e5e25252
      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.
      e5e25252
  15. Jan 14, 2007
    • John Romein's avatar
      BugID: 225 · f92e1d90
      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.
      f92e1d90
  16. Jan 11, 2007
    • John Romein's avatar
      BugID: 225 · e77efe15
      John Romein authored
      Not necessary anymore
      e77efe15
    • Martin Gels's avatar
      BugID: 1005 · 8b5990f9
      Martin Gels authored
      Added counter in fuunction proces().
      8b5990f9
    • Martin Gels's avatar
      BugID: 1005 · 1c7688e6
      Martin Gels authored
      Enabled logging data flags.
      Changed: subbandsToReadFromFrame <= Input.NSubbandsPerFrame in stead of subbandsToReadFromFrame < Input.NSubbandsPerFrame
      1c7688e6
Loading