rt-utils icon indicating copy to clipboard operation
rt-utils copied to clipboard

A minimal Python library to facilitate the creation and manipulation of DICOM RTStructs.

Results 69 rt-utils issues
Sort by recently updated
recently updated
newest added

... or at least make it with logging, so it can be filtered out. Thanks for a wonderful library! Mathis

Dear rt-utils devs, Does the dicom format allow adding empty ROIs? This would be extremely useful to be able to: When a template rtstruct is made, our deep learning segmentation...

Hi rt_Utils authors, Thanks for a great tool ! I've experienced some problems, when I am running the add_roi function. I got the following error-message: _Mask must have the same...

Hi, I know there is a function to add a roi to the RT struct (`add_roi`), but is there also something similar for deleting a roi? Thanks!

Sometime we have not-so-standard DICOM files.... Suggestion... ds = dcmread(os.path.join(root, file),force=True) if hasattr(ds, 'ImageOrientationPatient'): series_data.append(ds)

Hi all, I have two CTs and two structure sets (generated in TPS). I am trying to copy some rois from structutSet1 to structurSet2. The patient is the same, and...

Hi my code is simple, like below. It runs fine, but I see the FrameOfRefernceUID in the output file (RS.new.dcm) is difference from the FrameOfRefceUID of the reference CT dicom...

I have updated the function add_refd_frame_of_ref_sequence in ds_helper to support the import of files into the treatment planning system Pinnacle. There was a note in the code that the previous...

Hi guys. I am a medical researcher and working on DICOM files in my current project. I wonder to know is it possible to be able to uniformly extend or...