-
Notifications
You must be signed in to change notification settings - Fork 257
Add SlicerSPECTRecon extension #2169
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
base: 5.8
Are you sure you want to change the base?
Conversation
Update MHubRunner.json Update repository URL to point to the new version of MHubRunner extension.
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.3.0 to 5.4.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@0b93645...4237552) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: James Butler <[email protected]>
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.4.0 to 5.5.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@4237552...8d9ed9a) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
This is a follow-up to Slicer@74a83cb when the SlicerWMA.json was removed from the extensions index. This commit re-adds the SlicerWMA.json to store in the ARCHIVE directory.
SlicerWMA was removed from the extensions index in Slicer@74a83cb.
* Update MorphoDepot.json - point to permanent home The repo was transferred so github does the redirected correctly, but this is the new official repo. * Update MorphoDepot.json - add .git Maybe fix lint validation issue
The ANTsPy library wraps image processing framework ANTs in Python. It provides modules tailored for integration with SlicerMorph extension and workflow. It includes reading and writing of medical images, algorithms for registration, segmentation, statistical learning. SlicerANTsPy extension makes ANTsPy available inside 3D Slicer, and provides graphical user interface to some of its common functionalities such as interactive registration, batch (group wise) registration, template creation and tensor-based morphometry via Jacobian analysis (WIP). It provides some convenience features such as optionally initializing all registrations via landmarks.
Extension name (in CMake Project name) must match .json file.
Update according to capitalization change in coendevente/SlicerNNInteractive@b297321
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.5.0 to 5.6.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@8d9ed9a...a26af69) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 5.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
merge with main
@@ -0,0 +1,9 @@ | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The SpectRecon.json is already available in the main
branch used for latest Slicer Preview (currently 5.9.0-YYYY-MM-DD)
https://github.com/Slicer/ExtensionsIndex/blob/main/SPECTRecon.json
If you would like for this to be available for latest Slicer stable, you will need to issue a PR adding SPECTRecon.json to the 5.8
branch.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jamesobutler thanks for notifying, I just changed the base branch
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lukepolson You will this branch to be based off of 5.8
because you’re not wanting to actually integrate all 26 commits here.
New extension
Tier 1
Any extension that is listed in the Extensions Catalog must fulfill these requirements.
3d-slicer-extension
GitHub 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-extension
in "Topics" and click "Save changes". To learn more about topics, read https://help.github.com/en/articles/about-topicsSettings
and in repository settings uncheckWiki
,Projects
, andDiscussions
(if they are currently not used).About
in the top-right corner of the repository main page and uncheckReleases
andPackages
(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.