https://github.com/JeffFessler/MIRTio.jl
File I/O routines for MIRT (Michigan Image Reconstruction Toolbox) in Julia
This code is isolated from the main MIRT.jl toolbox, because complete tests of these functions require large files that are not part of the repo.
The primary functions exported are for reading GE MRI kspace data:
loadpfile
read_rdb_hdr
Utility functions for reading and writing fixed-length structured headers,
which are common in legacy medical imaging formats,
are in src/ge-mri/header.jl
,
such as header_read
and header_write
.
Also included are utilities for reading the HDF5 formatted raw MRI kspace data in the fastMRI image reconstruction challenge.
This software was developed at the University of Michigan by Jeff Fessler and his group.
Currently tested with Julia 1.8, but may work with earlier versions too.