You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now it uses NIFTI, but DICOM is a more common standard. So just having another layer that reads DICOMs and converts to NIFTI for reading. Or just reading the DICOMs directly using some python package. Saving DICOM images is also difficult so that could be another issue.
Describe alternatives
No response
Additional context
No response
Are you working on this?
None
The text was updated successfully, but these errors were encountered:
That's actually harder than I thought. Some googling isn't finding IVIM dicom data. There's definitely DICOMs available, but I'm not finding actual dicom source data of IVIM. Perhaps @oliverchampion knows where some is?
I did find dicom data in general. If you can read this, you can probably read 95% of the IVIM dicom data. https://zenodo.org/records/16956
Feature description
Read medical images as DICOM and not just NIFTI.
Describe the solution
Right now it uses NIFTI, but DICOM is a more common standard. So just having another layer that reads DICOMs and converts to NIFTI for reading. Or just reading the DICOMs directly using some python package. Saving DICOM images is also difficult so that could be another issue.
Describe alternatives
No response
Additional context
No response
Are you working on this?
None
The text was updated successfully, but these errors were encountered: