OpenKSpace
Cartesian MRI k-space reconstruction in Rust.
A pure-Rust library and CLI for reading ISMRMRD .h5 raw acquisitions and
reconstructing Cartesian images. Three crates: openkspace-io for ISMRMRD I/O,
openkspace-recon for
reconstruction primitives, and openkspace-cli for batch
processing.
cargo install openkspace-cli
crates.io
openkspace-io, openkspace-recon, openkspace-cli.
Source
Apache-2.0 on GitHub.
What is ISMRMRD?
ISMRMRD is the open MRI raw-data format from the ISMRM. OpenKSpace
reads ISMRMRD .h5 bundles,
organizes the acquisitions into a Cartesian k-space grid, and applies
FFT-based reconstruction with optional coil combination. The
reconstruction crate is designed to be reusable for non-CLI workflows.