tomaroberts / nii2dcm

nii2dcm: NIfTI to DICOM creation with Python
Other
53 stars 13 forks source link

Tweaks code to ensure nii2dcm works with SVR nifti outputs derived from Siemens 1.5T Sola scanners #3

Closed tomaroberts closed 1 year ago

tomaroberts commented 1 year ago

This PR tweaks the classes so that 3D SVR DICOMs can be created from data originating from a Siemens scanner.

Main tweak: adjusted logic so all negative background values in an SVR-output.nii.gz file are set = 0. This ensured final DICOM display was correct.