Skip to content

Commit e31b2a9

Browse files
ENH: Add RadReirradiation extension (#2330)
* Add RadComp extension Hello Slicer Team! I am submitting **RadComp**, a new Python scripted module designed for Radiotherapy clinical Re-irradiation analysis. **Key Features:** * Image registration and alignment of previous and current radiotherapy plans. * Automatic EQD2 biological dose calculation. * Native and interactive DVH metrics integrated directly into the Slicer GUI. * Memory-optimized workflow for recalculations with different alpha/beta ratios. * Easy structure visibility toggling for cleaner dosimetric analysis. Repository: https://github.com/LuisParedesOcampo/SlicerRadComp Web: https://radcomp.streamlit.app Thank you for reviewing! * Remove status field from RadComp.s4ext Removed the status field from the RadComp.s4ext file. * Delete RadComp.s4ext * Migrate metadata to JSON format Replaced the deprecated .s4ext file with the new RadComp.json format to pass repository structure validation. Also updated SlicerRT to be a user workflow dependency rather than a build dependency. * Remove SlicerRT dependency from RadComp.json * Rename RadComp.json to SlicerRadComp.json * Rename SlicerRadComp.json to RadComp.json * Change tier value from 3 to 1 in RadComp.json * Update RadComp.json * Update scm_url in RadComp.json * Add RadReirradiation.json file * Update RadReirradiation.json * Update RadReirradiation.json
1 parent 47fed1c commit e31b2a9

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

RadReirradiation.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-entry-schema-v1.0.1.json#",
3+
"build_subdirectory": ".",
4+
"category": "Radiotherapy",
5+
"scm_revision": "main",
6+
"scm_url": "https://github.com/LuisParedesOcampo/SlicerRadReirradiation",
7+
"tier": 1
8+
}

0 commit comments

Comments
 (0)