Changes for page Widget 3D Head
Last modified by paulapopa on 2025/05/30 15:03
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 -Widget 3D 1 +Widget 3D Head - Content
-
... ... @@ -4,7 +4,7 @@ 4 4 5 5 == Purpose == 6 6 7 -It is a Jupyter widget intended for visualization of the 3D data available for a patient: 7 +It is a Jupyter widget intended for visualization of the 3D Head data available for a patient: 8 8 9 9 * surfaces of different types (cortex, face, skull, etc) 10 10 * connectivity region centers ... ... @@ -38,11 +38,11 @@ 38 38 from IPython.core.display_functions import display 39 39 ))) 40 40 41 -Then, we instantiate the ** SurfaceWidget** and a **FaceSurface** datatype that we want to visualize. Using the //**add_datatype**// method we add the surface to our widget and __display__ the widget:41 +Then, we instantiate the **HeadWidget** and a **FaceSurface** datatype that we want to visualize. Using the //**add_datatype**// method we add the surface to our widget and __display__ the widget: 42 42 43 43 (% class="box" %) 44 44 ((( 45 -widget = api. SurfaceWidget()45 +widget = api.HeadWidget() 46 46 47 47 face = surfaces.FaceSurface().from_file() 48 48 ... ... @@ -75,7 +75,7 @@ 75 75 76 76 seeg.configure() 77 77 78 -widget.add_datatype(seeg, api. SurfaceWidgetConfig(name='SEEG'))78 +widget.add_datatype(seeg, api.HeadWidgetConfig(name='SEEG')) 79 79 ))) 80 80 81 81 {{html}} ... ... @@ -88,7 +88,7 @@ 88 88 ((( 89 89 reg_map = region_mapping.RegionMapping.from_file() 90 90 91 -config = api. SurfaceWidgetConfig(name='Cortex')91 +config = api.HeadWidgetConfig(name='Cortex') 92 92 93 93 config.add_region_mapping_as_cmap(reg_map) 94 94