tomaroberts / nii2dcm

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

Adds --ref_dicom option to nii2dcm #16

Closed tomaroberts closed 1 year ago

tomaroberts commented 1 year ago

Resolves #14

Allows user to specify reference DICOM from which DICOM attributes are transferred to nii2dcm DICOM

Usage example: nii2dcm input/SVR-output.nii.gz output --ref_dicom ref_dicom_example/ref_dicom.dcm --dicom_type SVR

Some notes:

TODO:

tomaroberts commented 1 year ago

11/08 – tested on Siemens scanner using --ref_dicom option with Siemens 3D dataset – nii2dcm derived dataset appeared on scanner in correct Study! 🥳 🥳 🥳

15/08 – created modules folder containing Module subclasses. Better for creating Composite IODs