Skip to content

[5.2] Add QuickModelAlign extension #1940

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 34 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
b933c8f
Update PULL_REQUEST_TEMPLATE.md
lassoan Nov 23, 2022
f9f606c
Add TotalSegmentator extension
lassoan Nov 25, 2022
bebbaa2
Add MUST-segmenter extension (#1895)
kyliekeijzer Dec 20, 2022
c00f7bd
Update the description in ColocZStats.s4ext
ChenXiang96 Dec 24, 2022
dfb9d6e
Update SlicerTissueSegmentation extension
MarinaSandonis Aug 20, 2022
fea13cd
Propose ExtraMarkups extension.
chir-set Nov 18, 2022
99058b5
Update repository name.
chir-set Nov 18, 2022
c7810c1
Propose ExtraMarkups extension as SlicerExtraMarkups.
chir-set Nov 18, 2022
267c997
Update screenshoturls and description fields.
chir-set Nov 25, 2022
a71a9cd
Remove StenosisMeasurement3D module.
chir-set Nov 26, 2022
ac6c461
BUG: Fix double space between urls in SlicerLiver
RafaelPalomar Jan 14, 2023
8432c81
Add MEMOS extension (#1908)
smrolfe Feb 8, 2023
02deded
Fix SlicerMEMOS repo branch name (#1909)
smrolfe Feb 9, 2023
abab8ff
Add PyTorch extension as a dependency
smrolfe Feb 22, 2023
c79027b
Rename SlicerExtraMarkups to ExtraMarkups to match the extension name
lassoan Feb 25, 2023
6ea8e46
Add SlicerNeuro extension
lassoan Mar 8, 2023
a851a82
Added disabling unused github features to pull request checklist
lassoan Mar 14, 2023
37cf597
Update SlicerVMTK.
chir-set Mar 22, 2023
367cc3c
Add SlicerAutoscoperM extension
NicerNewerCar Jan 3, 2023
0396cfb
SlicerNetstim update screenshot path
simonoxen Mar 28, 2023
c80243d
DOC: Update obsolete comments describing the source code manager
jcfr Mar 28, 2023
5e54b30
ENH: Update SlicerPyTorch to use main branch
jamesobutler Apr 14, 2023
96a7d50
ENH: Update TorchIO to use main branch
jamesobutler Apr 18, 2023
1aacbe9
Add SlicerLikertDLrating extension
zapaishchykova Apr 4, 2023
91d0b8c
Update SlicerLikertDLrating.s4ext
zapaishchykova Apr 5, 2023
a140b7d
Rename SlicerLikertDLrating.s4ext to SlicerSegReview.s4ext
zapaishchykova Apr 5, 2023
9999e8c
Update SlicerSegReview.s4ext
zapaishchykova Apr 5, 2023
227db4b
Add new extension AI Assisted BUS Diagnosis for 3D Slicer (#1920)
ZhyBrian May 9, 2023
fe6dd1f
Rename SlicerSegReview to SegmentationReview
zapaishchykova May 9, 2023
890097e
Add files via upload
seanchoi0519 Jun 1, 2023
de1d373
Rename QuickAlignExtension.s4ext to QuickAlign.s4ext
seanchoi0519 Jun 1, 2023
466d0f8
ENH: Add RVXVesselnessFilters extension (#1912)
Thibault-Pelletier Jun 8, 2023
307938b
Merge branch 'Slicer:main' into main
seanchoi0519 Jun 23, 2023
9c04abe
Update and rename QuickAlign.s4ext to QuickModelAlign.s4ext
seanchoi0519 Jun 23, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Thank you for contributing to 3D Slicer!
- [ ] Repository is associated with `3d-slicer-extension` GitHub topic so that it is listed [here](https://github.com/topics/3d-slicer-extension). To edit topics, click the settings icon in the right side of "About" section header and enter `3d-slicer-extension` in "Topics" and click "Save changes". To learn more about topics, read https://help.github.com/en/articles/about-topics
- [ ] Extension description summarizes in 1-2 sentences what the extension is usable (should be understandable for non-experts)
- [ ] Any known related patents must be mentioned in the extension description.
- [ ] If source code license is more restrictive for users than BSD, MIT, Apache, or 3D Slicer license then the name of the used license must be mentioned in the extension description.
- [ ] LICENSE.txt is present in the repository root. MIT (https://choosealicense.com/licenses/mit/) or Apache (https://choosealicense.com/licenses/apache-2.0/) license is recommended. If source code license is more restrictive for users than MIT, BSD, Apache, or 3D Slicer license then the name of the used license must be mentioned in the extension description.
- [ ] Extension URL and revision (scmurl, scmrevision) is correct, consider using a branch name (main, release, ...) instead of a specific git has to avoid re-submitting pull request whenever the extension is updated
- [ ] Extension icon URL is correct (do not use the icon's webpage but the raw data download URL that you get from the download button - it should look something like this: https://raw.githubusercontent.com/user/repo/main/SomeIcon.png)
- [ ] Screenshot URLs (screenshoturls) are correct, contains at least one
Expand All @@ -26,5 +26,7 @@ Thank you for contributing to 3D Slicer!
- [ ] Publication: link to publication and/or to PubMed reference (if available)
- [ ] License: We suggest you use a permissive license that includes patent and contribution clauses. This will help protect developers and ensure the code remains freely available. We suggest you use the [Slicer License](https://github.com/Slicer/Slicer/blob/main/License.txt) or the [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0). Always mention in your README file the license you have chosen. If you choose a different license, explain why to the extension maintainers. Depending on the license we may not be able to host your work. Read [here](https://opensource.guide/legal/#which-open-source-license-is-appropriate-for-my-project) to learn more about licenses.
- [ ] Content of submitted s4ext file is consistent with the top-level CMakeLists.txt file in the repository (description, URLs, dependencies, etc. are the same)

- Hide unused features in the repository to reduce noise/irrelevant information:
- [ ] Click `Settings` and in repository settings uncheck `Wiki`, `Projects`, and `Discussions` (if they are currently not used)
- [ ] Click the settings icon next to `About` in the top-right corner of the repository main page and uncheck `Releases` and `Packages` (if they are currently not used)
<!-- If you have any questions or comments then please describe them here. -->
2 changes: 1 addition & 1 deletion ABLTemporalBoneSegmentation.s4ext
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# - the value can be blank
#

# This is source code manager (i.e. svn)
# This is source code manager
scm git
scmurl https://github.com/Auditory-Biophysics-Lab/Slicer-ABLTemporalBoneSegmentation
scmrevision master
Expand Down
2 changes: 1 addition & 1 deletion ARCHIVE/ABC.s4ext
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# - the value can be blank
#

# This is source code manager (i.e. svn)
# This is source code manager
scm git
scmurl https://github.com/NIRALUser/ABC
scmrevision dcd757f4d6723c5658dd3197a20f7984fb1cf8ea
Expand Down
2 changes: 1 addition & 1 deletion ARCHIVE/AutoTract.s4ext
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# - the value can be blank
#

# This is source code manager (i.e. svn)
# This is source code manager
scm git
scmurl https://github.com/NIRALUser/AutoTract.git
scmrevision release
Expand Down
2 changes: 1 addition & 1 deletion ARCHIVE/CBC_3D_I2MConversion.s4ext
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# - the value can be blank
#

# This is source code manager (i.e. svn)
# This is source code manager
scm git
scmurl https://github.com/jbest002/CBC3D_I2M_Conversion_SlicerExtension.git
scmrevision 1f490c6
Expand Down
2 changes: 1 addition & 1 deletion ARCHIVE/Cardiac_MRI_Toolkit.s4ext
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# - the value can be blank
#

# This is source code manager (i.e. svn)
# This is source code manager
scm git
scmurl https://github.com/carma-center/carma_slicer_extension.git
scmrevision 4e01680
Expand Down
2 changes: 1 addition & 1 deletion ARCHIVE/DTI-Reg.s4ext
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# - the value can be blank
#

# This is source code manager (i.e. svn)
# This is source code manager
scm git
scmurl https://github.com/NIRALUser/DTI-Reg.git
scmrevision release
Expand Down
2 changes: 1 addition & 1 deletion ARCHIVE/DTIAtlasBuilder.s4ext
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# - the value can be blank
#

# This is source code manager (i.e. svn)
# This is source code manager
scm git
scmurl https://github.com/NIRALUser/DTIAtlasBuilder.git
scmrevision release
Expand Down
2 changes: 1 addition & 1 deletion ARCHIVE/DTIAtlasFiberAnalyzer.s4ext
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# - the value can be blank
#

# This is source code manager (i.e. svn)
# This is source code manager
scm git
scmurl https://github.com/NIRALUser/DTIFiberTractStatistics.git
scmrevision release
Expand Down
2 changes: 1 addition & 1 deletion ARCHIVE/DTIPrep.s4ext
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# - the value can be blank
#

# This is source code manager (i.e. svn)
# This is source code manager
scm git
scmurl https://github.com/NIRALUser/DTIPrep.git
scmrevision release
Expand Down
2 changes: 1 addition & 1 deletion ARCHIVE/DTIProcess.s4ext
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# - the value can be blank
#

# This is source code manager (i.e. svn)
# This is source code manager
scm git
scmurl https://github.com/NIRALUser/DTIProcessToolkit.git
scmrevision release
Expand Down
2 changes: 1 addition & 1 deletion ARCHIVE/DeepInfer.s4ext
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# - the value can be blank
#

# This is source code manager (i.e. svn)
# This is source code manager
scm git
scmurl https://github.com/DeepInfer/Slicer-DeepInfer.git
scmrevision master
Expand Down
2 changes: 1 addition & 1 deletion ARCHIVE/DiceComputation.s4ext
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# - the value can be blank
#

# This is source code manager (i.e. svn)
# This is source code manager
scm git
scmurl https://github.com/lchauvin/DiceComputation.git
scmrevision 11e62e2337252aa0214189c17489a89d5ad4d9ef
Expand Down
2 changes: 1 addition & 1 deletion ARCHIVE/Eigen3.s4ext
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This is source code manager (i.e. svn)
# This is source code manager
scm git
scmurl https://github.com/eigenteam/eigen-git-mirror
scmrevision branches/3.3
Expand Down
2 changes: 1 addition & 1 deletion ARCHIVE/FacetedVisualizer.s4ext
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# - the value can be blank
#

# This is source code manager (i.e. svn)
# This is source code manager
scm git
scmurl https://github.com/millerjv/FacetedVisualizer.git
scmrevision 7beba23
Expand Down
2 changes: 1 addition & 1 deletion ARCHIVE/FiberViewerLight.s4ext
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# - the value can be blank
#

# This is source code manager (i.e. svn)
# This is source code manager
scm git
scmurl https://github.com/NIRALUser/FiberViewerLight.git
scmrevision release
Expand Down
2 changes: 1 addition & 1 deletion ARCHIVE/GraphCutSegment.s4ext
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# - the value can be blank
#

# This is source code manager (i.e. svn)
# This is source code manager
scm git
scmurl https://github.com/Slicer/SlicerGraphCutSegment
scmrevision master
Expand Down
2 changes: 1 addition & 1 deletion ARCHIVE/IASEM.s4ext
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# - the value can be blank
#

# This is source code manager (i.e. svn)
# This is source code manager
scm git
scmurl https://github.com/blowekamp/Slicer-IASEM.git
scmrevision 5696e8259d80a85ef823439dbefde33bdcf17298
Expand Down
2 changes: 1 addition & 1 deletion ARCHIVE/LAScarSegmenter.s4ext
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# - the value can be blank
#

# This is source code manager (i.e. svn)
# This is source code manager
scm git
scmurl https://github.com/ljzhu/LAScarSegmenter.git
scmrevision 869f22f
Expand Down
2 changes: 1 addition & 1 deletion ARCHIVE/LASegmenter.s4ext
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# - the value can be blank
#

# This is source code manager (i.e. svn)
# This is source code manager
scm git
scmurl https://github.com/ljzhu/LASegmenter.git
scmrevision 1a0a53f29beefaf5c90384de2f66feaadc588b6c
Expand Down
2 changes: 1 addition & 1 deletion ARCHIVE/LesionSimulator.s4ext
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# - the value can be blank
#

# This is source code manager (i.e. svn)
# This is source code manager
scm git
scmurl https://github.com/CSIM-Toolkits/Slicer-LesionSimulatorExtension.git
scmrevision master
Expand Down
2 changes: 1 addition & 1 deletion ARCHIVE/LesionSpotlight.s4ext
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# - the value can be blank
#

# This is source code manager (i.e. svn)
# This is source code manager
scm git
scmurl https://github.com/CSIM-Toolkits/LesionSpotlightExtension.git
scmrevision master
Expand Down
2 changes: 1 addition & 1 deletion ARCHIVE/LightWeightRobotIGT.s4ext
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# - the value can be blank
#

# This is source code manager (i.e. svn)
# This is source code manager
scm git
scmurl https://github.com/SNRLab/LightWeightRobotIGT.git
scmrevision e639890
Expand Down
2 changes: 1 addition & 1 deletion ARCHIVE/LongitudinalPETCT.s4ext
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# - the value can be blank
#

# This is source code manager (i.e. svn)
# This is source code manager
scm git
scmurl https://github.com/QIICR/LongitudinalPETCT
scmrevision master
Expand Down
2 changes: 1 addition & 1 deletion ARCHIVE/MABMIS.s4ext
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# - the value can be blank
#

# This is source code manager (i.e. svn)
# This is source code manager
scm git
scmurl https://github.com/BrainMeasurement/MultiAtlas
scmrevision 1f54e8d
Expand Down
2 changes: 1 addition & 1 deletion ARCHIVE/MFSDA.s4ext
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# - the value can be blank
#

# This is source code manager (i.e. svn)
# This is source code manager
scm git
scmurl https://github.com/DCBIA-OrthoLab/MFSDA_Python.git
scmrevision master
Expand Down
2 changes: 1 addition & 1 deletion ARCHIVE/MarginCalculator.s4ext
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# - the value can be blank
#

# This is source code manager (i.e. svn)
# This is source code manager
scm git
scmurl https://github.com/jcfr/MarginCalculator.git
scmrevision master
Expand Down
2 changes: 1 addition & 1 deletion ARCHIVE/MultiLevelRegistration.s4ext
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# - the value can be blank
#

# This is source code manager (i.e. svn)
# This is source code manager
scm git
scmurl https://github.com/emily-hammond/SlicerMultiLevelRegistration.git
scmrevision 1a7d022
Expand Down
2 changes: 1 addition & 1 deletion ARCHIVE/OpenCAD.s4ext
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# - the value can be blank
#

# This is source code manager (i.e. svn)
# This is source code manager
scm git
scmurl https://github.com/vnarayan13/Slicer-OpenCAD.git
scmrevision 27ade9ac3715131ea41d8f877f8ab07680fb0fc0
Expand Down
2 changes: 1 addition & 1 deletion ARCHIVE/OpenCVExample.s4ext
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# - the value can be blank
#

# This is source code manager (i.e. svn)
# This is source code manager
scm git
scmurl https://github.com/Slicer/OpenCVExample.git
scmrevision master
Expand Down
2 changes: 1 addition & 1 deletion ARCHIVE/ROBEXBrainExtraction.s4ext
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# - the value can be blank
#

# This is source code manager (i.e. svn)
# This is source code manager
scm git
scmurl https://github.com/CSIM-Toolkits/ROBEXBrainExtraction.git
scmrevision ac25d08
Expand Down
2 changes: 1 addition & 1 deletion ARCHIVE/RSSExtension.s4ext
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# - the value can be blank
#

# This is source code manager (i.e. svn)
# This is source code manager
scm git
scmurl https://github.com/gaoyi/RSSExtension.git
scmrevision 6c9dc8f8519ba93ff9ef7c220366856f7fa66e43
Expand Down
2 changes: 1 addition & 1 deletion ARCHIVE/ResampleDTIlogEuclidean.s4ext
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# - the value can be blank
#

# This is source code manager (i.e. svn)
# This is source code manager
scm git
scmurl https://github.com/NIRALUser/ResampleDTIlogEuclidean.git
scmrevision 1a2208c4db872d23d335e68e3a76364aaceb3417
Expand Down
2 changes: 1 addition & 1 deletion ARCHIVE/SegmentationWizard.s4ext
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# - the value can be blank
#

# This is source code manager (i.e. svn)
# This is source code manager
scm git
scmurl https://github.com/QTIM-Lab/SlicerSegmentationWizard.git
scmrevision master
Expand Down
2 changes: 1 addition & 1 deletion ARCHIVE/ShapeQuantifier.s4ext
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# - the value can be blank
#

# This is source code manager (i.e. svn)
# This is source code manager
scm git
scmurl https://github.com/jbvimort/ShapeQuantifierExtension.git
scmrevision nightly
Expand Down
2 changes: 1 addition & 1 deletion ARCHIVE/SlicerAstro.s4ext
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# - the value can be blank
#

# This is source code manager (i.e. svn)
# This is source code manager
scm git
scmurl https://github.com/Punzo/SlicerAstro.git
scmrevision master
Expand Down
2 changes: 1 addition & 1 deletion ARCHIVE/SlicerIMSTK.s4ext
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# - the value can be blank
#

# This is source code manager (i.e. svn)
# This is source code manager
scm git
scmurl https://gitlab.kitware.com/iMSTK/slicerimstk.git
scmrevision master
Expand Down
2 changes: 1 addition & 1 deletion ARCHIVE/SlicerPathology.s4ext
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# - the value can be blank
#

# This is source code manager (i.e. svn)
# This is source code manager
scm git
scmurl https://github.com/SBU-BMI/SlicerPathology.git
scmrevision v1.2.5
Expand Down
2 changes: 1 addition & 1 deletion ARCHIVE/SlicerPinholeCameras.s4ext
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# - the value can be blank
#

# This is source code manager (i.e. svn)
# This is source code manager
scm git
scmurl https://github.com/VASST/SlicerPinholeCameras.git
scmrevision master
Expand Down
2 changes: 1 addition & 1 deletion ARCHIVE/SlicerVASST.s4ext
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# - the value can be blank
#

# This is source code manager (i.e. svn)
# This is source code manager
scm git
scmurl https://github.com/VASST/SlicerVASST.git
scmrevision master
Expand Down
2 changes: 1 addition & 1 deletion ARCHIVE/SupervisedSegmentationToolbox.s4ext
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# - the value can be blank
#

# This is source code manager (i.e. svn)
# This is source code manager
scm git
scmurl https://github.com/chalupaDaniel/SlicerSupervisedSegmentation.git
scmrevision master
Expand Down
2 changes: 1 addition & 1 deletion ARCHIVE/VirtualFractureReconstruction.s4ext
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# - the value can be blank
#

# This is source code manager (i.e. svn)
# This is source code manager
scm git
scmurl https://github.com/kfritscher/VirtualFractureReconstructionSlicerExtension
scmrevision master
Expand Down
2 changes: 1 addition & 1 deletion ARCHIVE/WindowLevelEffect.s4ext
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# - the value can be blank
#

# This is source code manager (i.e. svn)
# This is source code manager
scm git
scmurl https://github.com/fedorov/WindowLevelEffect.git
scmrevision master
Expand Down
Loading