When I am trying to train a Deep Learning model using DICOM files in Python, I first extract the pixel array of the DICOM files using Pydicom and then input the array as NumPy arrays to the network. If I want to be able to measure quantitative metrics like SUV of the model outputs (PET images) which are NumPy arrays, how should I proceed? If the answer is to save as DICOM files, how should that be done to be able to compare output and input DICOM files?