tomaroberts / nii2dcm

nii2dcm: NIfTI to DICOM creation with Python
Other
56 stars 14 forks source link

Add checks to ensure robustness DICOM Attributes defined in multiple Modules #15

Open tomaroberts opened 1 year ago

tomaroberts commented 1 year ago

Realised that some DICOM Attributes are defined in more than one Module, e.g.:

Current behaviour means that which ever Module is called second overrides. Not ideal.

TODO: