Changes for page Widget 3D Head
Last modified by paulapopa on 2025/05/30 15:03
Summary
-
Page properties (3 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 -Widget 3D 1 +Widget 3D Head - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. paulapopa1 +XWiki.ldomide - Content
-
... ... @@ -1,8 +1,10 @@ 1 - TODO- Not yet released!1 +NOTE - Not yet released, but testable here 2 2 3 +[[https:~~/~~/lab.ch.ebrains.eu/hub/user-redirect/lab/tree/shared/TVB%20Widgets/REPO/tvb-widgets/notebooks>>https://lab.ch.ebrains.eu/hub/user-redirect/lab/tree/shared/TVB%20Widgets/REPO/tvb-widgets/notebooks]] 4 + 3 3 == Purpose == 4 4 5 -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: 6 6 7 7 * surfaces of different types (cortex, face, skull, etc) 8 8 * connectivity region centers ... ... @@ -36,11 +36,11 @@ 36 36 from IPython.core.display_functions import display 37 37 ))) 38 38 39 -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: 40 40 41 41 (% class="box" %) 42 42 ((( 43 -widget = api. SurfaceWidget()45 +widget = api.HeadWidget() 44 44 45 45 face = surfaces.FaceSurface().from_file() 46 46