Difference between revisions of "Documentation/3.5"
From Slicer Wiki
m |
|||
(26 intermediate revisions by 11 users not shown) | |||
Line 1: | Line 1: | ||
+ | <noinclude>{{documentation/versioncheck}}</noinclude> | ||
+ | {{documentation/versionlist}} | ||
+ | |||
=Main GUI= | =Main GUI= | ||
Line 25: | Line 28: | ||
* The module is '''feature complete''', it does everything that it advertises it can do | * The module is '''feature complete''', it does everything that it advertises it can do | ||
* 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.5#Modules|Slicer wiki]]. Please use the template provided [[Documentation-3.5#Modules|'''here''']] to structure your page. | + | * Module has '''documentation''' on the [[Documentation-3.5#Modules|Slicer wiki]]. Please use the template provided [[Documentation-3.5#Modules|'''here''']] to structure your page. Please keep in mind that our users are not computer scientists with a background in computer vision. |
*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. | *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 an example. The people listed in the acknowledgement will be the primary people for support and maintenance relative of the module. | + | * 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 an example. The people listed in the acknowledgement will be the primary people for support and maintenance relative of the module. [[Slicer3:Execution_Model_Documentation#Adding_Module_Logos_to_Slicer3|See here for more information.]] |
** '''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 additional image resources and logo icons to these files as required in order to promote shared use (and to prevent duplication in the code.) | ||
* Many modules are better suited to be [[Documentation-3.4#Extensions_for_Downloading|downloadable extensions]]. The same module creation guidelines apply, but the actual implementation is done outside of the slicer source code repository. | * Many modules are better suited to be [[Documentation-3.4#Extensions_for_Downloading|downloadable extensions]]. The same module creation guidelines apply, but the actual implementation is done outside of the slicer source code repository. | ||
+ | * Follow [[Documentation-3.5-Rons-Rules|"Rons rules for tools"]] | ||
| style="background: #e5e5e5" align="center"| Examples for the Help and | | style="background: #e5e5e5" align="center"| Examples for the Help and | ||
Acknowledgment Panels | Acknowledgment Panels | ||
Line 39: | Line 43: | ||
=List of Modules new to 3.5= | =List of Modules new to 3.5= | ||
− | * [[Modules:MRIBiasFieldCorrection-Documentation-3.5|MRI Bias Field Correction]] ( | + | * [[Modules:AtlasCreator-Documentation-3.5|Atlas Creator]] (Sylvain Jaume) |
+ | * [[Modules:MRIBiasFieldCorrection-Documentation-3.5|MRI Bias Field Correction]] (Sylvain Jaume) | ||
* [[Modules:FourDImage-Documentation-3.5|4D Image (Viewer)]] (Junichi Tokuda) | * [[Modules:FourDImage-Documentation-3.5|4D Image (Viewer)]] (Junichi Tokuda) | ||
* [[Modules:FourDAnalysis-Documentation-3.5|4D Analysis (Time-intensity curve plotting and analysis)]] (Junichi Tokuda) | * [[Modules:FourDAnalysis-Documentation-3.5|4D Analysis (Time-intensity curve plotting and analysis)]] (Junichi Tokuda) | ||
* [[Modules:FastMarchingSegmentation-Documentation-3.5|Fast Marching segmentation]] (Andriy Fedorov) | * [[Modules:FastMarchingSegmentation-Documentation-3.5|Fast Marching segmentation]] (Andriy Fedorov) | ||
* [[Modules:GyriContourSegmentation-Documentation-3.5|Gyri Contour Segmentation]] (Peter Karasev) | * [[Modules:GyriContourSegmentation-Documentation-3.5|Gyri Contour Segmentation]] (Peter Karasev) | ||
− | * [[Modules:ExtractSubvolumeROI-Documentation-3.5|Subvolume extraction with ROI widget]] (Andriy Fedorov) | + | * [[Modules:ExtractSubvolumeROI-Documentation-3.5|Subvolume extraction with ROI widget]] (aka ExtractSubvolumeROI, CropVolume) (Andriy Fedorov) |
* [[Modules:RegistrationMetrics-Documentation-3.5 | Registration Metrics (HD and DSC) ]] (Haytham Elhawary) | * [[Modules:RegistrationMetrics-Documentation-3.5 | Registration Metrics (HD and DSC) ]] (Haytham Elhawary) | ||
* [[Modules:Measurements-Documentation-3.5 | Measurements (rulers and angles) ]] (Nicole Aucoin) | * [[Modules:Measurements-Documentation-3.5 | Measurements (rulers and angles) ]] (Nicole Aucoin) | ||
+ | * [[Modules:RegisterImagesMultiRes-Documentation-3.5 | Affine registration ]] (Casey Goodlett) | ||
+ | * [[Modules:CollectFiducials-Documentation-3.5 | Collect Patient Fiducials ]] (Andrew Wiles) | ||
+ | * [[Modules:IGTToolSelector-Documentation-3.5 | IGT Tool Selector ]] (Andrew Wiles) | ||
=List of pre-existing Modules= | =List of pre-existing Modules= | ||
Line 76: | Line 84: | ||
*[[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|Overview of all Registration Modules ]] |
− | ** | + | **[[Modules:RegisterImages-Documentation-3.5|Register Images (''Upgraded Version'')]] (Casey Goodlett, Stephen Aylward) |
− | ** | + | **[[Modules:RegisterImagesMultires-Documentation-3.5|Register Images Multires]] (Casey Goodlett, Stephen Aylward) |
− | + | **[[Modules:FiducialRegistration-Documentation-3.5|Fiducial-Based Registration]] (Casey Goodlett) | |
− | + | **[[Modules:Transforms-Documentation-3.4| Transforms Module]] (Alex Yarmarkovich) | |
− | *[[Modules: | + | **[[Modules:LinearRegistration-Documentation-3.4|Linear Registration]] (Daniel Blezek) |
− | *[[Modules:Transforms-Documentation-3.4| Transforms Module]] (Alex Yarmarkovich) | + | **[[Modules:AffineRegistration-Documentation-3.4|Affine Registration]] (Daniel Blezek) |
− | *[[Modules:LinearRegistration-Documentation-3.4|Linear Registration]] (Daniel Blezek) | + | **[[Modules:DeformableB-SplineRegistration-Documentation-3.4|Deformable B-Spline Registration]] (Bill Lorensen) |
− | *[[Modules:AffineRegistration-Documentation-3.4|Affine Registration]] (Daniel Blezek) | + | **[[Modules:DemonsRegistration-Documentation-3.5|Demons Registration]] (Tom Vercauteren, Kilian Pohl) |
− | *[[Modules:DeformableB-SplineRegistration-Documentation-3.4|Deformable B-Spline Registration]] (Bill Lorensen) | + | **[[Modules:RealignVolume-Documentation-3.4|ACPC Transform]] (Nicole Aucoin) |
− | *[[Modules:RealignVolume-Documentation-3.4|ACPC Transform]] (Nicole Aucoin) | ||
===Segmentation=== | ===Segmentation=== | ||
Line 138: | Line 145: | ||
**[[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) | ** [[Modules:CastImage-Documentation-3.4|Cast Image]] (Nicole Aucoin) | ||
+ | ** [[Modules:MaskImage-Documentation-3.4|Mask Image]] ( ) | ||
*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) | ||
Line 183: | Line 191: | ||
We are using NITRC as the primary repository for contributed extensions. As a general rule, we do not test the extensions ourselves. Use them at your own risk. | We are using NITRC as the primary repository for contributed extensions. As a general rule, we do not test the extensions ourselves. Use them at your own risk. | ||
− | Click [http://www.nitrc.org/search/?type_of_search= | + | Click [http://www.nitrc.org/search/?type_of_search=site&q=slicer3&sa.x=30&sa.y=10&sa=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]] | [[Image:Slicer-3.4.1-extension-manager-2009-10-02.png|thumb|right|Extension manager dialog box]] | ||
Line 211: | Line 219: | ||
* [[Modules:LabelDiameterEstimation-Documentation-3.5|Label Diameter Estimation]] (Andriy Fedorov) | * [[Modules:LabelDiameterEstimation-Documentation-3.5|Label Diameter Estimation]] (Andriy Fedorov) | ||
+ | |||
+ | * [[Modules:ABC-Documentation-3.5|ABC]] (Marcel Prastawa) | ||
+ | * [[Modules:HAMMER]] (GuorongWu, XiaodongTao, JimMiller, DinggangShen) | ||
===Extensions Contact List=== | ===Extensions Contact List=== | ||
This is a first pass list of extension authors; more to come! | This is a first pass list of extension authors; more to come! | ||
− | + | {| | |
− | + | |ABC || Marcel Prastawa || prastawa@sci.utah.edu | |
− | + | |- | |
− | + | |EMFiberClusteringModule|| Mahnaz Maddah || maddah @nospam@ ge.com | |
− | + | |- | |
− | + | |BRAINSROIAuto || Greg Harris || gregory-harris @nospam@ uiowa.edu | |
− | + | |- | |
− | + | |Bubble Maker || Carlos Mendoza || carlos.sanchez.medoza @nospam@ gmail.com | |
− | + | |- | |
+ | |Hammer Registration || Dinggang Shen || dgshen @nospam@ med.unc.edu | ||
+ | |- | ||
+ | |Lupus Lesion || Mark Scully || mscully @nospam@ mrn.org | ||
+ | |- | ||
+ | |VmtkSlicerModule || Daniel Haehn || haehn @nospam@ bwh.harvard.edu | ||
+ | |- | ||
+ | |Vmtkin3DSlicer || Daniel Haehn || haehn @nospam@ bwh.harvard.edu | ||
+ | |- | ||
+ | |BRAINSFit || Eun Young Kim || eunyoung-kim @nospam@ uiowa.edu | ||
+ | |- | ||
+ | |ARCTIC || Cedric Mathieu || ced.mathieu @nospam@ gmail.com | ||
+ | |} |
Latest revision as of 07:30, 14 June 2013
Home < Documentation < 3.5
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
Contents
Main GUI
Main GUI
- Main Application GUI
- "Hot-keys" and Keyboard Shortcuts
- Loading Scenes and Individual Datasets through the Data Module
- Data Loading Details
- Saving Scenes and Data
- Creating and Restoring Scene Snapshots
- Extensions Management Wizard (Terry G.)
Modules
- Please copy the template linked below, paste it into your page and customize it with your module's information.
Slicer3:Module_Documentation-3.5_Template
- See below for info to be put into the Help and Acknowledgment Tabs
- To put your lab's logo into a module, see here
Please adhere to the naming scheme for the module documentation:
- [ [Modules:MyModuleNameNoSpaces-Documentation-3.5|My Module Name With Spaces] ] (First Last Name)
Requirements for Modules
|
Examples for the Help and
Acknowledgment Panels |
List of Modules new to 3.5
- Atlas Creator (Sylvain Jaume)
- MRI Bias Field Correction (Sylvain Jaume)
- 4D Image (Viewer) (Junichi Tokuda)
- 4D Analysis (Time-intensity curve plotting and analysis) (Junichi Tokuda)
- Fast Marching segmentation (Andriy Fedorov)
- Gyri Contour Segmentation (Peter Karasev)
- Subvolume extraction with ROI widget (aka ExtractSubvolumeROI, CropVolume) (Andriy Fedorov)
- Registration Metrics (HD and DSC) (Haytham Elhawary)
- Measurements (rulers and angles) (Nicole Aucoin)
- Affine registration (Casey Goodlett)
- Collect Patient Fiducials (Andrew Wiles)
- IGT Tool Selector (Andrew Wiles)
List of pre-existing Modules
Core
- Camera Module (Sebastian Barre)
- Welcome Module (Wendy Plesniak, Steve Pieper, Sonia Pujol, Ron Kikinis)
- Volumes Module (Alex Yarmarkovich, Steve Pieper)
- Diffusion Editor (Kerstin Kessel)
- Models Module (Alex Yarmarkovich)
- Fiducials Module (Nicole Aucoin)
- Data Module (Alex Yarmarkovich)
- Slices Module (Jim Miller)
- Color Module (Nicole Aucoin)
- Interactive Editor (Steve Pieper)
- ROI Module (Alex Yarmarkovich)
- Volume Rendering Module (Yanling Liu, Alex Yarmarkovich)
Specialized Modules
Please adhere to the naming scheme for the module documentation:
- [ [Modules:MyModuleNameNoSpaces-Documentation-3.5|My Module Name With Spaces] ] (First Last Name)
Wizards
- ChangeTracker (Andriy Fedorov)
- IA FE Meshing Module (Vince Magnotta)
Informatics Modules
- Fetch Medical Informatics Module (Wendy Plesniak)
- QDEC Module (Nicole Aucoin)
- Query Atlas Module (Wendy Plesniak)
Registration
- Overview of all Registration Modules
- Register Images (Upgraded Version) (Casey Goodlett, Stephen Aylward)
- Register Images Multires (Casey Goodlett, Stephen Aylward)
- Fiducial-Based Registration (Casey Goodlett)
- Transforms Module (Alex Yarmarkovich)
- Linear Registration (Daniel Blezek)
- Affine Registration (Daniel Blezek)
- Deformable B-Spline Registration (Bill Lorensen)
- Demons Registration (Tom Vercauteren, Kilian Pohl)
- ACPC Transform (Nicole Aucoin)
Segmentation
- EM Segment (Sylvain Jaume, Nicolas Rannou)
- EM Segment Command-Line (Brad Davis, Will Schroeder)
- EM Segment Simple (Brad Davis, Will Schroeder)
- EM Segment Template Builder (Brad Davis, Will Schroeder)
- Simple Region Growing (Jim Miller)
- Otsu Threshold (Bill Lorensen)
Statistics
- Label Statistics (Steve Pieper)
Diffusion
DWI
- Estimation
- Diffusion Tensor Estimation (Raul San Jose Estepar)
- Python Extract Baseline DWI Volume (Julien de Siebenthal)
- Filter
- Joint Rician LMMSE Image Filter (Antonio Tristán Vega, Santiago Aja Fernandez)
- Rician LMMSE Image Filter (Antonio Tristán Vega, Santiago Aja Fernandez, Marc Niethammer)
- Unbiased Non Local Means filter for DWI (Antonio Tristán Vega, Santiago Aja Fernandez)
- Python Shift DWI Values (Julien de Siebenthal)
- Python Recenter Scalar to DWI Volume (Julien de Siebenthal)
DTI
- Resample DTI Volume (Francois Budin)
- Diffusion Tensor Scalar Measurements (Raul San Jose Estepar)
- Analysis
Tractography
- Label Seeding (Raul San Jose Estepar)
- Fiducial Seeding (Alex Yarmakovich, Steve Pieper)
- FiberBundles (Alex Yarmakovich)
- Python Stochastic Tractography (Julien de Siebenthal)
- ROI Select (Lauren O'Donnell)
IGT
- OpenIGTLinkIF Module (Junichi Tokuda)
- NeuroNav Module (Haiying Liu)
- ProstateNav Module (Junichi Tokuda)
Filtering
- Checkerboard Filter (Bill Lorensen)
- Histogram Matching (Bill Lorensen)
- Image Label Combine (Alex Yarmarkovich)
- Resample Volume (Bill Lorensen)
- Resample Volume2 (Francois Budin)
- Threshold Image (Nicole Aucoin)
- Arithmetic
- Add Images (Bill Lorensen)
- Subtract Images (Bill Lorensen)
- Cast Image (Nicole Aucoin)
- Mask Image ( )
- Denoising
- Gradient Anisotropic Filter (Bill Lorensen checked this in)
- Curvature Anisotropic Diffusion (Bill Lorensen)
- Gaussian Blur (Julien Jomier, Stephen Aylward)
- Median Filter (Bill Lorensen)
- Morphology
- Voting Binary Hole Filling (Bill Lorensen)
- Grayscale Fill Hole (Bill Lorensen)
- Grayscale Grind Peak (Bill Lorensen)
Surface Models
- Modelmaker (Nicole Aucoin)
- Grayscale Model Maker (Bill Lorensen)
- Freesurfer Surface Section Extraction (Katharina Quintus)
- Python Surface Connectivity (Luca Antiga, Daniel Blezek)
- Python Surface ICP Registration (Luca Antiga, Daniel Blezek)
- Python Surface Toolbox (Luca Antiga, Daniel Blezek)
- Clip Model (Alex Yarmarkovich)
- Model into Label Volume (Nicole Aucoin)
Batch processing
- EM Segmenter batch (Julien Jomier, Brad Davis)
- Gaussian Blur batch (Julien Jomier, Stephen Aylward)
- Register Images batch (Julien Finet, Stephen Aylward)
- Resample Volume batch (Julien Finet)
Converters
- Create a Dicom Series (Bill Lorensen)
- Dicom to NRRD (Xiaodong Tao)
- Orient Images (Bill Lorensen)
- Python Explode Volume Transform (Luca Antiga, Daniel Blezek)
- Extract Subvolume (Steve Pieper)
Slicer Extensions
Extensions for Downloading
Introduction
- Slicer Extensions are a mechanism for third parties to provide modules which extend the functionality of 3d Slicer.
- Some of the extensions do not use the Slicer license. Please review carefully.
- For a subset of extensions, you can use the extension wizard in Slicer to find their webpages and to install/uninstall individual extensions. In case of problems with those modules, please talk directly to the developers of the extensions.
- The version that is available through the extension manager is chosen by the developer of that extension
We are using NITRC as the primary repository for contributed extensions. As a general rule, we do not test the extensions ourselves. Use them at your own risk. Click here to see a listing of Slicer 3 extensions on NITRC.
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.
- Extensions are compiled as part of the nightly build. In order to have your extension compiled nightly and made available to end users, please contact the Slicer team. For explanations for developers see here
Installation
- Click on the icon to start the extensions wizard
Listing of available plug-ins
- VMTK (Daniel Haehn)
- You need to install the VmtkSlicerModule to run any of the other three.
- VMTKEasyLevelSetSegmentation - providing level-set segmentation of vessels, aneurysms and tubular structures using an easy interface
- VMTKLevelSetSegmentation - providing level-set segmentation of vessels, aneurysms and tubular structures using different algorithms
- VMTKVesselEnhancement - providing vessel enhancement filters to highlight vasculature or tubular structures
- EM DTI Clustering (Mahnaz Maddah)
- Label Diameter Estimation (Andriy Fedorov)
- ABC (Marcel Prastawa)
- Modules:HAMMER (GuorongWu, XiaodongTao, JimMiller, DinggangShen)
Extensions Contact List
This is a first pass list of extension authors; more to come!
ABC | Marcel Prastawa | prastawa@sci.utah.edu |
EMFiberClusteringModule | Mahnaz Maddah | maddah @nospam@ ge.com |
BRAINSROIAuto | Greg Harris | gregory-harris @nospam@ uiowa.edu |
Bubble Maker | Carlos Mendoza | carlos.sanchez.medoza @nospam@ gmail.com |
Hammer Registration | Dinggang Shen | dgshen @nospam@ med.unc.edu |
Lupus Lesion | Mark Scully | mscully @nospam@ mrn.org |
VmtkSlicerModule | Daniel Haehn | haehn @nospam@ bwh.harvard.edu |
Vmtkin3DSlicer | Daniel Haehn | haehn @nospam@ bwh.harvard.edu |
BRAINSFit | Eun Young Kim | eunyoung-kim @nospam@ uiowa.edu |
ARCTIC | Cedric Mathieu | ced.mathieu @nospam@ gmail.com |