Skip to content
/ DP3 Public
forked from lofar-astron/DP3

DP3: streaming processing pipeline for radio interferometric data

License

Notifications You must be signed in to change notification settings

henedler/DP3

 
 

Repository files navigation

DP3

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

The DPPP 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 the LOFAR beam model libstationresponse. These can be installed using KERN, see the file .travis/Dockerfile in this repository for an example installation.

Typical installation commands:

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

About

DP3: streaming processing pipeline for radio interferometric data

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 94.3%
  • CMake 3.4%
  • Shell 1.8%
  • Other 0.5%