Skip to content
Snippets Groups Projects
Select Git revision
  • a68a6730eb33fbfdbcf723dda17d399a95c25cc1
  • master default protected
  • integrate_predict_library
  • merl-105-dp3-python-move-not-copy
  • svp_cobalt
  • padre-filestream-input
  • ast-1238-use-xtensor-char
  • gec-110-step-infoin
  • new-everybeam-interface
  • rap-1044-data-interpolation-step
  • fix-ddecal-docs
  • two-step-faraday-constraint
  • line-search
  • azelgeo-revised
  • SVP
  • test_everybeam_multifreq
  • clipper_baseline_selection
  • ast-1606-apply-calibration-solutions-to-facets-from-image-based-predict-rebased
  • gsl-antenna-solver
  • test-build-sanitizer
  • ast-1565-add-python-idg-predict-step
  • v6.4.1
  • v6.4
  • v6.3
  • v6.2.1
  • v6.2
  • v6.1
  • v6.0.1
  • v6.0
  • v5.3
  • v5.2
  • v5.1
  • v5.0
  • v4.2
  • v4.1
  • v4.0
  • LOFAR-Release-3_1_0
  • LOFAR-Release-3_1_1
  • LOFAR-Release-3_1_2
  • LOFAR-Release-3_1_3
  • LOFAR-Release-3_1_4
41 results

DP3

  • Open with
  • Download source code
  • Mark de Wever's avatar
    RAP-100 Reduce memory usage scalar solver
    Mark de Wever authored
    a68a6730
    History

    DP3

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

    The DP3 documentation can be found at: https://dp3.readthedocs.org

    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/or docker/ubuntu_22_04_base 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.