Skip to content
Snippets Groups Projects
Select Git revision
  • 1.0.0
  • master default protected
  • rapthor_testing_refactor
  • ci-tests
  • 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
  • 0.8.1
  • 0.8
  • 0.7
  • 0.6
  • 0.5
  • 0.4
  • 0.3
  • 0.2
  • 0.1
32 results

idg

  • Open with
  • Download source code
  • Your workspaces

      A workspace is a virtual sandbox environment for your code in GitLab.

      No agents available to create workspaces. Please consult Workspaces documentation for troubleshooting.

  • Tammo Jan Dijkema's avatar
    Tammo Jan Dijkema authored
    Prepare for re-release v1.0.0
    
    See merge request !199
    3322756f
    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