-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathconfigmac.json
43 lines (43 loc) · 1.15 KB
/
configmac.json
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
37
38
39
40
41
42
43
{
"TargetAppName": "SlicerAstro",
"WelcomeMessage": "This project was supported by the European Research Council under the European Union's Seventh Framework Programme (FP/2007-2013)/ERC Grant Agreement nr. 291-531.",
"Version": "-1.0.0-macosx-amd64",
"RequiredExtensions": ["SlicerAstro"],
"ModulesToKeep": [
"vtkSlicerAstroVolumeModuleLogicPython",
"Annotations",
"Cameras",
"Colors",
"Data",
"DataProbe",
"DataStore",
"DoubleArrays",
"Markups",
"Models",
"Plots",
"Reformat",
"SceneViews",
"ScreenShots",
"ScreenCapture",
"SegmentEditor",
"Segmentations",
"SubjectHierarchy",
"Tables",
"Terminologies",
"Transforms",
"Units",
"VolumeRendering",
"VolumesModule",
"ViewControllers"
],
"ModulesToSkip": [
"Test.py",
"CreateDICOMSeries",
"DICOM2FullBrainTractography",
"DICOMLib",
"DICOMPlugin",
"DICOMSlicerDataBundlePlugin.py",
"DICOMSlicerDataBundlePlugin",
"SampleData"
]
}