forked from Slicer/ExtensionsIndex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
BoneThicknessMapping.s4ext
36 lines (26 loc) · 1.3 KB
/
BoneThicknessMapping.s4ext
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# This is source code manager
scm git
scmurl https://github.com/Auditory-Biophysics-Lab/SlicerBoneThicknessMappingExtension
scmrevision master
# list dependencies
# - These should be names of other modules that have .s4ext files
# - The dependencies will be built first
depends NA
# Inner build directory (default is ".")
build_subdirectory .
# homepage
homepage https://github.com/Auditory-Biophysics-Lab/SlicerBoneThicknessMappingExtension
# Firstname1 Lastname1 ([SubOrg1, ]Org1), Firstname2 Lastname2 ([SubOrg2, ]Org2)
contributors Evan Simpson (Western University)
# Match category in the xml description of the module (where it shows up in Modules menu)
category Shape Analysis
# url to icon (png, size 128x128 pixels)
iconurl https://raw.githubusercontent.com/Auditory-Biophysics-Lab/SlicerBoneThicknessMappingExtension/master/BoneThicknessMapping.png
# Give people an idea what to expect from this code
status beta
# One line stating what the module does
description This module calculates and visualizes bone thickness of a volume using VTK ray-casting
# Space separated list of urls
screenshoturls https://raw.githubusercontent.com/Auditory-Biophysics-Lab/SlicerBoneThicknessMappingExtension/master/Images/general_screenshot.png
# 0 or 1: Define if the extension should be enabled after its installation.
enabled 1