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
mirp supports various modalities. Though positron emission tomography (PET) is currently supported, single photon emission computed tomography (SPECT) is not. DICOM removed support for SPECT directly, and these images are now part of a more generic nuclear medicine (NM) files.
The following is required:
Find a (public) dataset that contains NM files (corresponding to SPECT).
Write unit tests to start implementation (in test/dicom_nm_test.py)
Implement a new mirp.importData.imageDICOMFileRTDOSE.ImageDicomFileNM class that inherits from mirp.importData.imageDicomFile.ImageDicomFile.
Implement new mirp.images.nmImage.py contents.
Add additional unit test for testing import, reading and processing of NM files.
test/extract_image_parameters_test.py
test/import_image_and_mask_test.py
test/import_image_test.py
test/read_image_and_mask_test.py
Update long-form documentation to mention the support for NM images.
The text was updated successfully, but these errors were encountered:
This issue will be worked on in the long-term -- in the current DICOM standard (v3.4) there is no consistent reference for 3D reconstructed SPECT imaging.
mirp
supports various modalities. Though positron emission tomography (PET) is currently supported, single photon emission computed tomography (SPECT) is not. DICOM removed support for SPECT directly, and these images are now part of a more generic nuclear medicine (NM) files.The following is required:
test/dicom_nm_test.py
)mirp.importData.imageDICOMFileRTDOSE.ImageDicomFileNM
class that inherits frommirp.importData.imageDicomFile.ImageDicomFile
.mirp.images.nmImage.py
contents.test/extract_image_parameters_test.py
test/import_image_and_mask_test.py
test/import_image_test.py
test/read_image_and_mask_test.py
The text was updated successfully, but these errors were encountered: