Skip to content

kernsuite-debian/idg

Repository files navigation

Image Domain Gridding (IDG)

The documentation of IDG can be found here.

This repository contains the three subprojects of Image Domain Gridding:

Installation

git clone https://git.astron.nl/RD/idg.git
cd idg && mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr/local/idg/ ..
ccmake . # For interactively setting parameters, like BUILD_LIB_CUDA
make
make install