Difference between revisions of "Documentation/4.0"

From Slicer Wiki
Jump to: navigation, search
(Prepend documentation/versioncheck template. See http://na-mic.org/Mantis/view.php?id=2887)
 
(353 intermediate revisions by 20 users not shown)
Line 1: Line 1:
=Introduction=
+
<noinclude>{{documentation/versioncheck}}</noinclude>
 +
__NOTOC__
 +
{{documentation/versionlist}}
  
Slicer is undergoing a facelift with the transition from KW widgets to Qt widgets. This will take a while. During this time, some of the documentation on this page will be changing.
+
=Table of Content=
 +
{| border="0" align="center" width="100%" valign="top" cellspacing="7" cellpadding="2"
 +
|-
 +
! width="33%"|
 +
! |
 +
! width="33%"|
 +
! |
 +
! width="33%"|
 +
|-
 +
|valign="top"|
 +
 
 +
===Slicer Application===
 +
----
 +
*[[Documentation/{{documentation/version}}/SlicerApplication/MainApplicationGUI| Main Application GUI]]
 +
 
 +
*[[Documentation/{{documentation/version}}/SlicerApplication/MouseandKeyboardShortcuts | Mouse Buttons, "Hot-keys" and Keyboard Shortcuts]]
 +
 
 +
*[[Documentation/{{documentation/version}}/SlicerApplication/HardwareConfiguration | '''Computer Configurations''']]
 +
*[[Documentation/{{documentation/version}}/SlicerApplication/LoadingData | Loading]] or [[Documentation/{{documentation/version}}/SlicerApplication/SavingData | Saving]] data and listing of [[Documentation/{{documentation/version}}/SlicerApplication/SupportedDataFormat | supported data formats]]. (Julien Finet)
 +
<!-- : scenes, DICOM, volumes, models, fiducials, transforms, etc. -->
 +
*[[Documentation/{{documentation/version}}/SlicerApplication/LookupTables | Slicer Lookup Tables]]
 +
*[[Documentation/{{documentation/version}}/SlicerApplication/StereoViewing | Setting up and using stereoscopic viewing]]
 +
 
 +
===Mailing Lists===
 +
----
 +
* [http://massmail.bwh.harvard.edu/mailman/listinfo/slicer-users Mailing list for users]
 +
:[http://slicer-users.65878.n3.nabble.com/ Search] in archives on nabble.com
 +
* [http://massmail.bwh.harvard.edu/mailman/listinfo/slicer-devel Mailing list for developers]
 +
:[http://slicer-devel.65872.n3.nabble.com/ Search] in archives on nabble.com
 +
 
 +
<!--
 +
*[[Modules:ExtensionsManagementWizard-Documentation-4.0| Extensions Management Wizard]] (xx)
 +
-->
 +
 
 +
|bgcolor="#CCCCCC"|
 +
|valign="top"|
 +
 
 +
===Module Categories ===
 +
----
 +
* [[#Core Modules|Core Modules]]
 +
* [[#Wizards|Wizards]]
 +
* [[#Informatics|Informatics]]
 +
* [[#Registration|Registration]]
 +
* [[#Segmentation|Segmentation]]
 +
* [[#Quantification|Quantification]]
 +
* [[#Diffusion|Diffusion]]
 +
* [[#IGT|IGT]]
 +
* [[#Filtering|Filtering]]
 +
* [[#Surface Models|Surface Models]]
 +
* [[#Converters|Converters]]
 +
* [[#Endoscopy|Endoscopy]]
 +
* [[#Developer Tools|Developer Tools]]
 +
* [[#Legacy|Legacy]]
 +
|bgcolor="#CCCCCC"|
 +
|valign="top"|
 +
 
 +
===Miscellaneous===
 +
----
 +
<!-- * [[Documentation/{{documentation/version}}/ImageGallery|Image gallery]] -->
 +
 
 +
* [[Slicer4:VisualBlog|Visual blog]]
 +
: Set of screenshots showing Slicer in action.
 +
 
 +
<!--
 +
* [[Documents and links]]
 +
: Set of presentations made on Slicer and document talking about it.
  
=Documentation Guidelines=
+
-->
This section is intended primarily for the developers. However, improvements from the community are very welcome and encouraged.
+
* [[Documentation/4.0/Training|Training pages]]
 +
: Information on how to use Slicer {{documentation/version}}
  
 +
* [[Documentation/{{documentation/version}}/FAQ|FAQ]]
 +
: Set of common questions/answers
  
'''Modules'''
+
* [[Documentation/{{documentation/version}}/ReleaseNotes|Release Notes]]
*Please copy the template linked below, paste it into your page and customize it with your module's information.
+
: Platform specific issues and considerations
[[Slicer4:Module_Documentation-4-alpha_Template|Slicer4:Module_Documentation-4-alpha_Template]]  
+
<!--
*See Requirements for Modules for info to be put into the Help and Acknowledgment Tabs
+
* [[Documentation/{{documentation/version}}/Troubleshooting|Troubleshooting]]
*To put your lab's logo into a module, see [[Slicer3:Execution_Model_Documentation#Adding_Module_Logos_to_Slicer3|here]]
+
: Some general hints on troubleshooting,
 +
-->
  
Please adhere to the naming scheme for the module documentation:
+
===Developers Corner===
*[ [Modules:MyModuleNameNoSpaces-Documentation-3.7|My Module Name With Spaces] ] (First Last Name)
+
----
 +
* [[Documentation/{{documentation/version}}/Developers | Information for Software Developers]]
 +
: Where to find the source code, how to compile ...
 +
|}
  
* You can use the following python script to automatically generate some of the wiki documentation from your module's .xml file: [[SEMToMediaWiki.py |SEMToMediaWiki.py]]
+
=General Information=
 +
{|width="100%"
 +
|rowspan="3"|
 +
{{Infobox
 +
|name        = 3D Slicer {{documentation/version}}
 +
|above        = 3D Slicer
 +
|abovestyle  =
  
'''Requirements for Modules'''
+
|image        = [[File:3DSlicer4Logo-H-218X144.png|218px|alt=3D Slicer {{documentation/version}}]]
{| border="00" cellpadding="5" cellspacing="0"
+
|imagestyle  =
 +
|headerstyle  = background:#E7DCC3;
 +
|labelstyle  =
 +
|datastyle    =
 +
 
 +
|header1 = Description
 +
|label1  =
 +
|data1  =
 +
|header2 =
 +
|label2  =
 +
|data2  = Research platform for the analysis and visualization of medical images, including image guided therapy.
 +
|header3 =
 +
|label3  =
 +
|data3  = Free and extensible open source package.
 +
|header4 =
 +
|label4  = Multi-platform
 +
|data4  = Linux, MacOSX, Windows
 +
|header5 =
 +
|label5  = Version
 +
|data5  = {{documentation/version}}
 +
|header6 =
 +
|label6  = License
 +
|data6  = [http://www.slicer.org/pages/LicenseText Contribution and Software License Agreement]
 +
}}
 +
|align="center"|
 +
[[{{collaborator|logo|slicer4}}|x350px]]
 
|-
 
|-
| rowspan="2"|  
+
|
* The module is '''feature complete''', it does everything that it advertises it can do
+
{{ombox
* The module has a '''test'''. See [http://wiki.na-mic.org/Wiki/index.php/Slicer3:Execution_Model_Testing '''here'''] for more information.
+
|type=content
* Module has '''documentation''' on the [[Documentation-3.7#Modules|Slicer wiki]]. Please use the template provided [[Documentation-3.7#Modules|'''here''']] to structure your page. Please keep in mind that our users are not computer scientists with a background in computer vision.
+
|text=The {{documentation/version}} release of 3D Slicer contains significant changes both to the organization of the software and to the functionality. Please check the [[Documentation/{{documentation/version}}/Announcements | Announcement]] page for more details. The community contributing to Slicer {{documentation/version}} is acknowledged [http://www.slicer.org/pages/Acknowledgments here].
*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. [[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.
 
** '''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 [[Documentation-4-alpha#Extensions|Slicer 4 downloadable extensions]].  The same module creation guidelines apply, but the actual implementation is done outside of the slicer source code repository.
 
* Follow [[Documentation-Rons-Rules-For-Tools|'''Ron's rules for tools''']]
 
| style="background: #e5e5e5" align="center"| Examples for the Help and
 
Acknowledgment Panels
 
 
|-
 
|-
| style="background: #ebeced"|[[Image:SlicerHelpExample.png|center|200px]][[Image:SlicerAcknowledgementExample.png|center|200px]]
+
<!--|
 +
{{ombox | text = For information on how to obtain Slicer {{documentation/version}} please go to the [[Snapshots|Download Pages]]. }}-->
 
|}
 
|}
  
Please adhere to the naming scheme for the module documentation:
+
=Modules by Category=
*[[Modules:MyModuleNameNoSpaces-Documentation-4-alpha|My Module Name With Spaces] ] (First Last Name)
+
==Core Modules==
 +
*[[Documentation/{{documentation/version}}/Modules/Annotations|Annotations]] (Nicole Aucoin)
 +
*[[Documentation/{{documentation/version}}/Modules/Colors|Colors]] (Nicole Aucoin)
 +
*[[Documentation/{{documentation/version}}/Modules/Data|Data]] (Julien Finet)
 +
*[[Documentation/{{documentation/version}}/Modules/DICOM|DICOM]] (Steve Pieper)
 +
*[[Documentation/{{documentation/version}}/Modules/Editor|Editor]] (Steve Pieper)
 +
*[[Documentation/{{documentation/version}}/Modules/Models|Models]] (Nicole Aucoin)
 +
*[[Documentation/{{documentation/version}}/Modules/SceneViews|SceneViews]] (Nicole Aucoin)
 +
*[[Documentation/{{documentation/version}}/Modules/Transforms|Transforms]] (Alex Yarmarkovich)
 +
*[[Documentation/{{documentation/version}}/Modules/ViewControllers|View Controllers]] (Jim Miller)
 +
*[[Documentation/{{documentation/version}}/Modules/Volumes|Volumes]] (Steve Pieper)
 +
*[[Documentation/{{documentation/version}}/Modules/VolumeRendering|Volume Rendering]] (Julien Finet)
 +
*[[Documentation/{{documentation/version}}/Modules/SlicerWelcome|Welcome to Slicer]] (Wendy Plesniak)
 +
 
 +
==Wizards==
 +
*[[Documentation/{{documentation/version}}/Modules/ChangeTracker|ChangeTracker]] (Andrey Fedorov)
 +
 
 +
==Informatics==
 +
*[[Documentation/{{documentation/version}}/Modules/SampleData|Sample Data]] (Steve Pieper)
 +
 
 +
==Registration==
 +
*[[Documentation/4.0/Modules/BRAINSFit|General Brainsfit Registration]] (Hans Johnson)
 +
*[[Documentation/4.0/Modules/BRAINSResample|Resample Image (BRAINS)]] (Hans Johnson)
 +
*Specialized
 +
**[[Documentation/4.0/Modules/ACPCTransform|ACPC Transform]] (Nicole Aucoin)
 +
**[[Documentation/4.0/Modules/BRAINSDemonWarp|Demon Registration (BRAINS)]] (Hans Johnson)
 +
**[[Documentation/4.0/Modules/FiducialRegistration|Fiducial Registration]] (Stephen Aylward)
 +
**Vector Demon Registration (Hans Johnson)
 +
**[[Documentation/4.0/Modules/Reformat|Reformat]] (Michael Jeulin-Lagarrigue)
 +
 
 +
==Segmentation==
 +
*[[Documentation/4.0/Modules/EMSegment Easy|EMSegment Easy (no atlas)]] (Kilian Pohl)
 +
*[[Documentation/4.0/Modules/EMSegmenter|EMSegment (with atlas)]] (Kilian Pohl)
 +
*[[Documentation/4.0/Modules/SimpleRegionGrowingSegmentation|Simple Region Growing Segmentation]] (Jim Miller, Harini Veeraraghavan)
 +
*Specialized
 +
**[[Documentation/4.0/Modules/EMSegment Command-line | EMSegment Command-line]] (Kilian Pohl)
 +
**[[Documentation/4.0/Modules/ForegroundMasking|Foreground Masking (BRAINS)]] (Hans Johnson)
 +
**[[Documentation/4.0/Modules/MeshContourSegmentation|Mesh Contour Segmentation]] (Allen Tannenbaum) 
 +
**[[Documentation/4.0/Modules/RobustStatisticsSegmenter|Robust Statistics Segmenter]] (Yi Gao)
 +
 
 +
==Quantification==
 +
*[[Documentation/{{documentation/version}}/Modules/DataProbe|Data Probe]] (Steve Pieper)
 +
*[[Documentation/4.0/Modules/LabelStatistics|Label Statistics]] (Steve Pieper)
 +
*[[Documentation/4.0/Modules/PETStandardUptakeValueComputation|PET Standard Uptake Value Computation]] (Nicole Aucoin)
 +
* Change quantification
 +
** [[Documentation/4.0/Modules/IntensityDifferenceMetric|Intensity Difference Metric]] (Andrey Fedorov)
 +
 
 +
==Diffusion==
 +
*DWI to Full Brain Tractography (Demian Wasserman)
 +
*Denoising
 +
**[[Documentation/4.0/Modules/DWIJointRicianLMMSEFilter|DWI Joint Rician LMMSE Image Filter]] (Demian Wasserman)
 +
**[[Documentation/4.0/Modules/DWIRicianLMMSEFilter|DWI Rician LMMSE Filter]] (Demian Wasserman)
 +
*Tractography
 +
**[[Documentation/4.0/Modules/TractographyDisplay|Tractography Display]] (Demian Wasserman)
 +
**[[Documentation/4.0/Modules/TractographyFiducialSeeding|Tractography Fiducial Seeding]] (Demian Wasserman)
 +
**[[Documentation/4.0/Modules/TractographyLabelMapSeeding|Tractography Label Map Seeding]] (Demian Wasserman)
 +
*Utilities
 +
**[[Documentation/4.0/Modules/DWIToDTIEstimation|DWI To DTI Estimation]] (Demian Wasserman)
 +
**[[Documentation/4.0/Modules/DiffusionTensorScalarMeasurements|Diffusion Tensor Scalar Measurements]] (Demian Wasserman)
 +
**[[Documentation/4.0/Modules/DiffusionWeightedVolumeMasking|Diffusion Weighted Volume Masking]] (Demian Wasserman)
 +
**[[Documentation/4.0/Modules/ResampleDTIVolume|Resample DTI Volume]] (Demian Wasserman)  
  
=Documentation Quality=
+
==IGT==
Key for flagged modules below:
+
*[[Documentation/4.0/Modules/OpenIGTLinkIF| OpenIGTLink IF]] (Junichi Tokuda)
  
[[Image:MissingOrStaleDoc.png]]: No 4.0 Documentation
+
==Filtering==
 +
*[[Documentation/4.0/Modules/N4ITKBiasFieldCorrection | N4ITK Bias Field Correction]] (Andrey Fedorov)
 +
*[[Documentation/4.0/Modules/CheckerBoardFilter|CheckerBoard Filter]] (Jim Miller)
 +
*[[Documentation/4.0/Modules/ExtractSkeleton|Extract Skeleton]] (Jim Miller)
 +
*[[Documentation/4.0/Modules/HistogramMatching|Histogram Matching]] (Jim Miller)
 +
*[[Documentation/4.0/Modules/ImageLabelCombine|Image Label Combine]] (Alex Yarmarkovich)
 +
*[[Documentation/4.0/Modules/ResampleScalarVectorDWIVolume|Resample Scalar/Vector/DWI Volume]] (Francois Budin)
 +
*[[Documentation/4.0/Modules/ThresholdScalarVolume|Threshold Scalar Volume]] (Nicole Aucoin)
 +
*[[Documentation/4.0/Modules/VotingBinaryHoleFillingImageFilter|Voting Binary Hole Filling Image Filter]] (Jim Miller)
 +
*Arithmetic
 +
**[[Documentation/4.0/Modules/AddScalarVolumes|Add Scalar Volumes]] (Jim Miller)
 +
**[[Documentation/4.0/Modules/CastScalarVolume| Cast Scalar Volume]] (Nicole Aucoin)
 +
**[[Documentation/4.0/Modules/MaskScalarVolume| Mask Scalar Volume]] (Nicole Aucoin)
 +
**[[Documentation/4.0/Modules/MultiplyScalarVolumes| Multiply Scalar Volumes]] (Jim Miller)
 +
**[[Documentation/4.0/Modules/SubtractScalarVolumes| Subtract Scalar Volumes]] (Jim Miller)
 +
*Denoising
 +
**[[Documentation/4.0/Modules/GradientAnisotropicDiffusion |Gradient Anisotropic Diffusion]] (Jim Miller) 
 +
**[[Documentation/4.0/Modules/CurvatureAnisotropicDiffusion|Curvature Anisotropic Diffusion]] (Jim Miller)
 +
**[[Documentation/4.0/Modules/GaussianBlurImageFilter|Gaussian Blur Image Filter]] (Stephen Aylward)
 +
**[[Documentation/4.0/Modules/MedianImageFilter|Median Image Filter]] (Jim Miller)
 +
*Morphology
 +
**[[Documentation/4.0/Modules/GrayscaleFillHoleImageFilter|Grayscale Fill Hole Image Filter]] (Jim Miller)
 +
**[[Documentation/4.0/Modules/GrayscaleGrindPeakImageFilter|GGrayscale Grind Peak Image Filter]] (Jim Miller)
  
[[Image:MissingOrStaleDocLink.png]]: Missing or stale link to 4.0 Documentation from Help Panel in software module. If you're not sure how/where to add the link and module description:
+
==Surface Models==
* for command line modules, see other xml files (such as that for the GradientAnisotropicDiffusion Module) for an example of how to add documentation and links to wiki help.
+
*[[Documentation/4.0/Modules/GrayscaleModelMaker| Grayscale Model Maker]] (Jim Miller)
* for interactive modules, see other modules in Base/GUI for an example.
+
*[[Documentation/4.0/Modules/LabelMapSmoothing|Label Map Smoothing]]
 +
*[[Documentation/4.0/Modules/MergeModels| Merge Models]] (Nicole Aucoin)
 +
*[[Documentation/4.0/Modules/ModelMaker| Model Maker]] (Nicole Aucoin)  
 +
*[[Documentation/4.0/Modules/ModelToLabelMap| Model To LabelMap]] (Nicole Aucoin)
 +
*[[Documentation/4.0/Modules/ProbeVolumeWithModel| Probe Volume With Model]] (Lauren O'Donnell)
  
[[Image:WeakDoc.png]]: Weak or Incomplete 3.7 Documentation
+
==Converters==
 +
*[[Documentation/4.0/Modules/CreateDICOMSeries|Create DICOM Series]] (Jim Miller)
 +
*[[Documentation/4.0/Modules/Crop Volume|Crop Volume]] (Andrey Fedorov)
 +
*[[Documentation/4.0/Modules/DicomToNrrdConverter|Dicom to Nrrd Converter]] (Jim Miller)
 +
*[[Documentation/4.0/Modules/OrientScalarVolume| Orient Scalar Volume]] (Jim Miller)
  
=Main GUI=
+
==Endoscopy==
 +
*[[Documentation/4.0/Modules/Endoscopy|Endoscopy]] (Steve Pieper)
  
=Core Modules=
+
==Developer Tools==
 +
*[[Documentation/4.0/Modules/Cameras|Cameras]] (Julien Finet)
 +
*[[Documentation/4.0/Modules/EventBroker|Event Broker]] (Julien Finet)
 +
*[[Documentation/4.0/Modules/ExecutionModelTour |Execution Model Tour]] (JC Fillion-Robin) 
 +
*[[Documentation/4.0/Modules/YOURMODULENAME|Module Template]] (JC Fillion-Robin)
 +
*Performance Tests
 +
*Tractography
  
=Modules by Category=
+
==Legacy==
 +
*Converters
 +
**[[Documentation/4.0/Modules/BSplineToDeformationField|BSpline To Deformation Field]]
 +
*Diffusion
 +
**Denoising
 +
***[[Documentation/4.0/Modules/DWIUnbiasedNonLocalMeansFilter|DWI Unbiased Non Local Means Filter]]
 +
*Filtering
 +
**[[Documentation/4.0/Modules/MRIBiasFieldCorrection|MRI Bias Field Correction]] (Sylvain Jaume)
 +
**[[Documentation/4.0/Modules/OtsuThresholdImageFilter|Otsu Threshold Image Filter]] (Bill Lorensen)
 +
**[[Documentation/4.0/Modules/ResampleScalarVolume|Resample Scalar Volume]] (Jim Miller)
 +
*Registration
 +
**[[Documentation/4.0/Modules/RigidRegistration|Rigid Registration]] (Jim Miller) 
 +
**[[Documentation/4.0/Modules/AffineRegistration|Affine Registration]] (Daniel Blezek)
 +
**[[Documentation/4.0/Modules/BSplineDeformableRegistration|BSpline Deformable Registration]]
 +
**[[Documentation/4.0/Modules/ExpertAutomatedRegistration|Expert Automated Registration]]
 +
**[[Documentation/4.0/Modules/LinearRegistration|Linear Registration]]
 +
**[[Documentation/4.0/Modules/MultiResolutionAffineRegistration|MultiResolution Affine Registration]]
 +
<!--
 +
**[[Documentation/4.0/Modules/TestGridTransformRegistration|Test Grid Transform Registration]]
 +
-->
 +
*Segmentation
 +
**[[Documentation/4.0/Modules/OtsuThresholdSegmentation|Otsu Threshold Segmentation]] (Bill Lorensen)
  
 
=Extensions=
 
=Extensions=
 
  
 
'''Introduction'''
 
'''Introduction'''
  
* Slicer Extensions are the "on-ramp" to the Slicer "highway". They provide are a mechanism for anybody, including third parties, to provide modules which extend the functionality of 3d Slicer.
+
* Slicer Extensions are the "on-ramp" to the Slicer "highway". slicer Extensions provide a voluntary mechanism for anybody, including third parties, to extend the functionality of 3d Slicer.
* Beginning with Slicer 4, the process for adding modules to slicer will begin with all modules as extensions. In order to become part of the main slicer distribution, extensions will have to be distributed under the slicer license, live up to the claims in the documentation, being stable on the supported platforms, well documented and supported.
+
* While the '''Slicer license''' is suggested for extensions, it is '''not required'''. Please review the documentation of the extension carefully as some extensions might have a "non-Slicer" license.
*'''While the Slicer license is suggested for extensions, it is not required for extensions. Please review the documentation of the extension carefully.'''
 
 
* For a subset of extensions, you can use the extension wizard in Slicer to find their webpages and to install/uninstall individual extensions.  
 
* For a subset of extensions, you can use the extension wizard in Slicer to find their webpages and to install/uninstall individual extensions.  
* The version that is available through the extension manager is chosen by the developer of that extension
 
* Not all extensions are available on all platforms. See here for the [[Documentation-3.6:ExtensionStatus|extension status]].
 
 
* In case of problems with extensions, please talk directly to the developers of the extensions.
 
* In case of problems with extensions, please talk directly to the developers of the extensions.
* Information for developers can be found [[Slicer4:Extensions|here]].
+
* Information for developers can be found [[Slicer4:Extensions|here]]. See [[Module:EndUserDocumentationTemplate-4.0|here]] for the end-user documentation template.
 +
* In Slicer 4, all new modules will begin as "Immature Extensions". They will progress to the status of "Mature Extensions", when they meet all the criteria listed below. In order to become part of the main Slicer distribution a discussion with the Slicer core team will have to be initiated after reaching the mature extension status. While extensions can be made available under many licenses, the main Slicer distribution will contain ONLY code under the slicer license, with no known IP liabilities.
 +
 
 +
==Collections==
 +
Collections are groups of extensions that can be downloaded in a single operation. You can think of them as the equivalent to a playlist.
 +
 
 +
{| class="wikitable sortable labelpage labelpagetable" border="1"
 +
|-
 +
! id
 +
! Thumbnail
 +
! Name
 +
! Short Description
 +
! Maturity
 +
! Slicer License
 +
! Search terms
 +
! Contact Information
 +
|-
 +
| 1
 +
| [[Image:Slicervmtk logo.png|60px|lleft|Replace the image with your image, replace the generic documentation link with a link to your documentation|link=Module:EndUserDocumentationTemplate-4.0]]
 +
| MyCollection
 +
| This is a collection of extensions that will do something miraculous with your images
 +
| [[File:StableExtensionIcon.png|80px]]
 +
| [[File:SlicerLicenseIcon.png|80px]]
 +
| segmentation, level set
 +
| my-email at mit.edu
 +
|-
 +
|}
 +
 
 +
 
 +
 
 +
 
 +
==Table Of Extensions==
 +
{| class="wikitable sortable labelpage labelpagetable" border="1"
 +
|-
 +
! id
 +
! Thumbnail
 +
! Name
 +
! Short Description
 +
! Maturity
 +
! Slicer License
 +
! Search terms
 +
! Contact Information
 +
|-
 +
| 1
 +
| [[Image:SkullStripperSurface-3-6.png|60px|lleft|Replace the image with your image, replace the generic documentation linke with a link to your documentation|link=Module:EndUserDocumentationTemplate-4.0]]
 +
| MyExtension
 +
| This is an extension that will do something wonderful with your data
 +
| [[File:ExperimentalExtensionIcon.png|80px]]
 +
| [[File:NoSlicerLicenseIcon.png|80px]]
 +
| filter, anisotropic
 +
| my-email at gmail.com
 +
|-
 +
| 2
 +
| [[Image:Slicervmtk logo.png|60px|lleft|Replace the image with your image, replace the generic documentation linke with a link to your documentation|link=Module:EndUserDocumentationTemplate-4.0]]
 +
| MyExtension
 +
| This is an extension that will do something miraculous with your images
 +
| [[File:StableExtensionIcon.png|80px]]
 +
| [[File:SlicerLicenseIcon.png|80px]]
 +
| segmentation, level set
 +
| my-email at mit.edu
 +
|-
 +
|}
 +
 
 +
 
 +
 
 +
'''Caption for the table of extensions'''
 +
<gallery heights="50px" perrow="4">
 +
Image:SlicerLicenseIcon.png‎| Distributed under the [http://www.slicer.org/pages/LicenseText Slicer License]
 +
Image:NoSlicerLicenseIcon.png| Distributed under a Non Slicer License
 +
Image:ExperimentalExtensionIcon.png|Work in progress (aka mess)<br>Use with care<br>Might not work all the time<br>Might not be available for all platforms
 +
Image:StableExtensionIcon.png|Stable <br>Full documentation <br>Works as advertised <br>Compiles on all supported platforms<br>Email support works
 +
</gallery>

Latest revision as of 07:36, 14 June 2013

Home < Documentation < 4.0


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

Table of Content

Slicer Application


Mailing Lists


Search in archives on nabble.com
Search in archives on nabble.com


Module Categories


Miscellaneous


Set of screenshots showing Slicer in action.
Information on how to use Slicer 4.0
Set of common questions/answers
Platform specific issues and considerations

Developers Corner


Where to find the source code, how to compile ...

General Information

3D Slicer
3D Slicer 4.0
Description
Research platform for the analysis and visualization of medical images, including image guided therapy.
Free and extensible open source package.
Multi-platform Linux, MacOSX, Windows
Version 4.0
License Contribution and Software License Agreement
v · d · e

Slicer4Announcement-HiRes.png

Modules by Category

Core Modules

Wizards

Informatics

Registration

Segmentation

Quantification

Diffusion

IGT

Filtering

Surface Models

Converters

Endoscopy

Developer Tools

Legacy

Extensions

Introduction

  • Slicer Extensions are the "on-ramp" to the Slicer "highway". slicer Extensions provide a voluntary mechanism for anybody, including third parties, to extend the functionality of 3d Slicer.
  • While the Slicer license is suggested for extensions, it is not required. Please review the documentation of the extension carefully as some extensions might have a "non-Slicer" license.
  • 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 extensions, please talk directly to the developers of the extensions.
  • Information for developers can be found here. See here for the end-user documentation template.
  • In Slicer 4, all new modules will begin as "Immature Extensions". They will progress to the status of "Mature Extensions", when they meet all the criteria listed below. In order to become part of the main Slicer distribution a discussion with the Slicer core team will have to be initiated after reaching the mature extension status. While extensions can be made available under many licenses, the main Slicer distribution will contain ONLY code under the slicer license, with no known IP liabilities.

Collections

Collections are groups of extensions that can be downloaded in a single operation. You can think of them as the equivalent to a playlist.

id Thumbnail Name Short Description Maturity Slicer License Search terms Contact Information
1 Replace the image with your image, replace the generic documentation link with a link to your documentation MyCollection This is a collection of extensions that will do something miraculous with your images StableExtensionIcon.png SlicerLicenseIcon.png segmentation, level set my-email at mit.edu



Table Of Extensions

id Thumbnail Name Short Description Maturity Slicer License Search terms Contact Information
1 Replace the image with your image, replace the generic documentation linke with a link to your documentation MyExtension This is an extension that will do something wonderful with your data ExperimentalExtensionIcon.png NoSlicerLicenseIcon.png filter, anisotropic my-email at gmail.com
2 Replace the image with your image, replace the generic documentation linke with a link to your documentation MyExtension This is an extension that will do something miraculous with your images StableExtensionIcon.png SlicerLicenseIcon.png segmentation, level set my-email at mit.edu


Caption for the table of extensions