Closed carlosqueiroz closed 4 years ago
In order to generate a valid PET image, all of the mandatory PET modules must be included: http://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_A.21.3.html
For example, the PET metadata must include CountsSource (EMISSION vs TRANSMISSION), NumberOfSlices, and plenty of other items. Any PET image that doesn't have these attributes is not valid. Also, the rules for RescaleIntercept and RescaleSlope are different for PET than CT (for PET, the RescaleIntercept must always be zero).
A PET generator cannot be used for image with modality "NM", because NM has its own modules that are very different from the "PT" modules: http://dicom.nema.org/dicom/2013/output/chtml/part03/sect_A.5.html
I am trying to edit the files
below the source codes:
Is my reasoning correct?