Skip to content
Snippets Groups Projects
  1. Feb 05, 2007
  2. Feb 02, 2007
    • Ruud Overeem's avatar
      BugID: 1023 · 51675653
      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.
      51675653
    • 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
  3. Feb 01, 2007
    • John Romein's avatar
      BugId: 225 · ddbb9228
      John Romein authored
      Changed source MACs of stations and dest MAC of lii001
      ddbb9228
    • Ruud Overeem's avatar
      BugID: 795 · 39cded18
      Ruud Overeem authored
      Added paramtype 'pnode'. Default state of a created Template tree is
      now 'being specified'.
      39cded18
    • Ruud Overeem's avatar
      BugID: 809 · 2c385f9b
      Ruud Overeem authored
      Enhanced security.
      2c385f9b
    • Ruud Overeem's avatar
      BugID: 809 · 849e5775
      Ruud Overeem authored
      Made 'clockmode' a popup. Blocked most fields of VirtualInstrument.
      849e5775
  4. Jan 30, 2007
    • John Romein's avatar
      BugID: 225 · 10fd8951
      John Romein authored
      Fix bug in administration of flagged data.
      10fd8951
  5. 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
    • Marcel Loose's avatar
      BugID: 1015 · 634ced6c
      Marcel Loose authored
      You can now specify a prefix to the keys in file/buffer/collection when
      calling adopt{File,Buffer,Collection}.
      634ced6c
    • Ruud Overeem's avatar
      BugID: 795 · 392ef40e
      Ruud Overeem authored
      When creating a vic tree the state of the template tree is copied.
      392ef40e
  6. 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
    • Arthur Coolen's avatar
      BugID: 604 · 3ebfcf79
      Arthur Coolen authored
      Added access insert control in Parameterview panel. also reload TemplateMaintenancePanel if info has been changed,
      3ebfcf79
    • 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
    • Joris van Zwieten's avatar
      BugID: 1008 · cd733205
      Joris van Zwieten authored
      - Fixed baseline selection (no longer asserts when no baselines match part of the selection, only warns)
      cd733205
  7. Jan 25, 2007
    • wierenga's avatar
      BugID: 1004 · b1dd7183
      wierenga authored
      Also get rid of unecessary log messages. Transition to write state should
      always be allowed.
      b1dd7183
    • wierenga's avatar
      BugID: 1004 · 0978bcc4
      wierenga authored
      Set the next time at which the periodic command should be executed.
      
      This is not as simple as doing command->setTimestamp(command->getTimestamp() + (long)command->getPeriod());
      because command->getTimestamp() returns the previous time at which the command
      was executed. In some cases (due to missed PPSes) the sum of the previous timestamp
      and the period will be in the past causing the periodic command to be logged as
      'late' from that point onwards.
      
      To correctly compute the next time at which a periodic command should execute, take
      the absolute current time and add the period, but make sure the periodic command
      continues to be executed on the grid defined by the period. E.g. if a command is
      executed every 4 seconds starting on second 1, so 1,5,9, etc and some PPSes are missed
      lets say PPS 10,11,12,13 (and current time is 13) then it should continue at time 17.
      0978bcc4
    • wierenga's avatar
      BugID: 1018 · 1f8459c5
      wierenga authored
      Fix wrong integration time when duration > 0.
      1f8459c5
    • wierenga's avatar
      BugID: 337 · daaff08e
      wierenga authored
      Implement RSPDriver.HBA_SERVER_ADDRESS_OFFSET configuration variable
      which determines the offset (from 0) of the first server address in the HBA tile.
      The server addresses must be contiguous and address the delay elements in the HBA
      in the same logical order on all tiles.
      daaff08e
    • Ruud Overeem's avatar
      BugID: 810 · 3ad8f536
      Ruud Overeem authored
      Changed connectiontype to 'ptext'.
      3ad8f536
  8. Jan 24, 2007
Loading