SlicerRt / SlicerRT

Open-source toolkit for radiation therapy research, an extension of 3D Slicer. Features include DICOM-RT import/export, dose volume histogram, dose accumulation, external beam planning (TPS), structure comparison and morphology, isodose line/surface generation, etc.
https://slicerrt.org
127 stars 60 forks source link

Double array node removed from MLC data storage #143

Closed MichaelColonel closed 4 years ago

MichaelColonel commented 4 years ago

All the MLC data use single table node, plus some minor changes in beam node.

Obsolete methods have been removed from DicomRtReader.

Some changes in DicomRtImportExportModuleLogic for faster loading of RtPlan with dozens of beams (control points).

Sunderlandkyl commented 4 years ago

Thanks! I'm going to compile this locally and then run the tests before integrating.

lassoan commented 4 years ago

Awesome, thanks a lot guys!