Skip to content

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

Open
wants to merge 26 commits into
base: 5.8
Choose a base branch
from
Open

Add SlicerSPECTRecon extension #2169

wants to merge 26 commits into from

Conversation

lukepolson
Copy link

@lukepolson lukepolson commented May 5, 2025

New extension

Tier 1

Any extension that is listed in the Extensions Catalog must fulfill these requirements.

  • [ x] Repository name is Slicer+ExtensionName (except if the repository that hosts the extension can be also used without Slicer)
  • [ x] Repository is associated with 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 enter 3d-slicer-extension in "Topics" and click "Save changes". To learn more about topics, read https://help.github.com/en/articles/about-topics
  • [ x] Extension description summarizes in 1-2 sentences what the extension is usable (should be understandable for non-experts)
  • [ x] Any known related patents must be mentioned in the extension description.
  • [x ] LICENSE.txt is present in the repository root and the name of the license is mentioned in extension homepage. 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. MIT (https://choosealicense.com/licenses/mit/) or Apache (https://choosealicense.com/licenses/apache-2.0/) license is recommended. Read here to learn more about licenses. If source code license is more restrictive for users than MIT, BSD, Apache, or 3D Slicer license then describe the reason for the license choice and include the name of the used license in the extension description.
  • [ x] Extension URL and revision (scmurl, scmrevision) is correct, consider using a branch name (main, release, ...) instead of a specific git hash to avoid re-submitting pull request whenever the extension is updated
  • [x ] 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)
  • [x ] Screenshot URLs (screenshoturls) are correct, contains at least one
  • [ x] Content of submitted json file is consistent with the top-level CMakeLists.txt file in the repository (dependencies, etc. are the same)
  • Homepage URL points to valid webpage containing the following:
    • [ x] Extension name
    • [x ] Short description: 1-2 sentences, which summarizes what the extension is usable for
    • [x ] At least one nice, informative image, that illustrates what the extension can do. It may be a screenshot.
    • [ x] Description of contained modules: at one sentence for each module
    • [ x] Publication: link to publication and/or to PubMed reference (if available)
  • Hide unused github features (such as Wiki, Projects, and Discussions, Releases, Packages) in the repository to reduce noise/irrelevant information:
    • [ x] Click Settings and in repository settings uncheck Wiki, Projects, and Discussions (if they are currently not used).
    • [ x] 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)
  • The extension is safe:
    • [ x] Does not include or download binaries from unreliable sources
    • [ x] Does not send any information anywhere without user consent (explicit opt-in is required)

Tier 3

Community-supported extensions.

  • [x ] Extension has a reasonable name (not too general, not too narrow, suggests what the extension is for)
  • [ x] Documentation, tutorial, and test data are provided for most modules. A tutorial provides step-by-step description of at least the most typical use case, include a few screenshots. Any sample data sets that is used in tutorials must be registered with the Sample Data module to provide easy access to the user.
  • [x ] Follows programming and user interface conventions of 3D Slicer (e.g., GUI and logic are separated, usage of popups is minimized, no unnecessary custom GUI styling, etc.)
  • [x ] The extension can be successfully built and packaged on all supported platforms (Windows, macOS, Linux)
  • [ x] Maintainers respond to issues and pull request submitted to the extension's repository.
  • [ x] Maintainers respond to questions directly addressed to him/her via @mention on the Slicer Forum.
  • [x ] Permissive license is used for the main functions of the extension (recommended Apache or MIT). The extension can provide additional functionality in optional components that are distributed with non-permissive license, but the user has to explicitly approve those before using them (e.g., a pop-up can be displayed that explains the licensing terms and the user has to acknowledge them to proceed).
  • All requirements of tiers < 3.

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.

  • [] Slicer core developers accept the responsibility of fixing any issues caused by Slicer core changes; at least one Slicer core developer (anyone who has commit right to Slicer core) must be granted commit right to the extension's repository.
  • [] Automated tests for all critical features.
  • [] Maintainers respond to questions related to the extension on the Slicer Forum.
  • All requirements of tiers < 5.

ObedDzik and others added 26 commits August 24, 2024 23:49
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]>
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.
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]>
@@ -0,0 +1,9 @@
{
Copy link
Contributor

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.

Copy link
Author

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

Copy link
Contributor

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.

@lukepolson lukepolson changed the base branch from main to 5.8 May 8, 2025 20:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

10 participants