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

DP3: streaming processing pipeline for radio interferometric data

Notifications You must be signed in to change notification settings

drhpc/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/lofarwiki/doku.php?id=public:user_software:documentation:ndppp

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

Build Status ASCL

About

DP3: streaming processing pipeline for radio interferometric data

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 94.1%
  • CMake 3.3%
  • Shell 2.0%
  • Python 0.6%