Skip to content
Snippets Groups Projects
  1. Jan 26, 2007
    • 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
  2. Jan 24, 2007
    • Joris van Zwieten's avatar
      BugID: 1008 · da4a6030
      Joris van Zwieten authored
      - Removed default parameters that caused build to break on listfen. It really
        was a error, although it did not cause an error using gcc 3.4.3 on lofar17.
      da4a6030
    • Joris van Zwieten's avatar
      BugID: 1008 · 8fff9c5a
      Joris van Zwieten authored
      - Moved value checking for Strategy.RegionOfInterest to BBSKernelProcessControl.
      - Fixed RegionOfInterest selection.
      - Removed work domain iteration as this has to be done for the whole strategy and
        not for each step.
      8fff9c5a
    • Joris van Zwieten's avatar
      BugID: 1008 · fa048a47
      Joris van Zwieten authored
      - Fixed a bug in getLocalDataDomain()
      - Fixed a bug in readMeasurementSetMetaData()
      fa048a47
  3. Jan 22, 2007
    • Joris van Zwieten's avatar
      BugID: 987 · 9669aa16
      Joris van Zwieten authored
      - API change: renamed work_order to command to conform with control terminology.
      9669aa16
    • Joris van Zwieten's avatar
      BugID: 987 · 3e434b9b
      Joris van Zwieten authored
      - API change: added get_next_step() that gets the next work order that is also a step. It
        returns both the work order id and the attributes of the step (iface_step).
      3e434b9b
  4. Jan 18, 2007
    • Joris van Zwieten's avatar
      BugID: 1007 · 91ba0fcf
      Joris van Zwieten authored
      - Forgot to initialize histort ParmDB pointer in old constructor, while
        it was being freed in the destructor.
      91ba0fcf
    • Joris van Zwieten's avatar
      BugID: 1008 · 33b9ed4b
      Joris van Zwieten authored
      - Fixed makefiles.
      33b9ed4b
    • Joris van Zwieten's avatar
      BugID: 1008 · ff3a86b9
      Joris van Zwieten authored
      - First version of separate BBSSolver executable.
      ff3a86b9
    • Joris van Zwieten's avatar
      BugID: 1007 · b5da631b
      Joris van Zwieten authored
      - Implemented a new interface between solver and prediffer.
      - Moved history logging back to the prediffer.
      - Some minor code updates.
      b5da631b
  5. Jan 17, 2007
    • Marcel Loose's avatar
      BugID: 991 · 62d22344
      Marcel Loose authored
      Added support for conversion of vector<string>.
      62d22344
  6. Jan 16, 2007
    • Marcel Loose's avatar
      BugID: 991 · 5143fdb3
      Marcel Loose authored
      Changed Correlation::Selection type from enum to string, since this simplifies
      matters when interfacing with a database.
      5143fdb3
    • Marcel Loose's avatar
      BugID: 991 · 3300af6e
      Marcel Loose authored
      Changed Correlation::Selection type from enum to string, since this simplifies
      matters when interfacing with a database.
      3300af6e
    • Marcel Loose's avatar
      BugID: 394 · 33d67349
      Marcel Loose authored
      Fixed some small documentation errors.
      33d67349
    • Marcel Loose's avatar
      BugID: 394 · aecbeb19
      Marcel Loose authored
      Moved documentation from Doxygen module "BBS" to module "BBSKernel".
      aecbeb19
    • Marcel Loose's avatar
      BugID: 991 · 34234bcf
      Marcel Loose authored
      Changed Correlation::Selection type from enum to string, since this simplifies
      matters when interfacing with a database.
      34234bcf
    • Marcel Loose's avatar
      BugID: 991 · 3be1440e
      Marcel Loose authored
      Moved util.* to pqutil.*. Added toPQstring() method.
      3be1440e
  7. Jan 15, 2007
    • Joris van Zwieten's avatar
      BugID: 905 · 27bec0fb
      Joris van Zwieten authored
      - Previous commit was broken (I verified the built with the wrong source tree...). Should be fixed now.
      27bec0fb
    • Joris van Zwieten's avatar
      BugID: 905 · 842a7e3d
      Joris van Zwieten authored
      - There turned out to be situation where calling decrNParents() in the destuctor of MeqExprRep on its children
        would result in an invalid read. For instance, MeqLMN has two MeqExpr attributes itsRa, itsDec. When a MeqLMN
        node is destructed, these attributes are deleted and then the destructor of the base class MeqExprRep is called.
        Now if deleted of itsRa, itsDec brings their reference count to zero, these nodes are destructed and the subsequent
        call to decrNParents from the destructor of MeqExprRep called by the destructor of MeqLMN results in an invalid
        read. The reason that a MeqExprRep can still have a link to a child that has already been destructed is that its
        child vector consists of MeqExprRep* instead of the reference counted MeqExpr. In other words, MeqExprRep::addChild()
        does not result in an increment of the reference count. This was fixed by replacing the child vector with a vector
        of MeqExpr.
      842a7e3d
    • Joris van Zwieten's avatar
      BugID: 860 · 9c5f06ad
      Joris van Zwieten authored
      - Added method getStation() needed by MeqDFTPS.cc::getLabel(), which in turn is needed
        for writing expression graphs in .dot format. Only compiled in if EXPR_GRAPH is defined.
      9c5f06ad
  8. Jan 02, 2007
    • Joris van Zwieten's avatar
      BugID: 1003 · ad55d372
      Joris van Zwieten authored
      - Implemented rudimentary handling of work domain size. Needs to be done
        differently in the next release because of the revival of the black board.
      ad55d372
    • Joris van Zwieten's avatar
      BugID: 1003 · 8eae4896
      Joris van Zwieten authored
      - Improved column to file mapping heuristic
      - Added getMSDescriptor method because BBSKernelProcessControl needs to know
        the start/end frequency/time.
      8eae4896
  9. Dec 29, 2006
    • John Romein's avatar
      BugID: 225 · 64352311
      John Romein authored
      Do not crash if the connection is closed by the other end.
      64352311
    • John Romein's avatar
      BugID: 225 · d2fe22e8
      John Romein authored
      Debug times now not dependent on MPI.
      d2fe22e8
  10. Dec 22, 2006
    • Joris van Zwieten's avatar
      BugID: 987 · ba92fcbc
      Joris van Zwieten authored
      - API change: get_step() and get_solve_arguments() now return only parset related columns.
      ba92fcbc
    • Joris van Zwieten's avatar
      BugID: 987 · cf29ba47
      Joris van Zwieten authored
      - API change: add_step should be considered private. Always use one of add_{predict, subtract, correct, solve}_step().
        This will ensure database consistency.
      cf29ba47
    • Joris van Zwieten's avatar
      BugID: 987 · f3b0517e
      Joris van Zwieten authored
      - changed API: add_solve_arguments -> add_solve_step, so API ensures consistency (i.e.
        with the change it is harder to add a solve step without solve arguments.
      f3b0517e
    • Joris van Zwieten's avatar
      BugID: 987 · c3718da6
      Joris van Zwieten authored
      - API change: names of the columns returned by e.g. get_step() now match the names in the parset precisely.
      c3718da6
  11. Dec 18, 2006
    • Marcel Loose's avatar
      BugID: 686 · ab4dc7bb
      Marcel Loose authored
      Indirect package dependencies will now be derived by inspecting the contents
      of the directory config/<pkg-name> in the install directory for all packages
      mentioned in the current configure.in file.
      ab4dc7bb
  12. Dec 14, 2006
    • Joris van Zwieten's avatar
      BugID: 964 · d3c993bc
      Joris van Zwieten authored
      - Forgot to modify the call to the constructor to comply with the new constructor
        of MeqStatUVW.
      d3c993bc
    • Joris van Zwieten's avatar
      BugID: 964 · 6e043c2a
      Joris van Zwieten authored
      - Updated MeqStatUVW so it does not use the MeqPhaseRef class that
        was only used as a container. Also, the MeqPhaseRef class contains
        a hard-coded reference to the WSRT position.
      6e043c2a
  13. Dec 13, 2006
  14. Dec 05, 2006
    • Joris van Zwieten's avatar
      BugID: 987 · 98330053
      Joris van Zwieten authored
      - Initial check in of the database side of the black board. Includes table definitions,
        triggers, and an API in the form of a collection of stored procedures.
      98330053
    • Marcel Loose's avatar
      BugID: 753 · 23273310
      Marcel Loose authored
      Updated documentation.
      23273310
  15. Nov 30, 2006
    • Joris van Zwieten's avatar
      BugID: 961 · c0ffa34d
      Joris van Zwieten authored
      - Changed column -> file mapping to include the name of the MS. Fixed one line that still included an itsMSName.
      c0ffa34d
    • Joris van Zwieten's avatar
      BugID: 961 · 1d93c9b6
      Joris van Zwieten authored
      - Wrong input column used in this parset. Made no difference before, but after update of the MS in /opt/lofar/data it does.
      1d93c9b6
  16. Nov 28, 2006
Loading