Open
Conversation
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!
Removed the status field from the RadComp.s4ext file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
New extension
Tier 1
Any extension that is listed in the Extensions Catalog must fulfill these requirements.
Slicer(unless it explicitly provides a bridge between Slicer and a tool or library), because it would make it more difficult to find extensions if the name of many started with the same word.3d-slicer-extensionGitHub topic so that it is listed here. To edit topics, click the settings icon in the right side of "About" section header and enter3d-slicer-extensionin "Topics" and click "Save changes". To learn more about topics, read https://help.github.com/en/articles/about-topicsSettingsand in repository settings uncheckWiki,Projects, andDiscussions(if they are currently not used).Aboutin the top-right corner of the repository main page and uncheckReleasesandPackages(if they are currently not used)Tier 3
Community-supported extensions.
Tier 5
Critically important extensions, supported by Slicer core developers. New Slicer Stable Release is released only if all Tier 5 extension packages are successfully created on all supported platforms.
Hello Slicer Team,
I am adding RadComp, a extension designed for Radiotherapy Re-irradiation analysis usign BED/EQD2 voxel calculations. It relies on
SlicerRT. I have added the CMakeLists.txt to my repository for the factory build.Please let me know if there is anything else I need to adjust. Thank you!