forge

Fast, Optimized Reconstruction via Gridding Engine

NUFFT Gridding

Kaiser-Bessel gridding with look-up table acceleration. CPU and GPU backends.

Metal & CUDA GPU

Full GPU pipeline on Apple Silicon via Metal. NVIDIA acceleration via OpenACC/CUDA.

SENSE / pcSENSE

Multi-coil sensitivity encoding with per-shot phase correction and time segmentation.

forgeview TUI

Live reconstruction monitor with progress bars, convergence sparklines, and image preview.

Quick Start

cmake -B build -DMETAL_COMPUTE=ON
cmake --build build -j$(sysctl -n hw.logicalcpu)

forgeSense -i data.h5 -o output/ -F NUFFT -n 20 2>&1 | forgeview