Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ISMRMRD import/export #64

Open
paquiteau opened this issue Nov 29, 2023 · 0 comments
Open

Add ISMRMRD import/export #64

paquiteau opened this issue Nov 29, 2023 · 0 comments
Labels
feature request New feature or request help wanted Extra attention is needed

Comments

@paquiteau
Copy link
Member

paquiteau commented Nov 29, 2023

ISMRMRD is the standard for sharing k-space data acquired using an MRI machine 1.
There exists Python bindings 2 , as well as a toolbox for handling the data 3, the examples in it are quite instructive on how we could read (and write !) ISMRMRD files.

Ideally, MRI-NUFFT should be able to read the kspace-data and trajectories in ISMRMRD files, and process them to make them compatible with our standards. Ideally, it should also be able to write ISMRMRD, for interoperability with other toolboxes.

There is also vendor conversion tools, for instance for Siemens4

Footnotes

  1. https://ismrmrd.readthedocs.io/en/latest/index.html

  2. https://github.com/ismrmrd/ismrmrd-python

  3. https://github.com/ismrmrd/ismrmrd-python-tools

  4. https://github.com/ismrmrd/siemens_to_ismrmrd

@paquiteau paquiteau added feature request New feature or request help wanted Extra attention is needed labels Nov 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant