Difference between revisions of "Documentation/3.4"

From Slicer Wiki
Jump to: navigation, search
m
 
(30 intermediate revisions by 12 users not shown)
Line 1: Line 1:
Note: This page is currently under construction
+
<noinclude>{{documentation/versioncheck}}</noinclude>
 +
{{documentation/versionlist}}
  
 
=Introduction=
 
=Introduction=
Line 7: Line 8:
  
 
=How-To Tutorials=
 
=How-To Tutorials=
[http://wiki.na-mic.org/Wiki/index.php/Slicer3:Training Slicer3 tutorial page]
+
*[[Slicer3.4:Training|Slicer 3.4 tutorial]]
 +
*[http://wiki.na-mic.org/Wiki/index.php/Slicer3:Training Slicer3.2 tutorial page]
  
 
=Feature Request and Problem Reports=
 
=Feature Request and Problem Reports=
 
We have an [http://www.na-mic.org/Bug/my_view_page.php issues tracker] for Slicer 3. You need to create an account for filing reports. We keep track of both feature requests and bug reports. Make sure to use the pull-down in the upper right to select Slicer 3.
 
We have an [http://www.na-mic.org/Bug/my_view_page.php issues tracker] for Slicer 3. You need to create an account for filing reports. We keep track of both feature requests and bug reports. Make sure to use the pull-down in the upper right to select Slicer 3.
 +
=System Requirements=
 +
* ''Hardware:'' The hardware requirements are driven by the kind of analysis you wish to perform.  For large data sets we suggest the 64 bit linux build on a machine with several gig of memory (e.g. a 1000 slice CT is half a gig of memory just to load plus there are temporary copies in memory during any processing steps).  Note that Windows often does not make the full system memory available to applications. 
 +
* ''Disk Space:'' In addition to the installation directory (about 200 meg depending on platform), operations like installing downloaded extensions, caching internet data downloads, and running external programs will require additional memory; the exact amount depends on the operations you perform.  To be safe, an extra gig or more of free disk space is a good idea for "typical" uses such as neuro MR analysis.
 +
* ''Directory Settings:'' There are several user-selectable directory paths.  Please confirm that these paths point to locations with sufficient storage space for your intended use. 
 +
** ''View->Application Settings->Module Settings->Temporary Directory'' is used as scratch space when running modules.  By default this points to a new temp directory in your home directory.
 +
** ''View->Application Settings->Module Settings->Extensions Install Path'' is where newly downloaded extension modules will be saved.
 +
** ''View->Application Settings->Remote Data Handling Settings->Cache Directory'' is where downloaded data is stored for possible re-use.  This defaults to the same as the Temporary Directory.
  
 
=List of Modules=
 
=List of Modules=
Line 21: Line 30:
 
==Main GUI==
 
==Main GUI==
 
*[[Modules:MainApplicationGUI-Documentation-3.4| Main Application GUI]] (Wendy Plesniak)
 
*[[Modules:MainApplicationGUI-Documentation-3.4| Main Application GUI]] (Wendy Plesniak)
*[[Modules:EventBindings-3.4| List of Hotkeys and Keyboard Shortcuts]] (Wendy Plesniak)
+
*[[Modules:EventBindings-3.4| "Hot-keys" and Keyboard Shortcuts]] (Wendy Plesniak)
*[[Modules:DataModule-3.4| Loading Data through the Data Module]]
+
*[[Modules:DataModule-3.4| Loading Scenes and Individual Datasets through the Data Module]] (W Plesniak)
 
*[[Modules:Loading-Data-3.4| Data Loading Details]] (Steve Pieper)
 
*[[Modules:Loading-Data-3.4| Data Loading Details]] (Steve Pieper)
 
*[[Modules:Saving-Documentation-3.4| Saving Scenes and Data]] (Wendy Plesniak)
 
*[[Modules:Saving-Documentation-3.4| Saving Scenes and Data]] (Wendy Plesniak)
*[[Modules:SceneSnapshots-3.4| Scene Snapshots]] (Alex Yarmarkovich & Steve Pieper)
+
*[[Modules:SceneSnapshots-3.4| Creating and Restoring Scene Snapshots]] (Alex Yarmarkovich & Steve Pieper)
 +
*[[Modules:ExtensionsManagementWizard-Documentation-3.4| Extensions Management Wizard]] (Terry Lorber)
  
 
==Modules==
 
==Modules==
Line 31: Line 41:
 
[[Slicer3:Module_Documentation-3.4_Template|Slicer3:Module_Documentation-3.4_Template]]
 
[[Slicer3:Module_Documentation-3.4_Template|Slicer3:Module_Documentation-3.4_Template]]
 
*See above for info to be put into the Help and Acknowledgment Tabs
 
*See above for info to be put into the Help and Acknowledgment Tabs
*To put your lab's logo into a module, see [[Slicer3:Execution_Model_Documentation#Adding_Module_Logos_to_Slicer3|here]]
+
*To put your lab's logo into a module, see [[Slicer3:Execution_Model_Documentation#Adding_Module_Logos_to_Slicer3|here]] for plugin module, and [[Slicer3:Loadable_Modules:HOWTO#Adding_logo_to_your_module|here]] for loadable module.
 
===Core===
 
===Core===
  
Line 53: Line 63:
 
Please adhere to the naming scheme for the module documentation:
 
Please adhere to the naming scheme for the module documentation:
 
*[ [Modules:MyModuleNameNoSpaces-Documentation-3.4|My Module Name With Spaces] ] (First Last Name)
 
*[ [Modules:MyModuleNameNoSpaces-Documentation-3.4|My Module Name With Spaces] ] (First Last Name)
 +
 +
*[[Modules:PETCTFusion-Documentation-3.5|PETCTFusion]] (Wendy Plesniak)
  
 
===Wizards===
 
===Wizards===
Line 62: Line 74:
 
*[[Modules:QueryAtlas-Documentation-3.4|Query Atlas Module]] (Wendy Plesniak)
 
*[[Modules:QueryAtlas-Documentation-3.4|Query Atlas Module]] (Wendy Plesniak)
 
===Registration===
 
===Registration===
*Overview:
+
*[[Slicer3:Registration#Registration_in_3D_Slicer|Updated Registration Tools Overview & links to documentation, examples and tutorials]]
**The Register Images module is an integrated solution to all your registration needs, if you want to have a resampled volume as output. It provides access to rigid, affine and b-spline itk technologies.
 
**The Transforms Module allows to manually align two volumes. This can be used for initial alignment.
 
**Linear, affine  and Deformable B-Spline modules can be used stand-alone or one after the other. They can accept transformation matrices as the start pose and produce either transforms or resampled volumes as output.
 
**Transformation matrices derived from these modules can be used as input for resampling other volumes (including DTI) using the Resample Volume 2 module.
 
*[[Modules:RegisterImages-Documentation-3.4|Register Images]] (Stephen Aylward)
 
*[[Modules:Transforms-Documentation-3.4| Transforms Module]] (Alex Yarmarkovich)
 
*[[Modules:LinearRegistration-Documentation-3.4|Linear Registration]] (Daniel Blezek)
 
*[[Modules:AffineRegistration-Documentation-3.4|Affine Registration]] (Daniel Blezek)
 
*[[Modules:DeformableB-SplineRegistration-Documentation-3.4|Deformable B-Spline Registration]] (Bill Lorensen)
 
*[[Modules:RealignVolume-Documentation-3.4|ACPC Transform]] (Nicole Aucoin)
 
  
 
===Segmentation===
 
===Segmentation===
Line 88: Line 90:
 
*Estimation
 
*Estimation
 
**[[Modules:DiffusionTensorEstimation-Documentation-3.4|Diffusion Tensor Estimation]] (Raul San Jose Estepar)
 
**[[Modules:DiffusionTensorEstimation-Documentation-3.4|Diffusion Tensor Estimation]] (Raul San Jose Estepar)
*[[Modules:PythonExtractBaseline-Documentation-3.4|Python Extract Baseline DWI Volume]] (Julien von Siebenthal)
+
*[[Modules:PythonExtractBaseline-Documentation-3.4|Python Extract Baseline DWI Volume]] (Julien de Siebenthal)
 
*Filter
 
*Filter
 
**[[Modules:JointRicianLMMSEImageFilter-Documentation-3.4|Joint Rician LMMSE Image Filter]] (Antonio Tristán Vega, Santiago Aja Fernandez)
 
**[[Modules:JointRicianLMMSEImageFilter-Documentation-3.4|Joint Rician LMMSE Image Filter]] (Antonio Tristán Vega, Santiago Aja Fernandez)
 
**[[Modules:RicianLMMSEImageFilter-Documentation-3.4|Rician LMMSE Image Filter]] (Antonio Tristán Vega, Santiago Aja Fernandez, Marc Niethammer)
 
**[[Modules:RicianLMMSEImageFilter-Documentation-3.4|Rician LMMSE Image Filter]] (Antonio Tristán Vega, Santiago Aja Fernandez, Marc Niethammer)
 
**[[Modules:UnbiasedNonLocalMeans-Documentation-3.4|Unbiased Non Local Means filter for DWI]]  (Antonio Tristán Vega, Santiago Aja Fernandez)
 
**[[Modules:UnbiasedNonLocalMeans-Documentation-3.4|Unbiased Non Local Means filter for DWI]]  (Antonio Tristán Vega, Santiago Aja Fernandez)
*[[Modules:ShiftDWIValues-Documentation-3.4|Python Shift DWI Values]] (Julien von Siebenthal)
+
*[[Modules:ShiftDWIValues-Documentation-3.4|Python Shift DWI Values]] (Julien de Siebenthal)
*[[Modules:RecenterScalar2DWI-Documentation-3.4|Python Recenter Scalar to DWI Volume]] (Julien von Siebenthal)
+
*[[Modules:RecenterScalar2DWI-Documentation-3.4|Python Recenter Scalar to DWI Volume]] (Julien de Siebenthal)
  
 
====DTI====
 
====DTI====
Line 105: Line 107:
 
*[[Modules:FiducialSeeding-Documentation-3.4|Fiducial Seeding]] (Alex Yarmakovich, Steve Pieper)
 
*[[Modules:FiducialSeeding-Documentation-3.4|Fiducial Seeding]] (Alex Yarmakovich, Steve Pieper)
 
*[[Modules:DTIDisplay-Documentation-3.4|FiberBundles]] (Alex Yarmakovich)
 
*[[Modules:DTIDisplay-Documentation-3.4|FiberBundles]] (Alex Yarmakovich)
*[[Modules:StochasticTractography-Documentation-3.4|Python Stochastic Tractography]] (Julien von Siebenthal)
+
*[[Modules:StochasticTractography-Documentation-3.4|Python Stochastic Tractography]] (Julien de Siebenthal)
  
 
===IGT===
 
===IGT===
Line 121: Line 123:
 
**[[Modules:AddImages-Documentation-3.4|Add Images]] (Bill Lorensen)
 
**[[Modules:AddImages-Documentation-3.4|Add Images]] (Bill Lorensen)
 
**[[Modules:SubtractImages-Documentation-3.4|Subtract Images]] (Bill Lorensen)
 
**[[Modules:SubtractImages-Documentation-3.4|Subtract Images]] (Bill Lorensen)
 +
**[[Modules:CastImage-Documentation-3.4|Cast Image]] (Nicole Aucoin)
 
*Denoising
 
*Denoising
 
**[[Modules:GradientAnisotropicFilter-Documentation-3.4| Gradient Anisotropic Filter]]  (Bill Lorensen checked this in)
 
**[[Modules:GradientAnisotropicFilter-Documentation-3.4| Gradient Anisotropic Filter]]  (Bill Lorensen checked this in)
 
**[[Modules:CurvatureAnisotropicDiffusion-Documentation-3.4|Curvature Anisotropic Diffusion]] (Bill Lorensen)
 
**[[Modules:CurvatureAnisotropicDiffusion-Documentation-3.4|Curvature Anisotropic Diffusion]] (Bill Lorensen)
 
**[[Modules:GaussianBlur-Documentation-3.4|Gaussian Blur]] (Julien Jomier, Stephen Aylward)  
 
**[[Modules:GaussianBlur-Documentation-3.4|Gaussian Blur]] (Julien Jomier, Stephen Aylward)  
**[[Modules:MedianFilter-Documentation-3.4|Median Filter]] (Bill Lorensen)
+
**[[Modules:MedianFilter-Documentation-3.6|Median Filter]] (Bill Lorensen)
 
*Morphology
 
*Morphology
 
**[[Modules:VotingBinaryHoleFilling-Documentation-3.4|Voting Binary Hole Filling]] (Bill Lorensen)
 
**[[Modules:VotingBinaryHoleFilling-Documentation-3.4|Voting Binary Hole Filling]] (Bill Lorensen)
 
**[[Modules:GrayscaleFillHole-Documentation-3.4|Grayscale Fill Hole]] (Bill Lorensen)
 
**[[Modules:GrayscaleFillHole-Documentation-3.4|Grayscale Fill Hole]] (Bill Lorensen)
 
**[[Modules:GrayscaleGrindPeak-Documentation-3.4|Grayscale Grind Peak]] (Bill Lorensen)
 
**[[Modules:GrayscaleGrindPeak-Documentation-3.4|Grayscale Grind Peak]] (Bill Lorensen)
 +
 
===Surface Models===
 
===Surface Models===
 
*[[Modules:Model_Maker-Documentation-3.4| Modelmaker]] (Nicole Aucoin)
 
*[[Modules:Model_Maker-Documentation-3.4| Modelmaker]] (Nicole Aucoin)
Line 162: Line 166:
 
*[[Modules:ScriptedModuleExample-Documentation-3.4| Scripted Module Example]] (Steve Pieper)
 
*[[Modules:ScriptedModuleExample-Documentation-3.4| Scripted Module Example]] (Steve Pieper)
  
=Modules for Downloading=
+
=Extensions for Downloading=
 
[[Image:SlicerOnNITRC2009.png|thumb|right|Slicer on NITRC]]
 
[[Image:SlicerOnNITRC2009.png|thumb|right|Slicer on NITRC]]
Work is in progress to create infrastructure for searching and loading plug-in modules. See [[Slicer3:Loadable_Modules:Status|here]] for more information.
+
Work is in progress to create infrastructure for searching and loading extensions. See [[Slicer3:Extensions]] for more information.
*This will allow contributors and software developers to post their own Slicer plug-ins and have them compiled against the "official" versions of Slicer.
+
*This will allow contributors and software developers to post their own Slicer extensions and have them compiled against the "official" versions of Slicer.
*Users can browse these contributed plug-ins and install them on their own versions of Slicer.
+
*Users can browse these contributed extensions and install them on their own versions of Slicer.
 +
 
 +
 
 +
We are currently using NITRC as a repository for contributed extensions. As a general rule, we do not test them ourselves, it is the downloaders job to ensure that they do what they want them to do.
 +
Click [http://www.nitrc.org/search/?type_of_search=soft&words=slicer3&Search.x=0&Search.y=0&Search=Search  here] to see a listing of Slicer 3 extensions on NITRC.
  
 +
[[Image:Slicer-3.4.1-extension-manager-2009-10-02.png|thumb|right|Extension manager dialog box]]
 +
To add extension modules to an installed binary of slicer:
  
We are currently using NITRC as a repository for contributed modules. As a general rule, we do not test them ourselves, it is the downloaders job to ensure that they do what they want them to do.
+
* Use the View->Extension Manager menu option
Click [http://www.nitrc.org/search/?type_of_search=soft&words=slicer3&Search.x=0&Search.y=0&Search=Search  here] to see a listing of Slicer 3 modules on NITRC.
+
* The dialog will be initialized with the URL to the extensions that have been compiled to match your binary of slicer.
 +
** '''Note''' installing extensions from a different repository URL is likely to be unstable due to platform and software version differences.
 +
** You can select a local install directory for your downloaded extensions (be sure to choose a directory with enough free space).
 +
* Select the extensions you wish to install and click to download them. Installed extensions will be available when you restart slicer.
 +
* To turn modules on or off, you can use the Module Settings page of the View->Application Settings dialog.
  
 
=XNAT Desktop and FetchMI=
 
=XNAT Desktop and FetchMI=
Line 179: Line 193:
 
*In the future (summer 2009) xnd will be able to upload and download mrml scenes to xnat enterprise.
 
*In the future (summer 2009) xnd will be able to upload and download mrml scenes to xnat enterprise.
  
*FetchMI is the current interface inside slicer for exploring information stored in xnd and down and upload such data.
+
*FetchMI is the current interface inside slicer for exploring information stored in xnd and down and upload such data. It is a "sandbox" implementation to help us understand how users will want to use remotely stored data and metadata in the Slicer environment. Eventually, FetchMI's remote load and save will be integrated with Slicer's existing load and save interfaces, and FetchMI's data tagging functionality will be more fully developed as a new metadata authoring module.
*See [[Modules:FetchMI-Documentation-3.4|here]] for more information about FETCHMI
+
*See [[Modules:FetchMI-Documentation-3.4|here]] for more information about FETCHMI. User comments and suggestions are welcome.
 +
 
 +
=FreeSufer Integration=
 +
 
 +
* FreeSurfer surfaces and scalar overlays can be loaded via the [[Modules:Models-Documentation-3.4|Models]] module and MGZ volumes can be loaded via the File ->  Add Data widget.
 +
* More detailed information can be found [[Modules:Freesurfer-Documentation-3.4|here]].
  
 
= Requirements for modules to be added to the release=
 
= Requirements for modules to be added to the release=
Line 186: Line 205:
 
|-
 
|-
 
| rowspan="2"|  
 
| rowspan="2"|  
* The module is '''feature complete''' for the tasks advertised on 2-4-2009
+
* The module is '''feature complete''' for the tasks advertised
 
* The module has a '''test'''. See [http://wiki.na-mic.org/Wiki/index.php/Slicer3:Execution_Model_Testing '''here'''] for more information.
 
* The module has a '''test'''. See [http://wiki.na-mic.org/Wiki/index.php/Slicer3:Execution_Model_Testing '''here'''] for more information.
 
* Module has '''documentation''' on the [[Documentation-3.4#Modules|Slicer wiki]]. Please use the template provided [[Documentation-3.4#Modules|'''here''']] to structure your page.  
 
* Module has '''documentation''' on the [[Documentation-3.4#Modules|Slicer wiki]]. Please use the template provided [[Documentation-3.4#Modules|'''here''']] to structure your page.  
Line 193: Line 212:
 
** '''Style Guide:''' All acknowledgment icons should be 100x100 pixels, preferably in png format.
 
** '''Style Guide:''' All acknowledgment icons should be 100x100 pixels, preferably in png format.
 
** '''Accessing logos:''' Icons for BIRN, NAC, NA-MIC and IGT are included in Slicer3/Base/GUI//vtkSlicerBaseAcknowledgementLogoIcons.cxx/h and resources for them are in Slicer3/Base/GUI/Resources/vtkSlicerBaseAcknowledgementLogos_ImageData.h. The API for vtkSlicerModuleGUI provides access to these icons.  
 
** '''Accessing logos:''' Icons for BIRN, NAC, NA-MIC and IGT are included in Slicer3/Base/GUI//vtkSlicerBaseAcknowledgementLogoIcons.cxx/h and resources for them are in Slicer3/Base/GUI/Resources/vtkSlicerBaseAcknowledgementLogos_ImageData.h. The API for vtkSlicerModuleGUI provides access to these icons.  
** '''Adding logos:''' Please add additional image resources and logo icons to these files as required in order to promote shared use (and to prevent duplication in the code.)
+
** '''Adding logos:''' Please add your logos and additional image resources to the location reference above in order to promote shared use (and to prevent duplication in the code.)
* If your module has [[Documentation-3.2|documentation in Slicer 3.2]], please copy/paste/update into the 3.4 version
 
 
| style="background: #e5e5e5" align="center"| Examples for the Help and  
 
| style="background: #e5e5e5" align="center"| Examples for the Help and  
 
Acknowledgment Panels
 
Acknowledgment Panels

Latest revision as of 07:30, 14 June 2013

Home < Documentation < 3.4


For the latest Slicer documentation, visit the read-the-docs.


Nightly 4.10 4.8 4.6 4.5 4.4 4.3 4.2 4.1 4.0 3.6 3.5 3.4 3.2 ALL VERSIONS

Introduction

This page is a portal for documentation about Slicer 3.4. For information for software developers, please go to the Developers page (see link in navigation box to the left).

How-To Tutorials

Feature Request and Problem Reports

We have an issues tracker for Slicer 3. You need to create an account for filing reports. We keep track of both feature requests and bug reports. Make sure to use the pull-down in the upper right to select Slicer 3.

System Requirements

  • Hardware: The hardware requirements are driven by the kind of analysis you wish to perform. For large data sets we suggest the 64 bit linux build on a machine with several gig of memory (e.g. a 1000 slice CT is half a gig of memory just to load plus there are temporary copies in memory during any processing steps). Note that Windows often does not make the full system memory available to applications.
  • Disk Space: In addition to the installation directory (about 200 meg depending on platform), operations like installing downloaded extensions, caching internet data downloads, and running external programs will require additional memory; the exact amount depends on the operations you perform. To be safe, an extra gig or more of free disk space is a good idea for "typical" uses such as neuro MR analysis.
  • Directory Settings: There are several user-selectable directory paths. Please confirm that these paths point to locations with sufficient storage space for your intended use.
    • View->Application Settings->Module Settings->Temporary Directory is used as scratch space when running modules. By default this points to a new temp directory in your home directory.
    • View->Application Settings->Module Settings->Extensions Install Path is where newly downloaded extension modules will be saved.
    • View->Application Settings->Remote Data Handling Settings->Cache Directory is where downloaded data is stored for possible re-use. This defaults to the same as the Temporary Directory.

List of Modules

Overview

  • The documentation on this page has been created for Slicer 3.4 and discusses the features and capabilities of menu items and panels. It is intended to be used as a live reference manual. This is a wiki. You are welcome to add to the content and improve it.
  • In addition to the hundereds of smaller changes and improvements to Slicer in general, there are two substantial new addtions to Slicer 3.4:
    • A new infrastructure to find and add plug-ins from a repository. See here for more information.
    • A new database using XNAT desktop. See here for more information.

Main GUI

Modules

  • Please copy the template linked below, paste it into your page and customize it with your module's information.

Slicer3:Module_Documentation-3.4_Template

  • See above for info to be put into the Help and Acknowledgment Tabs
  • To put your lab's logo into a module, see here for plugin module, and here for loadable module.

Core

Additional modules may appear in this section of the menu if they are not otherwise categorized by the developer.

Specialized Modules

Please adhere to the naming scheme for the module documentation:

  • [ [Modules:MyModuleNameNoSpaces-Documentation-3.4|My Module Name With Spaces] ] (First Last Name)

Wizards

Informatics Modules

Registration

Segmentation

Statistics

Diffusion

DWI

DTI

Tractography

IGT

Filtering

Surface Models

  • Modelmaker (Nicole Aucoin)
  • Grayscale Model Maker (Bill Lorensen)

Batch processing

Converters

Work in Progress

Various tools in development will appear here depending on the version of slicer you are using.

Developer Tools

Extensions for Downloading

Slicer on NITRC

Work is in progress to create infrastructure for searching and loading extensions. See Slicer3:Extensions for more information.

  • This will allow contributors and software developers to post their own Slicer extensions and have them compiled against the "official" versions of Slicer.
  • Users can browse these contributed extensions and install them on their own versions of Slicer.


We are currently using NITRC as a repository for contributed extensions. As a general rule, we do not test them ourselves, it is the downloaders job to ensure that they do what they want them to do. Click here to see a listing of Slicer 3 extensions on NITRC.

Extension manager dialog box

To add extension modules to an installed binary of slicer:

  • Use the View->Extension Manager menu option
  • The dialog will be initialized with the URL to the extensions that have been compiled to match your binary of slicer.
    • Note installing extensions from a different repository URL is likely to be unstable due to platform and software version differences.
    • You can select a local install directory for your downloaded extensions (be sure to choose a directory with enough free space).
  • Select the extensions you wish to install and click to download them. Installed extensions will be available when you restart slicer.
  • To turn modules on or off, you can use the Module Settings page of the View->Application Settings dialog.

XNAT Desktop and FetchMI

  • Work is underway to use XNAT desktop (xnd) as a local database for Slicer. This database will exist in parallel with the other load and save mechanisms and will allow to download/upload individual files or entire scenes with all their dependent files.
  • Users of Slicer will have to install xnd on their computer. Once set up, the FetchMI interface will allow users to upload and download mrml scenes with all the dependent files, or individual volumes, models, other components of slicer scenes.
  • See here for a link to the download site for xnd. See here for documentation on how to install XNAT desktop on your computer.
  • On Macs and Linux you currently have to change permissions of the executable after installation.
  • In the future (summer 2009) xnd will be able to upload and download mrml scenes to xnat enterprise.
  • FetchMI is the current interface inside slicer for exploring information stored in xnd and down and upload such data. It is a "sandbox" implementation to help us understand how users will want to use remotely stored data and metadata in the Slicer environment. Eventually, FetchMI's remote load and save will be integrated with Slicer's existing load and save interfaces, and FetchMI's data tagging functionality will be more fully developed as a new metadata authoring module.
  • See here for more information about FETCHMI. User comments and suggestions are welcome.

FreeSufer Integration

  • FreeSurfer surfaces and scalar overlays can be loaded via the Models module and MGZ volumes can be loaded via the File -> Add Data widget.
  • More detailed information can be found here.

Requirements for modules to be added to the release

  • The module is feature complete for the tasks advertised
  • The module has a test. See here for more information.
  • Module has documentation on the Slicer wiki. Please use the template provided here to structure your page.
  • Please add a pointer to the documentation on the Slicer wiki to the the Help tab of the module. See the Editor module in Slicer for an example.
  • The contributor (and their manager/advisor), the lab (with labs/institution logo) and the funding source (with grant number, logo optional) are listed in the Acknowledgment tab of the module. Please see the Models module for and example. The people listed in the acknowledgement will be the primary people for support and maintenance relative of the module.
    • Style Guide: All acknowledgment icons should be 100x100 pixels, preferably in png format.
    • Accessing logos: Icons for BIRN, NAC, NA-MIC and IGT are included in Slicer3/Base/GUI//vtkSlicerBaseAcknowledgementLogoIcons.cxx/h and resources for them are in Slicer3/Base/GUI/Resources/vtkSlicerBaseAcknowledgementLogos_ImageData.h. The API for vtkSlicerModuleGUI provides access to these icons.
    • Adding logos: Please add your logos and additional image resources to the location reference above in order to promote shared use (and to prevent duplication in the code.)
Examples for the Help and

Acknowledgment Panels

SlicerHelpExample.png
SlicerAcknowledgementExample.png