Changes between Version 8 and Version 9 of barSoftwareGUI
- Timestamp:
- 10/12/11 08:18:44 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
barSoftwareGUI
v8 v9 13 13 14 14 To facilitate reconstruction process a simple graphical user interface was prepared. 15 Below, the 3dBAR reconstruction GUI with an exemplary CAF dataset loaded (`Johnson et. al., 2010 <http://www.ncbi.nlm.nih.gov/pubmed/20600960>`_) it presented. 15 16 16 +------------+------------+ 17 | |figA| | |figB| | 18 +------------+------------+ 17 |figA| 18 19 **Figure 1:** The `structure selection tab`. The *Striatum* selected for reconstruction (gray highlight); *Amygdala* and *Hippocampus* loaded as context models (red font). The reconstruction of `Hypothalamus` is cached and available for loading (bold font). 20 21 |figB| 22 23 **Figure 2:** The *model customization tab*. Reconstructions of *Striatum*, *Amygdala* and *Hippocampus* are presented. 19 24 20 25 21 **Figure 1:** The 3dBAR reconstruction GUI with an exemplary CAF dataset loaded (`Johnson et. al., 2010 <http://www.ncbi.nlm.nih.gov/pubmed/20600960>`_). The *Striatum* selected for reconstruction (gray highlight); and *Hippocampus* loaded as context models (red font). The reconstruction of `Hypothalamus` is cached and available for loading (bold font). A) The structure selection tab B) The model customization tab. 26 Selecting structures 27 ==================== 22 28 23 24 The left panel contains ontology tree loaded from CAF index file. One 29 The left panel contains *ontology tree* loaded from CAF index file. One 25 30 can browse through structures, select them for reconstruction or 26 load already reconstructed, cached models. 27 two tabs. *Structure selection * tabdisplays detailed31 load already reconstructed, cached models. The right panel contains 32 two tabs. *Structure selection tab* displays detailed 28 33 information about the currently selected structure for reconstruction. 29 34 This includes abbreviated and full name of the structure, span of … … 35 40 36 41 42 Viewing and customizing the reconstructions 43 =========================================== 44 45 The model customization tab. 37 46 Reconstructed models can be viewed in the *Model customization tab* 38 (Fig. B) which also39 provides access to parameters of VTK customizationpipeline. The47 (Fig. 2) which also 48 provides access to parameters of VTK pipeline. The 40 49 preview is displayed in the form of triangular mesh although the 41 50 actual model is still stored in volumetric form. … … 59 68 60 69 70 Generating multiple reconstructions 71 =================================== 72 61 73 Multiple reconstructions can be performed one by one as described 62 74 above. However, this is convenient only when few models are required. … … 69 81 reconstructed they are loaded into preview window as context models. 70 82 83 Exporting the models 84 ==================== 71 85 72 86 By default models are cached in the directory where CAF dataset is … … 77 91 models from the new directory. 78 92 79 80 93 3d Brain Atlas Reconstructor GUI offers three ways of exporting three dimensional 81 94 models. Single reconstructions may be cached as polygonal data 82 ( *vtkPolyData*) or exported as volumetric datasets in the native83 VTK *vtkImageData* or NIfTI(Neuroimaging Informatics Technology95 (vtkPolyData_) or exported as volumetric datasets in the native 96 VTK vtkImageData_ or NIfTI_ (Neuroimaging Informatics Technology 84 97 Initiative) formats. Complex scenes containing numerous context models 85 may be exported into VRML (Virtual Reality Modelling Language)format.86 98 may be exported into VRML_ (Virtual Reality Modelling Language) or X3D_ format. 99 87 100 ------------------------------- 88 101 |3dBAR| CLI reconstruction tool … … 96 109 97 110 .. |3dBAR| replace:: 3D Brain Atlas Reconstructor 111 112 .. _vtkImageData: http://vtk.org/doc/nightly/html/classvtkImageData.html 113 .. _vtkPolyData: http://vtk.org/doc/nightly/html/classvtkPolyData.html 114 .. _NIfTI: http://nifti.nimh.nih.gov/nifti-1/ 115 .. _VRML: http://en.wikipedia.org/wiki/VRML 116 .. _X3D: 98 117 }}}