Nifti Images with STIR #1487
Replies: 3 comments 3 replies
-
|
|
Beta Was this translation helpful? Give feedback.
1 reply
-
|
actually, as I have just checked, |
Beta Was this translation helpful? Give feedback.
1 reply
-
Make sure you are using the latest versions of SIRF and STIR (I have SIRF 3.8.0 and STIR rel_6.2.0). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I'm trying to reconstruct PET images in nifti format using the SIRF VM. SIRF is the Synergistic Image Reconstruction Framework that uses the STIR module in image reconstruction. As I understand it, only images with the interfile .hv and .hs formats are usable with this module, and no Nifti or Dicom files are readable. Am I correct? I also changed the nifti format to h33, i33, and v formats using the XMedcon application in an attempt to load converted interfile formats to my code.
However, the code I use
renders this error:
and that
I get the same error message when using h33/i33 as well.
If you could help me load up nifti or dicom files with this module, I would much appreciate it. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions