-
Notifications
You must be signed in to change notification settings - Fork 11
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
Convert Siemens to DICOM - stand-alone module #18
Comments
ITK is a place to check |
Hi - thanks for getting back to me! I want to try installing this older minc package but before I go further - |
The only MagnetomVision module I can find is https://github.com/BIC-MNI/minc-tools/blob/e3825986359ecd75d82aa88ff2015d36e234e55d/conversion/mri_to_minc/siemens_magnetom_vision_to_minc.pl#L4 |
That is correct, whatever converters we have, they all go to MINC. |
There is a module there that converts older SIEMENS files to DICOM - I wanted to see if that was available as a stand-alone module.
I am working with some older SIEMENS files in .ima format and wanted to put them into DICOM - this is so that I can then pass them into another tools like dcm2niix and get them into BIDS format with the correct associated .json files.
I think I would need the siemens_header_defs.h siemens_header_table.h siemens_to_dicom.c files - I am trying to compile myself but wanted to see what you had.
The text was updated successfully, but these errors were encountered: