ismrmrd_c_demo
command-line tools for ISMRMRD
Install
- All systems
-
curl cmd.cat/ismrmrd_c_demo.sh
- Debian
-
apt-get install ismrmrd-tools
- Ubuntu
-
apt-get install ismrmrd-tools
- Kali Linux
-
apt-get install ismrmrd-tools
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install ismrmrd-tools
- Raspbian
-
apt-get install ismrmrd-tools
- Dockerfile
- dockerfile.run/ismrmrd_c_demo
ismrmrd-tools
command-line tools for ISMRMRD
The ISMRMRD format combines a mix of flexible data structures (XML header) and fixed structures (equivalent to C-structs) to represent MRI data. In addition, the ISMRMRD format also specifies an image header for storing reconstructed images and the accompanying C++ library provides a convenient way of writing such images into HDF5 files along with generic arrays for storing less well defined data structures, e.g. coil sensitivity maps or other calibration data. This package provides the command-line tools.