nii2dcm icon indicating copy to clipboard operation
nii2dcm copied to clipboard

nii2dcm: NIfTI to DICOM creation with Python

Results 11 nii2dcm issues
Sort by recently updated
recently updated
newest added

nii2dcm F:\Datasets\nii\AF_cta\Site2\CT\1052519\untitled_original.nii.gz F:\Code\DeepLearning\GAN\CTA-GAN\data\Site2\CT\1052519/ please help me !

Thanks for your work on nii2dcm! I'm considering integrating this as part of my QSM processing toolbox, QSMxT. However, I'm having problems using it in my miniconda setup: ``` (qsmxt)...

Thanks @tomaroberts for your great package - using the cli if I add a reference image i get: ``` "/dcm_writer.py", line 89, in transfer_ref_dicom_series_tags for current_attribute in dcm.attributes_to_transfer: AttributeError: 'Dicom'...

- [x] create build_and_test_cli.yml - Build tests and upload test data for the following: - [ ] Dicom class - [ ] DicomMRI class - [x] DicomMRISVR class - Need...

Related to #8 – need to improve class inheritance. Currently, the Dicom class is too MR biased. **TODO:** - [x] shift the `add_module()` calls to DicomMRI subclass - [ ]...

Currently, when generating different types of DICOM (MRI, CT, different scanners, etc.) the intensity values/windowing in the output DICOM can be incorrect, e.g.: **Output DICOM contrast from input CT NIfTI...

bug

Need to update nii2dcm with proper logging. - Currently just some placeholder print() statements. - Implement log levels

Realised that some DICOM Attributes are defined in more than one Module, e.g.: - `BitsAllocated` is defined in both Image Pixel Module and MR Image Module Current behaviour means that...

- Create and shift to utils.py - Or... create method within dcm.py Dicom class so that Date/Time can be called once during a DICOM creation run