Tom Roberts
Tom Roberts
Hi there, I am creating 4D flow MRI DICOMs, effectively from scratch, using our in-house 4D flow nifti files as a starting point. I'm using nibabel to read in my...
Hi – I'm not super familiar with highdicom; this seems like a fairly straightforward problem but I've not managed to find solution to my issue in the docs or existing...
Hi there, For my project, I've got multiple patients and I've generated an individual RTStructBuilder object per patient. Within the RTStructBuilder objects I have multiple ROIs (>50). I am trying...
Hi there, Really nice package – great work. I've been using rt-utils recently to create some RT Struct DICOM files which we would like to open in the Eclipse software...
- [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...
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