Skip to content
Snippets Groups Projects
Select Git revision
  • rapthor_testing_refactor
  • ci-tests
  • master default protected
  • ci-use-spack-python-modules-instead-of-pip
  • rapthor_testing
  • make-compute-of-hessian-optional
  • memory-management
  • fix-idgc-cal-antenna-constraint
  • ast-1628-idg-cal-fix-memory-issues-rapthor-testing
  • ast-1628-idg-cal-fix-memory-issues
  • dirac-solver-2
  • document-beam-correction
  • profiling
  • fix-use-custom-fft
  • ast-493-wide-band-idg-cal
  • llu/hip-rocm
  • llu/hip-cuda
  • llu/hip-base
  • bugfix-proxy-gridding
  • arrayperf
  • 1.2.0
  • 1.1.0
  • 1.0.0
  • 0.8.1
  • 0.8
  • 0.7
  • 0.6
  • 0.5
  • 0.4
  • 0.3
  • 0.2
  • 0.1
32 results

idg

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Bram Veenboer authored
    The W-Tiling condition was missing, such that the UnifiedOptimized proxy
    did not work, as it only supports W-Tiling, not W-Stacking.
    75611b69
    History

    Image Domain Gridding (IDG)

    The documentation of IDG can be found here.

    This repository will contain the three subprojects of Image Domain Gridding:

    Each repository can also be installed separately if desired.

    Installation

    git clone https://gitlab.com/astron-idg/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