Using NDPPP

The LOFAR NDPPP tool can be used to bin together timeslots and channels of an MS.

Prerequisites

* cmake 2.6.2 or higher. 2.6-patch0 does NOT work! 2.8 should be OK too.

* flex, bison, gfortran and all sorts of other stuff -- cmake will tell you (see below.)

* only one spectral window is processed (I think...), so split your MSs by spectral window.

Checking out NDPPP

Building NDPPP

First, you must check out the LOFAR CMake environment.

Now make your self a build directory, and run cmake in it:

This will most likely give you errors because of missing packages, so install what it asks for (everything should be available in e.g. the Ubuntu distro) and rerun cmake.

NB: if things get really confused, rm -fr * in the build directory to clear out all caches.

Now make the beast:

The binary you now need is now under:

You may link or copy it to a more convenient location.

Running NDPPP

You need a .parset file, here's an example: ndppp-timebin.parset.

Tile size is the storage manager tile size, 128 is a reasonable number (ask Ger van Diepen for details). Timestepm and freqstep tells it how many timeslots/channels to bin together.

Now just run

OlegSmirnov/BuildingNdppp (last edited 2010-07-07 12:41:45 by OlegSmirnov)