Skip to content
Snippets Groups Projects
Select Git revision
  • L2SDP-1106
  • L2SDP-LIFT
  • L2SDP-1113
  • master default protected
  • HPR-158
5 results

libraries

  • Clone with SSH
  • Clone with HTTPS
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.

    DP3

    LOFAR preprocessing software, including averaging, flagging, various kinds of calibration and more.

    The DP3 documentation can be found at: https://www.astron.nl/citt/DP3

    This repository is a continuation of the one at svn.astron.nl/LOFAR. In particular, it has branched off at LOFAR Release 3.2 (Sept 2018). The version of DP3 that is in the ASTRON repository is no longer maintained.

    Installation

    Some non-standard dependencies of this project are: armadillo, boost, boost-python, casacore, hdf5, aoflagger, and EveryBeam. See the Dockerfiles docker/ubuntu_20_04_base and docker/ubuntu_20_04_dppp as examples.

    Typical installation commands:

    mkdir build
    cd build
    cmake ..
    make -j4
    make install

    Contributing

    Want to Help?

    Issues can be filed either at gitlab or github.

    Want to contribute some code, or improve documentation? You can start by cloning our code from the DP3 development repository.