From c5bb9aacde04fe2fc3788376666b4f3960703070 Mon Sep 17 00:00:00 2001 From: "Mohammad.R.Salmanpour" <49725290+MohammadRSalmanpour@users.noreply.github.com> Date: Sat, 22 Nov 2025 15:50:11 -0500 Subject: [PATCH] Add SlicerPySERA extension This is an extension of PySERA Library for 3D Slicer --- PySERA.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 PySERA.json diff --git a/PySERA.json b/PySERA.json new file mode 100644 index 00000000..30a9ea9f --- /dev/null +++ b/PySERA.json @@ -0,0 +1,10 @@ +{ + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-entry-schema-v1.0.1.json#", + "category": "Analysis", + "scm_url": "https://github.com/radiuma-com/SlicerPySERA", + "scm_type": "git", + "scm_revision": "main", + "build_dependencies": [], + "build_subdirectory": ".", + "tier": 1 +}