Difference between revisions of "Documentation/3.6"

From Slicer Wiki
Jump to: navigation, search
Line 184: Line 184:
 
*[[Image:MissingOrStaleDocLink.png]][[Modules:PythonSurfaceToolbox-Documentation-3.6| Python Surface Toolbox]] (Luca Antiga, Daniel Blezek)  
 
*[[Image:MissingOrStaleDocLink.png]][[Modules:PythonSurfaceToolbox-Documentation-3.6| Python Surface Toolbox]] (Luca Antiga, Daniel Blezek)  
 
*[[Image:MissingOrStaleDocLink.png]][[Modules:ClipModel-Documentation-3.6| Clip Model]] (Alex Yarmarkovich)   
 
*[[Image:MissingOrStaleDocLink.png]][[Modules:ClipModel-Documentation-3.6| Clip Model]] (Alex Yarmarkovich)   
*[[Image:MissingOrStaleDocLink.png]][[Modules:Model_Into_Label_Volume_Documentation-3.6| Model into Label Volume]] (Nicole Aucoin)
+
*[[Modules:Model_Into_Label_Volume_Documentation-3.6| Model into Label Volume]] (Nicole Aucoin)
 
*[[Modules:MergeModels-Documentation-3.6| Merge Models]] (Nicole Aucoin)
 
*[[Modules:MergeModels-Documentation-3.6| Merge Models]] (Nicole Aucoin)
 
*[[Image:MissingOrStaleDoc.png]][[Modules:ModelMirror-Documentation-3.6| Model Mirror]] (Wendy Plesniak) ('''in progress''')
 
*[[Image:MissingOrStaleDoc.png]][[Modules:ModelMirror-Documentation-3.6| Model Mirror]] (Wendy Plesniak) ('''in progress''')

Revision as of 15:52, 30 April 2010

Home < Documentation < 3.6

This is work in progress

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.6_Template

  • See Requirements for Modules 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.6|My Module Name With Spaces] ] (First Last Name)

Requirements for Modules

  • The module is feature complete, it does everything that it advertises it can do
  • 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 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.
  • 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 Acknowledegment 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. See here for more information.
    • 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 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 downloadable extensions. The same module creation guidelines apply, but the actual implementation is done outside of the slicer source code repository.
  • Follow Ron's rules for tools
Examples for the Help and

Acknowledgment Panels

SlicerHelpExample.png
SlicerAcknowledgementExample.png

List of Modules added or significantly revised since the 3.4 release

  • Interactive Editor
  • Volume Rendering
  • Colors (Nicole Aucoin)
  • 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)
  • Mesh Contour Segmentation (Peter Karasev)
  • Crop Volume (Subvolume extraction with ROI widget) (Andriy Fedorov)
  • Measurements (rulers and angles) (Nicole Aucoin)
  • Affine registration (Casey Goodlett)
  • Collect Patient Fiducials (Andrew Wiles)
  • IGT Tool Selector (Andrew Wiles)
  • Fiducials (Nicole Aucoin)
  • PETCTFusion (Wendy Plesniak)
  • N4 Bias Field Correction (Andriy Fedorov)
  • Robust Statistical Segmentation (Yi Gao)
  • Model Transform (Alex Yarmarkovich)

List of Modules

Please adhere to the naming scheme for the module documentation:

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

Core

Wizards

Informatics Modules

Registration

  • Brain Only
    • ACPC Transform: calculate a transformation to align a single brain along theh AC-PC line (Nicole Aucoin)
  • Non-Raster-Image Data

Segmentation

Quantification

Diffusion MRI

IGT

Time Series

Filtering

Surface Models

Batch processing

Converters

Endoscopy

Developer Tools

  • Camera Module (Sebastian Barre)
  • Note: most developer tools are not documented for end users, but contain comments in the source code

Slicer Extensions

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

Available Extensions

  • VMTKLevelSetSegmentation providing level-set segmentation of vessels, aneurysms and tubular structures using different algorithms for initialization and evolution

Installation Instructions

  • Click on the cogwheel icon to start the extensions wizard (highlighted in red)

Extensions Wizard


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.

Info for Developers

  • 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.
  • 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



Non-SPL Supported Compatibility Packages

QA

Slicer 3.6 QA table