volview 4.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (315) hide show
  1. package/.browserslistrc +4 -0
  2. package/.editorconfig +6 -0
  3. package/.env +6 -0
  4. package/.eslintrc.js +109 -0
  5. package/.gitattributes +1 -0
  6. package/.github/workflows/checks.yml +16 -0
  7. package/.github/workflows/publish.yml +52 -0
  8. package/.prettierignore +5 -0
  9. package/CONTRIBUTING.md +29 -0
  10. package/LICENSE +202 -0
  11. package/README.md +44 -0
  12. package/babel.config.js +3 -0
  13. package/documentation/config.js +15 -0
  14. package/documentation/content/KWVolViewLogo.png +0 -0
  15. package/documentation/content/KWVolViewLogo.svg +35 -0
  16. package/documentation/content/VolViewLogo.png +0 -0
  17. package/documentation/content/VolViewLogo.svg +22 -0
  18. package/documentation/content/doc/index.md +64 -0
  19. package/documentation/content/doc/loading_data.md +30 -0
  20. package/documentation/content/doc/mouse_controls.md +34 -0
  21. package/documentation/content/doc/quick_start_guide.md +75 -0
  22. package/documentation/content/doc/rendering.md +27 -0
  23. package/documentation/content/doc/state_files.md +18 -0
  24. package/documentation/content/doc/toolbar.md +20 -0
  25. package/documentation/content/doc/welcome_screen.md +23 -0
  26. package/documentation/content/gallery/01-volview-welcome-notes.jpg +0 -0
  27. package/documentation/content/gallery/01-volview-welcome.jpg +0 -0
  28. package/documentation/content/gallery/02-volview-about.jpg +0 -0
  29. package/documentation/content/gallery/02-volview-notifications.jpg +0 -0
  30. package/documentation/content/gallery/02-volview-settings.jpg +0 -0
  31. package/documentation/content/gallery/03-volview-sample-datasets.jpg +0 -0
  32. package/documentation/content/gallery/04-volview-active-data.jpg +0 -0
  33. package/documentation/content/gallery/05-volview-select-data-to-delete.jpg +0 -0
  34. package/documentation/content/gallery/06-volview-corner-annotation.jpg +0 -0
  35. package/documentation/content/gallery/07-volview-layout-notes.jpg +0 -0
  36. package/documentation/content/gallery/07-volview-layout.jpg +0 -0
  37. package/documentation/content/gallery/09-volview-layout-3DPrimary.jpg +0 -0
  38. package/documentation/content/gallery/10-volview-wl-pan-zoom-notes.jpg +0 -0
  39. package/documentation/content/gallery/10-volview-wl-pan-zoom.jpg +0 -0
  40. package/documentation/content/gallery/11-volview-paint-notes.jpg +0 -0
  41. package/documentation/content/gallery/11-volview-paint.jpg +0 -0
  42. package/documentation/content/gallery/12-volview-paint-options.jpg +0 -0
  43. package/documentation/content/gallery/13-volview-crop-notes.jpg +0 -0
  44. package/documentation/content/gallery/13-volview-crop.jpg +0 -0
  45. package/documentation/content/gallery/14-volview-ruler.jpg +0 -0
  46. package/documentation/content/gallery/15-volview-crosshairs.jpg +0 -0
  47. package/documentation/content/gallery/16-volview-rendering.jpg +0 -0
  48. package/documentation/content/gallery/17-volview-colormap-notes.jpg +0 -0
  49. package/documentation/content/gallery/17-volview-colormap.jpg +0 -0
  50. package/documentation/content/gallery/17-volview-opacity-notes.jpg +0 -0
  51. package/documentation/content/gallery/17-volview-opacity.jpg +0 -0
  52. package/documentation/content/gallery/17-volview-opacity2.jpg +0 -0
  53. package/documentation/content/gallery/18-volview-presets.jpg +0 -0
  54. package/documentation/content/gallery/19-volview-color.jpg +0 -0
  55. package/documentation/content/gallery/19-volview-color2.jpg +0 -0
  56. package/documentation/content/gallery/20-volview-lightfollowcamera0.jpg +0 -0
  57. package/documentation/content/gallery/20-volview-lightfollowcamera1.jpg +0 -0
  58. package/documentation/content/gallery/20-volview-lightfollowcamera2.jpg +0 -0
  59. package/documentation/content/gallery/20-volview-lightfollowcamera3.jpg +0 -0
  60. package/documentation/content/gallery/21-volview-hybrid-final.jpg +0 -0
  61. package/documentation/content/gallery/21-volview-hybrid0.0.jpg +0 -0
  62. package/documentation/content/gallery/21-volview-hybrid0.5.jpg +0 -0
  63. package/documentation/content/gallery/21-volview-hybrid1.0.jpg +0 -0
  64. package/documentation/content/gallery/LocalAmbientOcclusion.jpg +0 -0
  65. package/documentation/content/gallery/Notes.pptx +0 -0
  66. package/documentation/content/gallery/VolView-Overview.jpg +0 -0
  67. package/documentation/content/gallery/index.md +53 -0
  68. package/documentation/content/icon/favicon-16x16.png +0 -0
  69. package/documentation/content/icon/favicon-196x196.png +0 -0
  70. package/documentation/content/icon/favicon-32x32.png +0 -0
  71. package/documentation/content/icon/favicon-96x96.png +0 -0
  72. package/documentation/content/index.pug +43 -0
  73. package/documentation/content/logo.png +0 -0
  74. package/documentation/content/logo.svg +20 -0
  75. package/documentation/data/menu.yml +3 -0
  76. package/documentation/themes/navy/layout/partial/footer.swig +22 -0
  77. package/documentation/tpl/__en__ +31 -0
  78. package/documentation/tpl/__sidebar__ +11 -0
  79. package/package.json +96 -0
  80. package/patches/jsdom-global+3.0.2.patch +12 -0
  81. package/patches/vue-toastification+1.7.14.patch +41 -0
  82. package/patches/vuetify+2.6.10.patch +13 -0
  83. package/prettier.config.js +9 -0
  84. package/public/favicon.ico +0 -0
  85. package/public/global.css +20 -0
  86. package/public/index.html +28 -0
  87. package/public/pvm-sample.png +0 -0
  88. package/server/helper.py +147 -0
  89. package/server/host.js +134 -0
  90. package/server/serialize.js +111 -0
  91. package/server/serialize.py +203 -0
  92. package/server/server.py +84 -0
  93. package/server/test.py +17 -0
  94. package/src/assets/KitwareHeadAndNeck.jpg +0 -0
  95. package/src/assets/logo.png +0 -0
  96. package/src/assets/logo.svg +20 -0
  97. package/src/assets/samples/3DUS-Fetus.jpg +0 -0
  98. package/src/assets/samples/CTA-Head_and_Neck.jpg +0 -0
  99. package/src/assets/samples/MRA-Head_and_Neck.jpg +0 -0
  100. package/src/assets/samples/MRI-Cardiac.jpg +0 -0
  101. package/src/assets/samples/MRI-PROSTATEx.jpg +0 -0
  102. package/src/components/AboutBox.vue +157 -0
  103. package/src/components/AiModule.vue +60 -0
  104. package/src/components/AnnotationsModule.vue +37 -0
  105. package/src/components/App.vue +539 -0
  106. package/src/components/ColorFunctionSlider.vue +181 -0
  107. package/src/components/DataBrowser.vue +173 -0
  108. package/src/components/DragAndDrop.vue +107 -0
  109. package/src/components/GroupableItem.vue +30 -0
  110. package/src/components/ImageDataBrowser.vue +186 -0
  111. package/src/components/ImageListCard.vue +114 -0
  112. package/src/components/ItemGroup.vue +74 -0
  113. package/src/components/LabelmapList.vue +36 -0
  114. package/src/components/LayoutGrid.vue +96 -0
  115. package/src/components/MeasurementsList.vue +134 -0
  116. package/src/components/MessageCenter.vue +189 -0
  117. package/src/components/MessageItem.vue +83 -0
  118. package/src/components/MessageNotificationContent.vue +20 -0
  119. package/src/components/MessageNotifications.vue +84 -0
  120. package/src/components/ModelBrowser.vue +83 -0
  121. package/src/components/ModulePanel.vue +137 -0
  122. package/src/components/PaintControls.vue +174 -0
  123. package/src/components/PatientBrowser.vue +280 -0
  124. package/src/components/PatientStudyVolumeBrowser.vue +325 -0
  125. package/src/components/RenderingModule.vue +49 -0
  126. package/src/components/ResizableNavDrawer.vue +158 -0
  127. package/src/components/SampleDataBrowser.vue +198 -0
  128. package/src/components/SaveSession.vue +57 -0
  129. package/src/components/Settings.vue +35 -0
  130. package/src/components/SliceSlider.vue +182 -0
  131. package/src/components/SpleenModule.vue +101 -0
  132. package/src/components/ToolButton.vue +58 -0
  133. package/src/components/ToolStrip.vue +186 -0
  134. package/src/components/ViewOverlayGrid.vue +84 -0
  135. package/src/components/VolumePresets.vue +165 -0
  136. package/src/components/VolumeProperties.vue +171 -0
  137. package/src/components/VolumeRendering.vue +365 -0
  138. package/src/components/VtkThreeView.vue +512 -0
  139. package/src/components/VtkTwoView.vue +665 -0
  140. package/src/components/__tests__/ResizableNavDrawer.spec.js +32 -0
  141. package/src/components/__tests__/ToolButton.spec.js +46 -0
  142. package/src/components/icons/KitwareLogoIcon.vue +54 -0
  143. package/src/components/icons/VolViewFullLogo.vue +139 -0
  144. package/src/components/icons/VolViewLogo.vue +78 -0
  145. package/src/components/styles/utils.css +16 -0
  146. package/src/components/styles/vtk-view.css +116 -0
  147. package/src/components/tools/CropTool.vue +61 -0
  148. package/src/components/tools/CrosshairsTool.vue +93 -0
  149. package/src/components/tools/MouseManipulatorTool.vue +108 -0
  150. package/src/components/tools/PaintTool.vue +54 -0
  151. package/src/components/tools/PanTool.vue +35 -0
  152. package/src/components/tools/RulerTool.vue +202 -0
  153. package/src/components/tools/SliceScrollTool.vue +123 -0
  154. package/src/components/tools/WindowLevelTool.vue +191 -0
  155. package/src/components/tools/ZoomTool.vue +35 -0
  156. package/src/components/tools/crop/Crop2D.vue +367 -0
  157. package/src/components/tools/crop/Crop2DLineHandle.vue +103 -0
  158. package/src/components/tools/crop/Crop3D.vue +192 -0
  159. package/src/components/tools/crop/CropControls.vue +38 -0
  160. package/src/components/tools/crop/types.ts +12 -0
  161. package/src/components/tools/crosshairs/CrosshairSVG2D.vue +125 -0
  162. package/src/components/tools/crosshairs/CrosshairsWidget2D.vue +100 -0
  163. package/src/components/tools/paint/PaintWidget2D.vue +192 -0
  164. package/src/components/tools/ruler/RulerSVG2D.vue +181 -0
  165. package/src/components/tools/ruler/RulerWidget2D.vue +154 -0
  166. package/src/composables/__tests__/useDoubleRecord.spec.ts +57 -0
  167. package/src/composables/__tests__/useOrientationLabels.spec.ts +29 -0
  168. package/src/composables/isViewAnimating.ts +25 -0
  169. package/src/composables/manageVTKSubscription.ts +6 -0
  170. package/src/composables/onProxyManagerEvent.ts +50 -0
  171. package/src/composables/proxyManager.ts +13 -0
  172. package/src/composables/sync/__tests__/createPrimitiveSyncContext.spec.ts +41 -0
  173. package/src/composables/sync/__tests__/useWindowingSync.spec.ts +51 -0
  174. package/src/composables/sync/createPrimitiveSyncContext.ts +83 -0
  175. package/src/composables/sync/useWindowingSync.ts +48 -0
  176. package/src/composables/useAppLoadingNotifications.ts +73 -0
  177. package/src/composables/useCameraOrientation.ts +34 -0
  178. package/src/composables/useCurrentImage.ts +74 -0
  179. package/src/composables/useCurrentSlice.ts +43 -0
  180. package/src/composables/useDoubleRecord.ts +77 -0
  181. package/src/composables/useEventListener.ts +26 -0
  182. package/src/composables/useGlobalErrorHook.ts +18 -0
  183. package/src/composables/useMultiSelection.ts +29 -0
  184. package/src/composables/useOrientationLabels.ts +62 -0
  185. package/src/composables/usePanels.ts +42 -0
  186. package/src/composables/usePersistCameraConfig.ts +138 -0
  187. package/src/composables/useResizeObserver.ts +37 -0
  188. package/src/composables/useResizeToFit.ts +50 -0
  189. package/src/composables/useSceneBuilder.ts +96 -0
  190. package/src/composables/useToast.js +11 -0
  191. package/src/composables/useVTKCallback.ts +33 -0
  192. package/src/composables/useVTKWorldToDisplay.ts +141 -0
  193. package/src/composables/useViewProxy.ts +87 -0
  194. package/src/composables/useVolumeThumbnailing.ts +173 -0
  195. package/src/composables/useWebGLWatchdog.ts +32 -0
  196. package/src/composables/useWidgetManager.ts +41 -0
  197. package/src/config.ts +182 -0
  198. package/src/constants.ts +38 -0
  199. package/src/core/id.ts +18 -0
  200. package/src/core/provider.ts +31 -0
  201. package/src/core/proxies.ts +90 -0
  202. package/src/core/thumbnailers/__tests__/vtk-image.spec.ts +58 -0
  203. package/src/core/thumbnailers/index.ts +5 -0
  204. package/src/core/thumbnailers/volume-thumbnailer.ts +130 -0
  205. package/src/core/thumbnailers/vtk-image.ts +142 -0
  206. package/src/core/tools/__tests__/paint.spec.ts +101 -0
  207. package/src/core/tools/__tests__/ruler.spec.ts +73 -0
  208. package/src/core/tools/paint/brush.ts +20 -0
  209. package/src/core/tools/paint/ellipse-brush.ts +96 -0
  210. package/src/core/tools/paint/index.ts +141 -0
  211. package/src/core/tools/ruler.ts +149 -0
  212. package/src/global.d.ts +24 -0
  213. package/src/io/__tests__/io.spec.ts +26 -0
  214. package/src/io/dicom.ts +187 -0
  215. package/src/io/index.ts +11 -0
  216. package/src/io/io.ts +157 -0
  217. package/src/io/itk/itkConfig.js +8 -0
  218. package/src/io/itk-dicom/dicom.cpp +327 -0
  219. package/src/io/itk-dicom/web-build/dicom.js +16 -0
  220. package/src/io/itk-dicom/web-build/dicom.umd.js +21 -0
  221. package/src/io/itk-dicom/web-build/dicom.umd.wasm +0 -0
  222. package/src/io/itk-dicom/web-build/dicom.wasm +0 -0
  223. package/src/io/manifest.ts +30 -0
  224. package/src/io/readers.ts +36 -0
  225. package/src/io/state-file/index.ts +170 -0
  226. package/src/io/state-file/schema.ts +277 -0
  227. package/src/io/state-file/utils.ts +33 -0
  228. package/src/io/types.ts +4 -0
  229. package/src/io/vtk/async.reader.worker.ts +50 -0
  230. package/src/io/vtk/async.ts +58 -0
  231. package/src/io/vtk/async.writer.worker.ts +46 -0
  232. package/src/io/vtk/common.ts +30 -0
  233. package/src/io/zip.ts +31 -0
  234. package/src/main.js +66 -0
  235. package/src/main.ts +1 -0
  236. package/src/plugins/vuetify.js +25 -0
  237. package/src/shims-itk.d.ts +67 -0
  238. package/src/shims-misc.d.ts +4 -0
  239. package/src/shims-tsx.d.ts +13 -0
  240. package/src/shims-vtk.d.ts +1042 -0
  241. package/src/shims-vue.d.ts +5 -0
  242. package/src/store/__tests__/datasets.spec.ts +75 -0
  243. package/src/store/__tests__/messages.spec.ts +74 -0
  244. package/src/store/__tests__/rulers.spec.ts +77 -0
  245. package/src/store/__tests__/view-configs.spec.ts +37 -0
  246. package/src/store/datasets-dicom.ts +398 -0
  247. package/src/store/datasets-files.ts +35 -0
  248. package/src/store/datasets-images.ts +118 -0
  249. package/src/store/datasets-labelmaps.ts +136 -0
  250. package/src/store/datasets-models.ts +25 -0
  251. package/src/store/datasets.ts +341 -0
  252. package/src/store/messages.ts +144 -0
  253. package/src/store/tools/crop.ts +136 -0
  254. package/src/store/tools/crosshairs.ts +131 -0
  255. package/src/store/tools/index.ts +95 -0
  256. package/src/store/tools/paint.ts +191 -0
  257. package/src/store/tools/rulers.ts +305 -0
  258. package/src/store/tools/types.ts +54 -0
  259. package/src/store/view-configs/camera.ts +51 -0
  260. package/src/store/view-configs/common.ts +61 -0
  261. package/src/store/view-configs/slicing.ts +86 -0
  262. package/src/store/view-configs/types.ts +39 -0
  263. package/src/store/view-configs/volume-coloring.ts +193 -0
  264. package/src/store/view-configs/windowing.ts +69 -0
  265. package/src/store/view-configs.ts +78 -0
  266. package/src/store/views.ts +130 -0
  267. package/src/types/index.ts +16 -0
  268. package/src/types/layout.ts +10 -0
  269. package/src/types/lps.ts +40 -0
  270. package/src/types/views.ts +65 -0
  271. package/src/types/vtk-types.ts +29 -0
  272. package/src/utils/__tests__/lps.spec.ts +102 -0
  273. package/src/utils/color.ts +23 -0
  274. package/src/utils/errors.js +3 -0
  275. package/src/utils/fetch.ts +101 -0
  276. package/src/utils/hacks.ts +14 -0
  277. package/src/utils/index.ts +83 -0
  278. package/src/utils/lps.ts +129 -0
  279. package/src/utils/manipulators.ts +35 -0
  280. package/src/utils/promise-worker.ts +45 -0
  281. package/src/utils/vtk-helpers.ts +215 -0
  282. package/src/utils/workerHandler.js +42 -0
  283. package/src/vtk/ColorMaps.ts +72 -0
  284. package/src/vtk/CrosshairsWidget/behavior.ts +112 -0
  285. package/src/vtk/CrosshairsWidget/index.d.ts +22 -0
  286. package/src/vtk/CrosshairsWidget/index.js +73 -0
  287. package/src/vtk/CrosshairsWidget/state.ts +51 -0
  288. package/src/vtk/IJKSliceRepresentationProxy/index.d.ts +9 -0
  289. package/src/vtk/IJKSliceRepresentationProxy/index.js +59 -0
  290. package/src/vtk/LPSView2DProxy/index.d.ts +18 -0
  291. package/src/vtk/LPSView2DProxy/index.js +89 -0
  292. package/src/vtk/LPSView3DProxy/index.d.ts +16 -0
  293. package/src/vtk/LPSView3DProxy/index.js +78 -0
  294. package/src/vtk/LabelMap/index.d.ts +16 -0
  295. package/src/vtk/LabelMap/index.js +49 -0
  296. package/src/vtk/LabelMapSliceRepProxy/index.d.ts +6 -0
  297. package/src/vtk/LabelMapSliceRepProxy/index.js +104 -0
  298. package/src/vtk/MedicalColorPresets.json +1448 -0
  299. package/src/vtk/PaintBrushContextRepresentation/index.js +191 -0
  300. package/src/vtk/PaintWidget/behavior.ts +101 -0
  301. package/src/vtk/PaintWidget/index.d.ts +28 -0
  302. package/src/vtk/PaintWidget/index.js +56 -0
  303. package/src/vtk/PaintWidget/state.ts +41 -0
  304. package/src/vtk/PiecewiseWidget/index.js +203 -0
  305. package/src/vtk/RulerWidget/behavior.ts +185 -0
  306. package/src/vtk/RulerWidget/index.d.ts +25 -0
  307. package/src/vtk/RulerWidget/index.js +79 -0
  308. package/src/vtk/RulerWidget/state.ts +63 -0
  309. package/src/vtk/TreJsonConverter/index.js +150 -0
  310. package/src/vtk/proxy.js +66 -0
  311. package/src/vtk/proxyUtils.js +16 -0
  312. package/src/vtk/webvr-empty.js +1 -0
  313. package/tests/testUtils.js +12 -0
  314. package/tsconfig.json +46 -0
  315. package/vue.config.js +86 -0
@@ -0,0 +1,1448 @@
1
+ [
2
+ {
3
+ "Name": "CT-AAA",
4
+ "NanColor": [
5
+ 1,
6
+ 1,
7
+ 0
8
+ ],
9
+ "ColorSpace": "RGB",
10
+ "AbsoluteRange": true,
11
+ "OpacityPoints": [
12
+ -3024.0,
13
+ 0.0,
14
+ 143.556,
15
+ 0.0,
16
+ 166.222,
17
+ 0.686275,
18
+ 214.389,
19
+ 0.696078,
20
+ 419.736,
21
+ 0.833333,
22
+ 3071.0,
23
+ 0.803922
24
+ ],
25
+ "RGBPoints": [
26
+ -3024.0,
27
+ 0.0,
28
+ 0.0,
29
+ 0.0,
30
+ 143.556,
31
+ 0.615686,
32
+ 0.356863,
33
+ 0.184314,
34
+ 166.222,
35
+ 0.882353,
36
+ 0.603922,
37
+ 0.290196,
38
+ 214.389,
39
+ 1.0,
40
+ 1.0,
41
+ 1.0,
42
+ 419.736,
43
+ 1.0,
44
+ 0.937033,
45
+ 0.954531,
46
+ 3071.0,
47
+ 0.827451,
48
+ 0.658824,
49
+ 1.0
50
+ ],
51
+ "EffectiveRange": [
52
+ 143.556,
53
+ 419.736
54
+ ]
55
+ },
56
+ {
57
+ "Name": "CT-AAA2",
58
+ "NanColor": [
59
+ 1,
60
+ 1,
61
+ 0
62
+ ],
63
+ "ColorSpace": "RGB",
64
+ "AbsoluteRange": true,
65
+ "OpacityPoints": [
66
+ -3024.0,
67
+ 0.0,
68
+ 129.542,
69
+ 0.0,
70
+ 145.244,
71
+ 0.166667,
72
+ 157.02,
73
+ 0.5,
74
+ 169.918,
75
+ 0.627451,
76
+ 395.575,
77
+ 0.8125,
78
+ 1578.73,
79
+ 0.8125,
80
+ 3071.0,
81
+ 0.8125
82
+ ],
83
+ "RGBPoints": [
84
+ -3024.0,
85
+ 0.0,
86
+ 0.0,
87
+ 0.0,
88
+ 129.542,
89
+ 0.54902,
90
+ 0.25098,
91
+ 0.14902,
92
+ 145.244,
93
+ 0.6,
94
+ 0.627451,
95
+ 0.843137,
96
+ 157.02,
97
+ 0.890196,
98
+ 0.47451,
99
+ 0.6,
100
+ 169.918,
101
+ 0.992157,
102
+ 0.870588,
103
+ 0.392157,
104
+ 395.575,
105
+ 1.0,
106
+ 0.886275,
107
+ 0.658824,
108
+ 1578.73,
109
+ 1.0,
110
+ 0.829256,
111
+ 0.957922,
112
+ 3071.0,
113
+ 0.827451,
114
+ 0.658824,
115
+ 1.0
116
+ ],
117
+ "EffectiveRange": [
118
+ 0.0,
119
+ 1600.0
120
+ ]
121
+ },
122
+ {
123
+ "Name": "CT-Bone",
124
+ "NanColor": [
125
+ 1,
126
+ 1,
127
+ 0
128
+ ],
129
+ "ColorSpace": "RGB",
130
+ "AbsoluteRange": true,
131
+ "OpacityPoints": [
132
+ -3024.0,
133
+ 0.0,
134
+ -16.4458,
135
+ 0.0,
136
+ 641.385,
137
+ 0.715686,
138
+ 3071.0,
139
+ 0.705882
140
+ ],
141
+ "RGBPoints": [
142
+ -3024.0,
143
+ 0.0,
144
+ 0.0,
145
+ 0.0,
146
+ -16.4458,
147
+ 0.729412,
148
+ 0.254902,
149
+ 0.301961,
150
+ 641.385,
151
+ 0.905882,
152
+ 0.815686,
153
+ 0.552941,
154
+ 3071.0,
155
+ 1.0,
156
+ 1.0,
157
+ 1.0
158
+ ],
159
+ "EffectiveRange": [
160
+ -16.4458,
161
+ 641.385
162
+ ]
163
+ },
164
+ {
165
+ "Name": "CT-Bones",
166
+ "NanColor": [
167
+ 1,
168
+ 1,
169
+ 0
170
+ ],
171
+ "ColorSpace": "RGB",
172
+ "AbsoluteRange": true,
173
+ "OpacityPoints": [
174
+ -1000.0,
175
+ 0.0,
176
+ 152.19,
177
+ 0.0,
178
+ 278.93,
179
+ 0.190476,
180
+ 952.0,
181
+ 0.2
182
+ ],
183
+ "RGBPoints": [
184
+ -1000.0,
185
+ 0.3,
186
+ 0.3,
187
+ 1.0,
188
+ -488.0,
189
+ 0.3,
190
+ 1.0,
191
+ 0.3,
192
+ 463.28,
193
+ 1.0,
194
+ 0.0,
195
+ 0.0,
196
+ 659.15,
197
+ 1.0,
198
+ 0.912535,
199
+ 0.0374849,
200
+ 953.0,
201
+ 1.0,
202
+ 0.3,
203
+ 0.3
204
+ ],
205
+ "EffectiveRange": [
206
+ 152.19,
207
+ 952.0
208
+ ]
209
+ },
210
+ {
211
+ "Name": "CT-Cardiac",
212
+ "NanColor": [
213
+ 1,
214
+ 1,
215
+ 0
216
+ ],
217
+ "ColorSpace": "RGB",
218
+ "AbsoluteRange": true,
219
+ "OpacityPoints": [
220
+ -3024.0,
221
+ 0.0,
222
+ -77.6875,
223
+ 0.0,
224
+ 94.9518,
225
+ 0.285714,
226
+ 179.052,
227
+ 0.553571,
228
+ 260.439,
229
+ 0.848214,
230
+ 3071.0,
231
+ 0.875
232
+ ],
233
+ "RGBPoints": [
234
+ -3024.0,
235
+ 0.0,
236
+ 0.0,
237
+ 0.0,
238
+ -77.6875,
239
+ 0.54902,
240
+ 0.25098,
241
+ 0.14902,
242
+ 94.9518,
243
+ 0.882353,
244
+ 0.603922,
245
+ 0.290196,
246
+ 179.052,
247
+ 1.0,
248
+ 0.937033,
249
+ 0.954531,
250
+ 260.439,
251
+ 0.615686,
252
+ 0.0,
253
+ 0.0,
254
+ 3071.0,
255
+ 0.827451,
256
+ 0.658824,
257
+ 1.0
258
+ ],
259
+ "EffectiveRange": [
260
+ -77.6875,
261
+ 260.439
262
+ ]
263
+ },
264
+ {
265
+ "Name": "CT-Cardiac2",
266
+ "NanColor": [
267
+ 1,
268
+ 1,
269
+ 0
270
+ ],
271
+ "ColorSpace": "RGB",
272
+ "AbsoluteRange": true,
273
+ "OpacityPoints": [
274
+ -3024.0,
275
+ 0.0,
276
+ 42.8964,
277
+ 0.0,
278
+ 163.488,
279
+ 0.428571,
280
+ 277.642,
281
+ 0.776786,
282
+ 1587.0,
283
+ 0.754902,
284
+ 3071.0,
285
+ 0.754902
286
+ ],
287
+ "RGBPoints": [
288
+ -3024.0,
289
+ 0.0,
290
+ 0.0,
291
+ 0.0,
292
+ 42.8964,
293
+ 0.54902,
294
+ 0.25098,
295
+ 0.14902,
296
+ 163.488,
297
+ 0.917647,
298
+ 0.639216,
299
+ 0.0588235,
300
+ 277.642,
301
+ 1.0,
302
+ 0.878431,
303
+ 0.623529,
304
+ 1587.0,
305
+ 1.0,
306
+ 1.0,
307
+ 1.0,
308
+ 3071.0,
309
+ 0.827451,
310
+ 0.658824,
311
+ 1.0
312
+ ],
313
+ "EffectiveRange": [
314
+ 42.8964,
315
+ 1587.0
316
+ ]
317
+ },
318
+ {
319
+ "Name": "CT-Cardiac3",
320
+ "NanColor": [
321
+ 1,
322
+ 1,
323
+ 0
324
+ ],
325
+ "ColorSpace": "RGB",
326
+ "AbsoluteRange": true,
327
+ "OpacityPoints": [
328
+ -3024.0,
329
+ 0.0,
330
+ -86.9767,
331
+ 0.0,
332
+ 45.3791,
333
+ 0.169643,
334
+ 139.919,
335
+ 0.589286,
336
+ 347.907,
337
+ 0.607143,
338
+ 1224.16,
339
+ 0.607143,
340
+ 3071.0,
341
+ 0.616071
342
+ ],
343
+ "RGBPoints": [
344
+ -3024.0,
345
+ 0.0,
346
+ 0.0,
347
+ 0.0,
348
+ -86.9767,
349
+ 0.0,
350
+ 0.25098,
351
+ 1.0,
352
+ 45.3791,
353
+ 1.0,
354
+ 0.0,
355
+ 0.0,
356
+ 139.919,
357
+ 1.0,
358
+ 0.894893,
359
+ 0.894893,
360
+ 347.907,
361
+ 1.0,
362
+ 1.0,
363
+ 0.25098,
364
+ 1224.16,
365
+ 1.0,
366
+ 1.0,
367
+ 1.0,
368
+ 3071.0,
369
+ 0.827451,
370
+ 0.658824,
371
+ 1.0
372
+ ],
373
+ "EffectiveRange": [
374
+ -86.9767,
375
+ 1224.16
376
+ ]
377
+ },
378
+ {
379
+ "Name": "CT-Chest-Contrast-Enhanced",
380
+ "NanColor": [
381
+ 1,
382
+ 1,
383
+ 0
384
+ ],
385
+ "ColorSpace": "RGB",
386
+ "AbsoluteRange": true,
387
+ "OpacityPoints": [
388
+ -3024.0,
389
+ 0.0,
390
+ 67.0106,
391
+ 0.0,
392
+ 251.105,
393
+ 0.446429,
394
+ 439.291,
395
+ 0.625,
396
+ 3071.0,
397
+ 0.616071
398
+ ],
399
+ "RGBPoints": [
400
+ -3024.0,
401
+ 0.0,
402
+ 0.0,
403
+ 0.0,
404
+ 67.0106,
405
+ 0.54902,
406
+ 0.25098,
407
+ 0.14902,
408
+ 251.105,
409
+ 0.882353,
410
+ 0.603922,
411
+ 0.290196,
412
+ 439.291,
413
+ 1.0,
414
+ 0.937033,
415
+ 0.954531,
416
+ 3071.0,
417
+ 0.827451,
418
+ 0.658824,
419
+ 1.0
420
+ ],
421
+ "EffectiveRange": [
422
+ 67.0106,
423
+ 439.291
424
+ ]
425
+ },
426
+ {
427
+ "Name": "CT-Chest-Vessels",
428
+ "NanColor": [
429
+ 1,
430
+ 1,
431
+ 0
432
+ ],
433
+ "ColorSpace": "RGB",
434
+ "AbsoluteRange": true,
435
+ "OpacityPoints": [
436
+ -3024.0,
437
+ 0.0,
438
+ -1278.35,
439
+ 0.0,
440
+ 22.8277,
441
+ 0.428571,
442
+ 439.291,
443
+ 0.625,
444
+ 3071.0,
445
+ 0.616071
446
+ ],
447
+ "RGBPoints": [
448
+ -3024.0,
449
+ 0.0,
450
+ 0.0,
451
+ 0.0,
452
+ -1278.35,
453
+ 0.54902,
454
+ 0.25098,
455
+ 0.14902,
456
+ 22.8277,
457
+ 0.882353,
458
+ 0.603922,
459
+ 0.290196,
460
+ 439.291,
461
+ 1.0,
462
+ 0.937033,
463
+ 0.954531,
464
+ 3071.0,
465
+ 0.827451,
466
+ 0.658824,
467
+ 1.0
468
+ ],
469
+ "EffectiveRange": [
470
+ -1278.35,
471
+ 439.291
472
+ ]
473
+ },
474
+ {
475
+ "Name": "CT-Coronary-Arteries",
476
+ "NanColor": [
477
+ 1,
478
+ 1,
479
+ 0
480
+ ],
481
+ "ColorSpace": "RGB",
482
+ "AbsoluteRange": true,
483
+ "OpacityPoints": [
484
+ -2048.0,
485
+ 0.0,
486
+ 136.47,
487
+ 0.0,
488
+ 159.215,
489
+ 0.258929,
490
+ 318.43,
491
+ 0.571429,
492
+ 478.693,
493
+ 0.776786,
494
+ 3661.0,
495
+ 1.0
496
+ ],
497
+ "RGBPoints": [
498
+ -2048.0,
499
+ 0.0,
500
+ 0.0,
501
+ 0.0,
502
+ 136.47,
503
+ 0.0,
504
+ 0.0,
505
+ 0.0,
506
+ 159.215,
507
+ 0.159804,
508
+ 0.159804,
509
+ 0.159804,
510
+ 318.43,
511
+ 0.764706,
512
+ 0.764706,
513
+ 0.764706,
514
+ 478.693,
515
+ 1.0,
516
+ 1.0,
517
+ 1.0,
518
+ 3661.0,
519
+ 1.0,
520
+ 1.0,
521
+ 1.0
522
+ ],
523
+ "EffectiveRange": [
524
+ 136.47,
525
+ 478.693
526
+ ]
527
+ },
528
+ {
529
+ "Name": "CT-Coronary-Arteries-2",
530
+ "NanColor": [
531
+ 1,
532
+ 1,
533
+ 0
534
+ ],
535
+ "ColorSpace": "RGB",
536
+ "AbsoluteRange": true,
537
+ "OpacityPoints": [
538
+ -2048.0,
539
+ 0.0,
540
+ 142.677,
541
+ 0.0,
542
+ 145.016,
543
+ 0.116071,
544
+ 192.174,
545
+ 0.5625,
546
+ 217.24,
547
+ 0.776786,
548
+ 384.347,
549
+ 0.830357,
550
+ 3661.0,
551
+ 0.830357
552
+ ],
553
+ "RGBPoints": [
554
+ -2048.0,
555
+ 0.0,
556
+ 0.0,
557
+ 0.0,
558
+ 142.677,
559
+ 0.0,
560
+ 0.0,
561
+ 0.0,
562
+ 145.016,
563
+ 0.615686,
564
+ 0.0,
565
+ 0.0156863,
566
+ 192.174,
567
+ 0.909804,
568
+ 0.454902,
569
+ 0.0,
570
+ 217.24,
571
+ 0.972549,
572
+ 0.807843,
573
+ 0.611765,
574
+ 384.347,
575
+ 0.909804,
576
+ 0.909804,
577
+ 1.0,
578
+ 3661.0,
579
+ 1.0,
580
+ 1.0,
581
+ 1.0
582
+ ],
583
+ "EffectiveRange": [
584
+ 142.677,
585
+ 384.347
586
+ ]
587
+ },
588
+ {
589
+ "Name": "CT-Coronary-Arteries-3",
590
+ "NanColor": [
591
+ 1,
592
+ 1,
593
+ 0
594
+ ],
595
+ "ColorSpace": "RGB",
596
+ "AbsoluteRange": true,
597
+ "OpacityPoints": [
598
+ -2048.0,
599
+ 0.0,
600
+ 128.643,
601
+ 0.0,
602
+ 129.982,
603
+ 0.0982143,
604
+ 173.636,
605
+ 0.669643,
606
+ 255.884,
607
+ 0.857143,
608
+ 584.878,
609
+ 0.866071,
610
+ 3661.0,
611
+ 1.0
612
+ ],
613
+ "RGBPoints": [
614
+ -2048.0,
615
+ 0.0,
616
+ 0.0,
617
+ 0.0,
618
+ 128.643,
619
+ 0.0,
620
+ 0.0,
621
+ 0.0,
622
+ 129.982,
623
+ 0.615686,
624
+ 0.0,
625
+ 0.0156863,
626
+ 173.636,
627
+ 0.909804,
628
+ 0.454902,
629
+ 0.0,
630
+ 255.884,
631
+ 0.886275,
632
+ 0.886275,
633
+ 0.886275,
634
+ 584.878,
635
+ 0.968627,
636
+ 0.968627,
637
+ 0.968627,
638
+ 3661.0,
639
+ 1.0,
640
+ 1.0,
641
+ 1.0
642
+ ],
643
+ "EffectiveRange": [
644
+ 128.643,
645
+ 584.878
646
+ ]
647
+ },
648
+ {
649
+ "Name": "CT-Cropped-Volume-Bone",
650
+ "NanColor": [
651
+ 1,
652
+ 1,
653
+ 0
654
+ ],
655
+ "ColorSpace": "RGB",
656
+ "AbsoluteRange": true,
657
+ "OpacityPoints": [
658
+ -2048.0,
659
+ 0.0,
660
+ -451.0,
661
+ 0.0,
662
+ -450.0,
663
+ 1.0,
664
+ 1050.0,
665
+ 1.0,
666
+ 3661.0,
667
+ 1.0
668
+ ],
669
+ "RGBPoints": [
670
+ -2048.0,
671
+ 0.0,
672
+ 0.0,
673
+ 0.0,
674
+ -451.0,
675
+ 0.0,
676
+ 0.0,
677
+ 0.0,
678
+ -450.0,
679
+ 0.0556356,
680
+ 0.0556356,
681
+ 0.0556356,
682
+ 1050.0,
683
+ 1.0,
684
+ 1.0,
685
+ 1.0,
686
+ 3661.0,
687
+ 1.0,
688
+ 1.0,
689
+ 1.0
690
+ ],
691
+ "EffectiveRange": [
692
+ -451.0,
693
+ 1050.0
694
+ ]
695
+ },
696
+ {
697
+ "Name": "CT-Fat",
698
+ "NanColor": [
699
+ 1,
700
+ 1,
701
+ 0
702
+ ],
703
+ "ColorSpace": "RGB",
704
+ "AbsoluteRange": true,
705
+ "OpacityPoints": [
706
+ -1000.0,
707
+ 0.0,
708
+ -100.0,
709
+ 0.0,
710
+ -99.0,
711
+ 0.15,
712
+ -60.0,
713
+ 0.15,
714
+ -59.0,
715
+ 0.0,
716
+ 101.2,
717
+ 0.0,
718
+ 952.0,
719
+ 0.0
720
+ ],
721
+ "RGBPoints": [
722
+ -1000.0,
723
+ 0.3,
724
+ 0.3,
725
+ 1.0,
726
+ -497.5,
727
+ 0.3,
728
+ 1.0,
729
+ 0.3,
730
+ -99.0,
731
+ 0.0,
732
+ 0.0,
733
+ 1.0,
734
+ -76.946,
735
+ 0.0,
736
+ 1.0,
737
+ 0.0,
738
+ -65.481,
739
+ 0.835431,
740
+ 0.888889,
741
+ 0.0165387,
742
+ 83.89,
743
+ 1.0,
744
+ 0.0,
745
+ 0.0,
746
+ 463.28,
747
+ 1.0,
748
+ 0.0,
749
+ 0.0,
750
+ 659.15,
751
+ 1.0,
752
+ 0.912535,
753
+ 0.0374849,
754
+ 2952.0,
755
+ 1.0,
756
+ 0.300267,
757
+ 0.299886
758
+ ],
759
+ "EffectiveRange": [
760
+ -100.0,
761
+ 101.2
762
+ ]
763
+ },
764
+ {
765
+ "Name": "CT-Liver-Vasculature",
766
+ "NanColor": [
767
+ 1,
768
+ 1,
769
+ 0
770
+ ],
771
+ "ColorSpace": "RGB",
772
+ "AbsoluteRange": true,
773
+ "OpacityPoints": [
774
+ -2048.0,
775
+ 0.0,
776
+ 149.113,
777
+ 0.0,
778
+ 157.884,
779
+ 0.482143,
780
+ 339.96,
781
+ 0.660714,
782
+ 388.526,
783
+ 0.830357,
784
+ 1197.95,
785
+ 0.839286,
786
+ 3661.0,
787
+ 0.848214
788
+ ],
789
+ "RGBPoints": [
790
+ -2048.0,
791
+ 0.0,
792
+ 0.0,
793
+ 0.0,
794
+ 149.113,
795
+ 0.0,
796
+ 0.0,
797
+ 0.0,
798
+ 157.884,
799
+ 0.501961,
800
+ 0.25098,
801
+ 0.0,
802
+ 339.96,
803
+ 0.695386,
804
+ 0.59603,
805
+ 0.36886,
806
+ 388.526,
807
+ 0.854902,
808
+ 0.85098,
809
+ 0.827451,
810
+ 1197.95,
811
+ 1.0,
812
+ 1.0,
813
+ 1.0,
814
+ 3661.0,
815
+ 1.0,
816
+ 1.0,
817
+ 1.0
818
+ ],
819
+ "EffectiveRange": [
820
+ 149.113,
821
+ 1197.95
822
+ ]
823
+ },
824
+ {
825
+ "Name": "CT-Lung",
826
+ "NanColor": [
827
+ 1,
828
+ 1,
829
+ 0
830
+ ],
831
+ "ColorSpace": "RGB",
832
+ "AbsoluteRange": true,
833
+ "OpacityPoints": [
834
+ -1000.0,
835
+ 0.0,
836
+ -600.0,
837
+ 0.0,
838
+ -599.0,
839
+ 0.15,
840
+ -400.0,
841
+ 0.15,
842
+ -399.0,
843
+ 0.0,
844
+ 2952.0,
845
+ 0.0
846
+ ],
847
+ "RGBPoints": [
848
+ -1000.0,
849
+ 0.3,
850
+ 0.3,
851
+ 1.0,
852
+ -600.0,
853
+ 0.0,
854
+ 0.0,
855
+ 1.0,
856
+ -530.0,
857
+ 0.134704,
858
+ 0.781726,
859
+ 0.0724558,
860
+ -460.0,
861
+ 0.929244,
862
+ 1.0,
863
+ 0.109473,
864
+ -400.0,
865
+ 0.888889,
866
+ 0.254949,
867
+ 0.0240258,
868
+ 2952.0,
869
+ 1.0,
870
+ 0.3,
871
+ 0.3
872
+ ],
873
+ "EffectiveRange": [
874
+ -600.0,
875
+ -399.0
876
+ ]
877
+ },
878
+ {
879
+ "Name": "CT-MIP",
880
+ "NanColor": [
881
+ 1,
882
+ 1,
883
+ 0
884
+ ],
885
+ "ColorSpace": "RGB",
886
+ "AbsoluteRange": true,
887
+ "OpacityPoints": [
888
+ -3024.0,
889
+ 0.0,
890
+ -637.62,
891
+ 0.0,
892
+ 700.0,
893
+ 1.0,
894
+ 3071.0,
895
+ 1.0
896
+ ],
897
+ "RGBPoints": [
898
+ -3024.0,
899
+ 0.0,
900
+ 0.0,
901
+ 0.0,
902
+ -637.62,
903
+ 1.0,
904
+ 1.0,
905
+ 1.0,
906
+ 700.0,
907
+ 1.0,
908
+ 1.0,
909
+ 1.0,
910
+ 3071.0,
911
+ 1.0,
912
+ 1.0,
913
+ 1.0
914
+ ],
915
+ "EffectiveRange": [
916
+ -637.62,
917
+ 700.0
918
+ ]
919
+ },
920
+ {
921
+ "Name": "CT-Muscle",
922
+ "NanColor": [
923
+ 1,
924
+ 1,
925
+ 0
926
+ ],
927
+ "ColorSpace": "RGB",
928
+ "AbsoluteRange": true,
929
+ "OpacityPoints": [
930
+ -3024.0,
931
+ 0.0,
932
+ -155.407,
933
+ 0.0,
934
+ 217.641,
935
+ 0.676471,
936
+ 419.736,
937
+ 0.833333,
938
+ 3071.0,
939
+ 0.803922
940
+ ],
941
+ "RGBPoints": [
942
+ -3024.0,
943
+ 0.0,
944
+ 0.0,
945
+ 0.0,
946
+ -155.407,
947
+ 0.54902,
948
+ 0.25098,
949
+ 0.14902,
950
+ 217.641,
951
+ 0.882353,
952
+ 0.603922,
953
+ 0.290196,
954
+ 419.736,
955
+ 1.0,
956
+ 0.937033,
957
+ 0.954531,
958
+ 3071.0,
959
+ 0.827451,
960
+ 0.658824,
961
+ 1.0
962
+ ],
963
+ "EffectiveRange": [
964
+ -155.407,
965
+ 419.736
966
+ ]
967
+ },
968
+ {
969
+ "Name": "CT-Pulmonary-Arteries",
970
+ "NanColor": [
971
+ 1,
972
+ 1,
973
+ 0
974
+ ],
975
+ "ColorSpace": "RGB",
976
+ "AbsoluteRange": true,
977
+ "OpacityPoints": [
978
+ -2048.0,
979
+ 0.0,
980
+ -568.625,
981
+ 0.0,
982
+ -364.081,
983
+ 0.0714286,
984
+ -244.813,
985
+ 0.401786,
986
+ 18.2775,
987
+ 0.607143,
988
+ 447.798,
989
+ 0.830357,
990
+ 3592.73,
991
+ 0.839286
992
+ ],
993
+ "RGBPoints": [
994
+ -2048.0,
995
+ 0.0,
996
+ 0.0,
997
+ 0.0,
998
+ -568.625,
999
+ 0.0,
1000
+ 0.0,
1001
+ 0.0,
1002
+ -364.081,
1003
+ 0.396078,
1004
+ 0.301961,
1005
+ 0.180392,
1006
+ -244.813,
1007
+ 0.611765,
1008
+ 0.352941,
1009
+ 0.0705882,
1010
+ 18.2775,
1011
+ 0.843137,
1012
+ 0.0156863,
1013
+ 0.156863,
1014
+ 447.798,
1015
+ 0.752941,
1016
+ 0.752941,
1017
+ 0.752941,
1018
+ 3592.73,
1019
+ 1.0,
1020
+ 1.0,
1021
+ 1.0
1022
+ ],
1023
+ "EffectiveRange": [
1024
+ -568.625,
1025
+ 447.798
1026
+ ]
1027
+ },
1028
+ {
1029
+ "Name": "CT-Soft-Tissue",
1030
+ "NanColor": [
1031
+ 1,
1032
+ 1,
1033
+ 0
1034
+ ],
1035
+ "ColorSpace": "RGB",
1036
+ "AbsoluteRange": true,
1037
+ "OpacityPoints": [
1038
+ -2048.0,
1039
+ 0.0,
1040
+ -167.01,
1041
+ 0.0,
1042
+ -160.0,
1043
+ 1.0,
1044
+ 240.0,
1045
+ 1.0,
1046
+ 3661.0,
1047
+ 1.0
1048
+ ],
1049
+ "RGBPoints": [
1050
+ -2048.0,
1051
+ 0.0,
1052
+ 0.0,
1053
+ 0.0,
1054
+ -167.01,
1055
+ 0.0,
1056
+ 0.0,
1057
+ 0.0,
1058
+ -160.0,
1059
+ 0.0556356,
1060
+ 0.0556356,
1061
+ 0.0556356,
1062
+ 240.0,
1063
+ 1.0,
1064
+ 1.0,
1065
+ 1.0,
1066
+ 3661.0,
1067
+ 1.0,
1068
+ 1.0,
1069
+ 1.0
1070
+ ],
1071
+ "EffectiveRange": [
1072
+ -167.01,
1073
+ 240.0
1074
+ ]
1075
+ },
1076
+ {
1077
+ "Name": "CT-Air",
1078
+ "NanColor": [
1079
+ 1,
1080
+ 1,
1081
+ 0
1082
+ ],
1083
+ "ColorSpace": "RGB",
1084
+ "AbsoluteRange": true,
1085
+ "OpacityPoints": [
1086
+ -3024.0,
1087
+ 0.705882,
1088
+ -900.0,
1089
+ 0.715686,
1090
+ -500.0,
1091
+ 0.0,
1092
+ 3071.0,
1093
+ 0.0
1094
+ ],
1095
+ "RGBPoints": [
1096
+ -3024.0,
1097
+ 1.0,
1098
+ 1.0,
1099
+ 1.0,
1100
+ -900.0,
1101
+ 0.2,
1102
+ 1.0,
1103
+ 1.0,
1104
+ -500.0,
1105
+ 0.3,
1106
+ 0.3,
1107
+ 1.0,
1108
+ 3071.0,
1109
+ 0.0,
1110
+ 0.0,
1111
+ 0.0
1112
+ ],
1113
+ "EffectiveRange": [
1114
+ -1200.0,
1115
+ -200.0
1116
+ ]
1117
+ },
1118
+ {
1119
+ "Name": "CT-X-ray",
1120
+ "NanColor": [
1121
+ 1,
1122
+ 1,
1123
+ 0
1124
+ ],
1125
+ "ColorSpace": "RGB",
1126
+ "AbsoluteRange": true,
1127
+ "OpacityPoints": [
1128
+ -3024.0,
1129
+ 0.0,
1130
+ -200.0,
1131
+ 0.0,
1132
+ 1500.0,
1133
+ 0.05,
1134
+ 3071.0,
1135
+ 0.05
1136
+ ],
1137
+ "RGBPoints": [
1138
+ -3024.0,
1139
+ 1.0,
1140
+ 1.0,
1141
+ 1.0,
1142
+ 3071.0,
1143
+ 1.0,
1144
+ 1.0,
1145
+ 1.0
1146
+ ],
1147
+ "EffectiveRange": [
1148
+ -250.0,
1149
+ 1550.0
1150
+ ]
1151
+ },
1152
+ {
1153
+ "Name": "MR-Angio",
1154
+ "NanColor": [
1155
+ 1,
1156
+ 1,
1157
+ 0
1158
+ ],
1159
+ "ColorSpace": "RGB",
1160
+ "AbsoluteRange": true,
1161
+ "OpacityPoints": [
1162
+ -2048.0,
1163
+ 0.0,
1164
+ 151.354,
1165
+ 0.0,
1166
+ 158.279,
1167
+ 0.4375,
1168
+ 190.112,
1169
+ 0.580357,
1170
+ 200.873,
1171
+ 0.732143,
1172
+ 3661.0,
1173
+ 0.741071
1174
+ ],
1175
+ "RGBPoints": [
1176
+ -2048.0,
1177
+ 0.0,
1178
+ 0.0,
1179
+ 0.0,
1180
+ 151.354,
1181
+ 0.0,
1182
+ 0.0,
1183
+ 0.0,
1184
+ 158.279,
1185
+ 0.74902,
1186
+ 0.376471,
1187
+ 0.0,
1188
+ 190.112,
1189
+ 1.0,
1190
+ 0.866667,
1191
+ 0.733333,
1192
+ 200.873,
1193
+ 0.937255,
1194
+ 0.937255,
1195
+ 0.937255,
1196
+ 3661.0,
1197
+ 1.0,
1198
+ 1.0,
1199
+ 1.0
1200
+ ],
1201
+ "EffectiveRange": [
1202
+ 151.354,
1203
+ 200.873
1204
+ ]
1205
+ },
1206
+ {
1207
+ "Name": "MR-Default",
1208
+ "NanColor": [
1209
+ 1,
1210
+ 1,
1211
+ 0
1212
+ ],
1213
+ "ColorSpace": "RGB",
1214
+ "AbsoluteRange": true,
1215
+ "OpacityPoints": [
1216
+ 0.0,
1217
+ 0.0,
1218
+ 20.0,
1219
+ 0.0,
1220
+ 40.0,
1221
+ 0.15,
1222
+ 120.0,
1223
+ 0.3,
1224
+ 220.0,
1225
+ 0.375,
1226
+ 1024.0,
1227
+ 0.5
1228
+ ],
1229
+ "RGBPoints": [
1230
+ 0.0,
1231
+ 0.0,
1232
+ 0.0,
1233
+ 0.0,
1234
+ 20.0,
1235
+ 0.168627,
1236
+ 0.0,
1237
+ 0.0,
1238
+ 40.0,
1239
+ 0.403922,
1240
+ 0.145098,
1241
+ 0.0784314,
1242
+ 120.0,
1243
+ 0.780392,
1244
+ 0.607843,
1245
+ 0.380392,
1246
+ 220.0,
1247
+ 0.847059,
1248
+ 0.835294,
1249
+ 0.788235,
1250
+ 1024.0,
1251
+ 1.0,
1252
+ 1.0,
1253
+ 1.0
1254
+ ],
1255
+ "EffectiveRange": [
1256
+ 0.0,
1257
+ 220.0
1258
+ ]
1259
+ },
1260
+ {
1261
+ "Name": "MR-MIP",
1262
+ "NanColor": [
1263
+ 1,
1264
+ 1,
1265
+ 0
1266
+ ],
1267
+ "ColorSpace": "RGB",
1268
+ "AbsoluteRange": true,
1269
+ "OpacityPoints": [
1270
+ 0.0,
1271
+ 0.0,
1272
+ 98.3725,
1273
+ 0.0,
1274
+ 416.637,
1275
+ 1.0,
1276
+ 2800.0,
1277
+ 1.0
1278
+ ],
1279
+ "RGBPoints": [
1280
+ 0.0,
1281
+ 1.0,
1282
+ 1.0,
1283
+ 1.0,
1284
+ 98.3725,
1285
+ 1.0,
1286
+ 1.0,
1287
+ 1.0,
1288
+ 416.637,
1289
+ 1.0,
1290
+ 1.0,
1291
+ 1.0,
1292
+ 2800.0,
1293
+ 1.0,
1294
+ 1.0,
1295
+ 1.0
1296
+ ],
1297
+ "EffectiveRange": [
1298
+ 0.0,
1299
+ 416.637
1300
+ ]
1301
+ },
1302
+ {
1303
+ "Name": "MR-T2-Brain",
1304
+ "NanColor": [
1305
+ 1,
1306
+ 1,
1307
+ 0
1308
+ ],
1309
+ "ColorSpace": "RGB",
1310
+ "AbsoluteRange": true,
1311
+ "OpacityPoints": [
1312
+ 0.0,
1313
+ 0.0,
1314
+ 36.05,
1315
+ 0.0,
1316
+ 218.302,
1317
+ 0.171429,
1318
+ 412.406,
1319
+ 1.0,
1320
+ 641.0,
1321
+ 1.0
1322
+ ],
1323
+ "RGBPoints": [
1324
+ 0.0,
1325
+ 0.0,
1326
+ 0.0,
1327
+ 0.0,
1328
+ 98.7223,
1329
+ 0.956863,
1330
+ 0.839216,
1331
+ 0.192157,
1332
+ 412.406,
1333
+ 0.0,
1334
+ 0.592157,
1335
+ 0.807843,
1336
+ 641.0,
1337
+ 1.0,
1338
+ 1.0,
1339
+ 1.0
1340
+ ],
1341
+ "EffectiveRange": [
1342
+ 0.0,
1343
+ 412.406
1344
+ ]
1345
+ },
1346
+ {
1347
+ "Name": "DTI-FA-Brain",
1348
+ "NanColor": [
1349
+ 1,
1350
+ 1,
1351
+ 0
1352
+ ],
1353
+ "ColorSpace": "RGB",
1354
+ "AbsoluteRange": true,
1355
+ "OpacityPoints": [
1356
+ 0.0,
1357
+ 0.0,
1358
+ 0.0,
1359
+ 0.0,
1360
+ 0.3501,
1361
+ 0.0158,
1362
+ 0.49379,
1363
+ 0.7619,
1364
+ 0.6419,
1365
+ 1.0,
1366
+ 0.992,
1367
+ 1.0,
1368
+ 0.995,
1369
+ 0.0,
1370
+ 0.995,
1371
+ 0.0
1372
+ ],
1373
+ "RGBPoints": [
1374
+ 0.0,
1375
+ 1.0,
1376
+ 0.0,
1377
+ 0.0,
1378
+ 0.0,
1379
+ 1.0,
1380
+ 0.0,
1381
+ 0.0,
1382
+ 0.24974,
1383
+ 0.4941,
1384
+ 1.0,
1385
+ 0.0,
1386
+ 0.49949,
1387
+ 0.0,
1388
+ 0.9882,
1389
+ 1.0,
1390
+ 0.7492,
1391
+ 0.51764,
1392
+ 0.0,
1393
+ 1.0,
1394
+ 0.995,
1395
+ 1.0,
1396
+ 0.0,
1397
+ 0.0,
1398
+ 0.995,
1399
+ 1.0,
1400
+ 0.0,
1401
+ 0.0
1402
+ ],
1403
+ "EffectiveRange": [
1404
+ 0.0,
1405
+ 1.0
1406
+ ]
1407
+ },
1408
+ {
1409
+ "Name": "US-Fetal",
1410
+ "NanColor": [
1411
+ 1,
1412
+ 1,
1413
+ 0
1414
+ ],
1415
+ "ColorSpace": "RGB",
1416
+ "AbsoluteRange": true,
1417
+ "OpacityPoints": [
1418
+ -10.0,
1419
+ 0.0,
1420
+ 0.0,
1421
+ 0.0,
1422
+ 270.0,
1423
+ 0.8
1424
+ ],
1425
+ "RGBPoints": [
1426
+ -10.0,
1427
+ 0.325,
1428
+ 0.153,
1429
+ 0.153,
1430
+ 74.0,
1431
+ 0.474,
1432
+ 0.392,
1433
+ 0.302,
1434
+ 136.0,
1435
+ 0.718,
1436
+ 0.510,
1437
+ 0.443,
1438
+ 270.0,
1439
+ 0.760,
1440
+ 0.440,
1441
+ 0.530
1442
+ ],
1443
+ "EffectiveRange": [
1444
+ -10.0,
1445
+ 270.0
1446
+ ]
1447
+ }
1448
+ ]