<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.slicer.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Davide</id>
	<title>Slicer Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.slicer.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Davide"/>
	<link rel="alternate" type="text/html" href="https://www.slicer.org/wiki/Special:Contributions/Davide"/>
	<updated>2026-05-12T13:00:30Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.33.0</generator>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:SlicerAstroIcon1.png&amp;diff=63355</id>
		<title>File:SlicerAstroIcon1.png</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:SlicerAstroIcon1.png&amp;diff=63355"/>
		<updated>2020-07-28T14:50:34Z</updated>

		<summary type="html">&lt;p&gt;Davide: Davide uploaded a new version of File:SlicerAstroIcon1.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Davide</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Labs/NrrdReading_Writing_Optimizations&amp;diff=60568</id>
		<title>Documentation/Labs/NrrdReading Writing Optimizations</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Labs/NrrdReading_Writing_Optimizations&amp;diff=60568"/>
		<updated>2018-11-12T09:10:56Z</updated>

		<summary type="html">&lt;p&gt;Davide: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Overview =&lt;br /&gt;
&lt;br /&gt;
Here we summarize some efforts to optimize the reading and writing of nrrd files (currently done by using the teem library). &lt;br /&gt;
&lt;br /&gt;
== Use Case ==&lt;br /&gt;
When reading or writing nrrd files currently Slicer uses a factor x2 of the dimension of the datasets in RAM. &lt;br /&gt;
This can already be an issue when loading datasets rather large (~2-3 GB) on systems with limited ram (already 8 GB). &lt;br /&gt;
The use of virtual memory can slow down (loading time increases up to 30 minutes instead of few seconds) or freeze completely Slicer (e.g., if using HDD).&lt;br /&gt;
&lt;br /&gt;
== Solution ==&lt;br /&gt;
The idea is to stream the data between the Teem library and Slicer:&lt;br /&gt;
&lt;br /&gt;
* For Teem: last four commits in https://github.com/ProxSim/teem/commits/slicer-2015-04-14-r6245&lt;br /&gt;
* For Slicer: https://www.slicer.org/w/images/b/b2/Reading_Writing.txt&lt;br /&gt;
&lt;br /&gt;
== Issue ==&lt;br /&gt;
Before merging the solution, we still need to address:&lt;br /&gt;
* random access for compressed files to allow streaming with good performances in TEEM &lt;br /&gt;
* temporal filter as new interface to read/write data in the nrrdReader in SLICER&lt;br /&gt;
&lt;br /&gt;
See https://github.com/SlicerRt/Sequences/pull/59 for more info.&lt;br /&gt;
&lt;br /&gt;
== Current contributors ==&lt;br /&gt;
* Davide Punzo (punzodavide@hotmail.it)&lt;br /&gt;
* Andras Lasso (lasso@queensu.ca)&lt;br /&gt;
&lt;br /&gt;
Anyone is welcome to contribute.&lt;/div&gt;</summary>
		<author><name>Davide</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Labs/NrrdReading_Writing_Optimizations&amp;diff=60567</id>
		<title>Documentation/Labs/NrrdReading Writing Optimizations</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Labs/NrrdReading_Writing_Optimizations&amp;diff=60567"/>
		<updated>2018-11-12T09:07:01Z</updated>

		<summary type="html">&lt;p&gt;Davide: Created page with &amp;quot;= Overview =  Here we summarize some efforts to optimize the reading and writing of nrrd files (currently done by using the teem library).   == Use Case == When reading or wri...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Overview =&lt;br /&gt;
&lt;br /&gt;
Here we summarize some efforts to optimize the reading and writing of nrrd files (currently done by using the teem library). &lt;br /&gt;
&lt;br /&gt;
== Use Case ==&lt;br /&gt;
When reading or writing nrrd files currently Slicer uses a factor x2 of the dimension of the datasets in RAM. &lt;br /&gt;
This can already be an issue when loading datasets rather large (~2-3 GB) on systems with limited ram (already 8 GB). &lt;br /&gt;
The use of virtual memory can slow down (loading time increases up to 30 minutes instead of few seconds) or freeze completely Slicer (e.g., if using HDD).&lt;br /&gt;
&lt;br /&gt;
== Solution ==&lt;br /&gt;
The idea is to stream the data between the Teem library and Slicer:&lt;br /&gt;
&lt;br /&gt;
A) For Teem: last four commits in https://github.com/ProxSim/teem/commits/slicer-2015-04-14-r6245&lt;br /&gt;
B) For Slicer: https://www.slicer.org/w/images/b/b2/Reading_Writing.txt&lt;br /&gt;
&lt;br /&gt;
== Issue ==&lt;br /&gt;
Before merging the solution, we still need to address:&lt;br /&gt;
1) random access for compressed files to allow streaming with good performances in TEEM&lt;br /&gt;
2) temporal filter as new interface to read/write data in the nrrdReader in SLICER&lt;br /&gt;
&lt;br /&gt;
See https://github.com/SlicerRt/Sequences/pull/59 for more info.&lt;br /&gt;
&lt;br /&gt;
== Current contributors ==&lt;br /&gt;
-Davide Punzo (punzodavide@hotmail.it)&lt;br /&gt;
-Andras Lasso (lasso@queensu.ca)&lt;br /&gt;
&lt;br /&gt;
Anyone is welcome to contribute.&lt;/div&gt;</summary>
		<author><name>Davide</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:Reading_Writing.txt&amp;diff=60566</id>
		<title>File:Reading Writing.txt</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:Reading_Writing.txt&amp;diff=60566"/>
		<updated>2018-11-12T09:06:16Z</updated>

		<summary type="html">&lt;p&gt;Davide: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Davide</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Labs&amp;diff=60565</id>
		<title>Documentation/Labs</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Labs&amp;diff=60565"/>
		<updated>2018-11-12T08:44:39Z</updated>

		<summary type="html">&lt;p&gt;Davide: /* Internals */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the place where we will keep track of our experiments and projects.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
= On-going =&lt;br /&gt;
&lt;br /&gt;
== Internals ==&lt;br /&gt;
* [[{{FULLPAGENAME}}/NrrdReading_Writing_Optimizations|NrrdReading_Writing_Optimizations]]&lt;br /&gt;
* [[{{FULLPAGENAME}}/OpenGLFilters|OpenGLFilters]]&lt;br /&gt;
* [[{{FULLPAGENAME}}/DeprecatedModules|DeprecatedModules extension]]&lt;br /&gt;
* [[{{FULLPAGENAME}}/FHSCompliantDirectoryStructure|FHS compliant directory structure]]&lt;br /&gt;
* [[{{FULLPAGENAME}}/FiberTractMeasurementAndVisualization|Fiber Tract measurement and visualization]]&lt;br /&gt;
* [[{{FULLPAGENAME}}/VTKWidgets|VTK Widgets improvements]]&lt;br /&gt;
* [[{{FULLPAGENAME}}/CLIInfrastructureCleanupAndRefactoring|CLI infrastructure cleanup and refactoring]]&lt;br /&gt;
* [[{{FULLPAGENAME}}/UpgradingCompilerInfrastructure|Upgrading Compiler Infrastructure]]&lt;br /&gt;
* [[{{FULLPAGENAME}}/ViewInfrastructureImprovements| View Infrastructure Improvements]]&lt;br /&gt;
* [[{{FULLPAGENAME}}/CDash Improvements|CDash Improvements]]&lt;br /&gt;
* [[{{FULLPAGENAME}}/SlicerBridge|SlicerBridge]]&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
* [[{{FULLPAGENAME}}/Display2dText|Display 2D text in viewers]]&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
* [[{{FULLPAGENAME}}/CI-and-NightlyPackagesGeneration|Continuous Integration and Nightly packages build infrastructure]]&lt;br /&gt;
* [[{{FULLPAGENAME}}/ParameterSerializer|Parameter Serializer support for CLIs]]&lt;br /&gt;
* [[{{FULLPAGENAME}}/Augmented Reality and Virtual Reality support|Augmented Reality and Virtual Reality support]]&lt;br /&gt;
* [[{{FULLPAGENAME}}/Infrastucture Status|Infrastucture Status]]&lt;br /&gt;
* [[{{FULLPAGENAME}}/Improving Slicer Packages Download Experience|Improving Slicer Packages Download experience]]&lt;br /&gt;
* [[{{FULLPAGENAME}}/Sequences|Sequences]]&lt;br /&gt;
* [[{{FULLPAGENAME}}/Improving Markups|Improving Markups]]&lt;br /&gt;
&lt;br /&gt;
== Libraries ==&lt;br /&gt;
* [[{{FULLPAGENAME}}/VTK-Orientation|Design: Addition of orientation to VTK data structures]]&lt;br /&gt;
&lt;br /&gt;
== Python ==&lt;br /&gt;
* [[{{FULLPAGENAME}}/CallingPythonMethodsFromCpp|Calling Python methods from Cpp]]&lt;br /&gt;
* [[{{FULLPAGENAME}}/IPython|IPython]]&lt;br /&gt;
* [[{{FULLPAGENAME}}/PythonCondaBuild|Python conda build]]&lt;br /&gt;
&lt;br /&gt;
== Compilers &amp;amp; IDE ==&lt;br /&gt;
* &lt;br /&gt;
&lt;br /&gt;
== Virtual Machines ==&lt;br /&gt;
* [[{{FULLPAGENAME}}/GPU Virtualization|GPU Virtualization]]&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
* [[{{FULLPAGENAME}}/DocumentationImprovments|Documentation Improvements (Wiki, website, ...)]]&lt;br /&gt;
* [[{{FULLPAGENAME}}/ModulesAndEvents|Intermediate documentation for developers]]&lt;br /&gt;
&lt;br /&gt;
== Tutorials ==&lt;br /&gt;
* [[{{FULLPAGENAME}}/IPythonSlicerTutorials|IPython Slicer Tutorials]]&lt;br /&gt;
&lt;br /&gt;
== Source code management ==&lt;br /&gt;
* [[{{FULLPAGENAME}}/TransitionToGit|Transition to Git]]&lt;br /&gt;
&lt;br /&gt;
== Extension ==&lt;br /&gt;
&lt;br /&gt;
* [[{{FULLPAGENAME}}/ExtensionsFrameworkRoadmap|Extensions Framework Roadmap]]&lt;br /&gt;
* [[{{FULLPAGENAME}}/CustomSlicerGenerator|Custom Slicer Generator]]&lt;br /&gt;
* [[{{FULLPAGENAME}}/ExtensionsMetadata|Improving Extensions Metadata]]&lt;br /&gt;
&lt;br /&gt;
== Functionalities ==&lt;br /&gt;
* [[{{FULLPAGENAME}}/FlyThroughNavigation|Fly-through Navigation]]&lt;br /&gt;
* [[{{FULLPAGENAME}}/AutomaticUpdateAndInstallationFramework|Automatic Update and Installation Framework]]&lt;br /&gt;
* [[{{FULLPAGENAME}}/ApplicationUsageAnalytics|Application usage analytics]]&lt;br /&gt;
&lt;br /&gt;
== Packaging ==&lt;br /&gt;
* [[{{FULLPAGENAME}}/HomebrewCask|Homebrew Cask]&lt;br /&gt;
&lt;br /&gt;
= Completed =&lt;br /&gt;
&lt;br /&gt;
* [[Slicer4:Developers|Developer Projects]]&lt;br /&gt;
&lt;br /&gt;
== Extension ==&lt;br /&gt;
* [[{{FULLPAGENAME}}/EasyExtensionContribution|Easy Extension Contribution]] - See [[Documentation/Nightly/Developers/ExtensionWizard|ExtensionWizard]]&lt;br /&gt;
&lt;br /&gt;
== Internals ==&lt;br /&gt;
* [[{{FULLPAGENAME}}/StartupTimeImprovement|Slicer startup time improvement]]&lt;br /&gt;
* [[{{FULLPAGENAME}}/CMake-ified Python|CMake-ified Python]] - See [http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&amp;amp;revision=21911 r21911], [http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&amp;amp;revision=21912 r21912], [http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&amp;amp;revision=21913 r21913]&lt;br /&gt;
* [[{{FULLPAGENAME}}/NonlinearTransforms|Full support for non-linear transforms]]&lt;br /&gt;
&lt;br /&gt;
== Libraries ==&lt;br /&gt;
* [[{{FULLPAGENAME}}/Qt5-and-VTK8|Migration to Qt5 and VTK8]]&lt;br /&gt;
* [[{{FULLPAGENAME}}/OpenCV|Integration with OpenCV]]&lt;br /&gt;
* [[{{FULLPAGENAME}}/ITKv4|ITKv4]]&lt;br /&gt;
* [[{{FULLPAGENAME}}/Qt484|Qt484]]&lt;br /&gt;
* [[{{FULLPAGENAME}}/VTK6|VTK6]]&lt;br /&gt;
* [[{{FULLPAGENAME}}/VTK7|VTK7]]&lt;br /&gt;
&lt;br /&gt;
== Python ==&lt;br /&gt;
* [[{{FULLPAGENAME}}/Pip|Pip]]&lt;br /&gt;
* [[{{FULLPAGENAME}}/DevelopmentWithGit|Development with Git]] - See [http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&amp;amp;revision=21863 r21863], [http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&amp;amp;revision=21867 r21867], [http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&amp;amp;revision=21869 r21869], [http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&amp;amp;revision=21879 r21879], [http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&amp;amp;revision=21891 r21891]&lt;br /&gt;
* [[{{FULLPAGENAME}}/PythonObserverCallbacks|Python observer callbacks]]&lt;br /&gt;
&lt;br /&gt;
== Compilers &amp;amp; IDE ==&lt;br /&gt;
* [[{{FULLPAGENAME}}/Ninja|Ninja]]&lt;br /&gt;
* [[{{FULLPAGENAME}}/VS2012|VS2012]]&lt;br /&gt;
* [[{{FULLPAGENAME}}/NUMPY171|Support for Numpy 1.7.1]]&lt;br /&gt;
&lt;br /&gt;
== Modules ==&lt;br /&gt;
* [[{{FULLPAGENAME}}/SimpleFilters|Simple Filters]]&lt;br /&gt;
* [[{{FULLPAGENAME}}/Editor|Editor]]&lt;br /&gt;
&lt;br /&gt;
== Tutorials testing ==&lt;br /&gt;
* [[{{FULLPAGENAME}}/TutorialTesting/4.3-Release|4.3 Release]]&lt;br /&gt;
&lt;br /&gt;
== Debug ==&lt;br /&gt;
* [[{{FULLPAGENAME}}/BRAINS_and_ITKv4_issue|BRAINS and ITKv4 issue]]&lt;br /&gt;
&lt;br /&gt;
== Internals ==&lt;br /&gt;
* [[{{FULLPAGENAME}}/Segmentations|Segmentations]]&lt;br /&gt;
* [[{{FULLPAGENAME}}/MultiDimensional Data Management|MultiDimensional Data Management]]&lt;br /&gt;
* [[{{FULLPAGENAME}}/DICOMExport|DICOM Export]]&lt;br /&gt;
* [[{{FULLPAGENAME}}/SliceViewAnnotations|Slice View Annotations]]&lt;br /&gt;
* [[{{FULLPAGENAME}}/SubjectHierarchy|Subject hierarchy module and plugins]]&lt;br /&gt;
* [[{{FULLPAGENAME}}/I18N|Internationalization]]&lt;br /&gt;
* [[{{FULLPAGENAME}}/Units|Units]]&lt;br /&gt;
* [https://github.com/TubeTK/SlicerExecutionModel/wiki/SlicerExecutionModel-Parameter-Serialization SlicerExecutionModel Parameter Serialization]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Abandoned =&lt;br /&gt;
&lt;br /&gt;
* [[{{FULLPAGENAME}}/SlicerConfigAndUseSlicerTweaks|SlicerConfig and UseSlicer Tweaks]]&lt;/div&gt;</summary>
		<author><name>Davide</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Developers/Plots&amp;diff=59453</id>
		<title>Documentation/Nightly/Developers/Plots</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Developers/Plots&amp;diff=59453"/>
		<updated>2018-09-19T07:34:14Z</updated>

		<summary type="html">&lt;p&gt;Davide: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
{{Clear}}{{TOC right}}&lt;br /&gt;
&lt;br /&gt;
= Slicer plotting overview and acknowledgements =&lt;br /&gt;
&lt;br /&gt;
Slicer provides Plotting facilities that include a plot view that can be displayed in the view layout, similarly to slice 3D views. Plot data is stored in table nodes, and plot series, chart, and view nodes define which table column need to be displayed and how. Plot can be serialized with the MRML scene, including the plot data and display properties. Plot series and charts can be created and edited in Plots module and plots can be also generated directly from Tables module by a single click.&lt;br /&gt;
&lt;br /&gt;
Authors:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Davide Punzo&amp;lt;/b&amp;gt; (Kapteyn Astronomical Institute, University of Groningen) &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Andras Lasso&amp;lt;/b&amp;gt; (PerkLab, Queen's University) &amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Contributors: &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Jean-Christophe Fillion-Robin&amp;lt;/b&amp;gt; (Kitware) &amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;b&amp;gt;Steve Pieper&amp;lt;/b&amp;gt; (Isomics) &amp;lt;br&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Acknowledgements: &amp;lt;br&amp;gt; &lt;br /&gt;
This work was supported by the European Research Council under the European Union's Seventh Framework Programme (FP/2007-2013)/ERC Grant Agreement nr. 291-531.&amp;lt;br&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
[[File:ERCIcon.png|300px|European Research Council]]&lt;br /&gt;
[[File:Kapteyn logo1.png|500px|Kapteyn Astronomical Institute]]&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Contacts:&lt;br /&gt;
* Davide Punzo, &amp;lt;email&amp;gt;punzodavide@hotmail.it&amp;lt;/email&amp;gt;; &amp;lt;email&amp;gt;D.Punzo@astro.rug.nl&amp;lt;/email&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Plot capabilities =&lt;br /&gt;
* Multiple plots types (Line, Bar, Scatter, Scatter bar), shown in standard view layouts.&lt;br /&gt;
* Configurable chart and axis title, legend, grid lines.&lt;br /&gt;
* Use indexes (0, 1, 2, ...) or a table column for X axis values.&lt;br /&gt;
* Multiple plot series can be added to a single plot chart (even showing data from different tables, with different types - plot, bar), and the same series can be added to multiple charts. The same plot chart can be shown in any plot views (even simultaneously).&lt;br /&gt;
* Label can be assigned to each data point (shown in tooltip when hovering over a data point).&lt;br /&gt;
* Interactive editing of data points by drag-and-drop (data in referenced table nodes is updated).&lt;br /&gt;
* Interactive selection of data points (rectangular or free-hand selection).&lt;br /&gt;
* Plot data and display properties are stored in the MRML scene.&lt;br /&gt;
* Plot view can be embedded into module user interfaces. Plot views can [[#Signals|emit signals]] back to the application as the user interacts with a plot, which allows modules to perform additional processing on the selected data points.&lt;br /&gt;
&lt;br /&gt;
What is the difference between Slicer Plot and Chart?&lt;br /&gt;
[[Documentation/{{documentation/version}}/Developers/FAQ#What_is_the_difference_between_Slicer_Plot_and_Chart_.3F | See FAQ.]]&lt;br /&gt;
&lt;br /&gt;
= Shortcuts and Interactions =&lt;br /&gt;
The Plot infrastructure allow the following interaction:&lt;br /&gt;
&lt;br /&gt;
* Left mouse button: depends on interaction mode of the view&lt;br /&gt;
** Pan view: pan view&lt;br /&gt;
** Select points: select points using rectangular selection&lt;br /&gt;
** Freehand select points: select points using free-form selection&lt;br /&gt;
** Move points: move data points by drag-and-drop; this changes values in the referenced table node&lt;br /&gt;
* Middle mouse button: pan view (except in pan view mode; in that case it zooms to selected rectangular region)&lt;br /&gt;
* Right mouse button: zoom in/out along X and Y axes&lt;br /&gt;
* S: switch interaction mode (pan/select points/.../move points)&lt;br /&gt;
* R: reset view to show all data series&lt;br /&gt;
* U: unselect the points selection&lt;br /&gt;
&lt;br /&gt;
=Architecture=&lt;br /&gt;
&lt;br /&gt;
== MRML Nodes ==&lt;br /&gt;
&lt;br /&gt;
; [{{doxygen-class-url|vtkMRMLTableNode}} vtkMRMLTableNode]&lt;br /&gt;
: Table node stores values that specify data point positions or bar heights in the plots.&lt;br /&gt;
&lt;br /&gt;
; [{{doxygen-class-url|vtkMRMLPlotSeriesNode}} vtkMRMLPlotSeriesNode]&lt;br /&gt;
: Defines a data series by referring to a table node and column name(s) for X and Y axes and labels.&lt;br /&gt;
: It also defines display properties, such as plot type, color, line style.&lt;br /&gt;
: Line and bar plots only require Y axis (points along X axis are equally spaced), scatter plots require two input data columns, for X and Y axes.&lt;br /&gt;
&lt;br /&gt;
; [{{doxygen-class-url|vtkMRMLPlotChartNode}} vtkMRMLPlotChartNode]&lt;br /&gt;
: Specifies which data series need to be shown in the chart.&lt;br /&gt;
: Also contains global display properties for the chart, such as titles and font style.&lt;br /&gt;
&lt;br /&gt;
; [{{doxygen-class-url|vtkMRMLPlotViewNode}} vtkMRMLPlotViewNode]&lt;br /&gt;
: Specifies which chart is to be displayed in the plot view and how the user can interact with it.&lt;br /&gt;
: There has to be exactly one plot view node for each plot view widget. This class can not be created or copied unless is connected with a plot view.&lt;br /&gt;
&lt;br /&gt;
== Widgets == &lt;br /&gt;
&lt;br /&gt;
; [{{doxygen-class-url|qMRMLPlotView}} qMRMLPlotView]&lt;br /&gt;
: Displays a plot. It can be embedded into a module user interface.&lt;br /&gt;
&lt;br /&gt;
; [{{doxygen-class-url|qMRMLPlotWidget}} qMRMLPlotWidget]&lt;br /&gt;
: Displays a plot and in a popup window a plot view controller widget [{{doxygen-class-url|qMRMLPlotViewControllerWidget}} plot view controller widget].&lt;br /&gt;
&lt;br /&gt;
; [{{doxygen-class-url|qMRMLPlotSeriesPropertiesWidget}} qMRMLPlotSeriesPropertiesWidget]&lt;br /&gt;
: Display/edit properties of a plot series node.&lt;br /&gt;
&lt;br /&gt;
; [{{doxygen-class-url|qMRMLPlotChartPropertiesWidget}} qMRMLPlotChartPropertiesWidget]&lt;br /&gt;
: Display/edit properties of a plot series node.&lt;br /&gt;
&lt;br /&gt;
; [{{doxygen-class-url|qMRMLPlotViewControllerWidget}} qMRMLPlotViewControllerWidget]&lt;br /&gt;
: Display/edit properties of a plot view node.&lt;br /&gt;
&lt;br /&gt;
= Constructing a plot = &lt;br /&gt;
Below is an example in python to construct and display a plot communicating completely at the level of MRML. Note: this functionality is not available in Slicer 4.8, please use a recent SlicerPreview nightly build.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
import slicer&lt;br /&gt;
import math&lt;br /&gt;
&lt;br /&gt;
# Create table with x, cos, sin columns&lt;br /&gt;
&lt;br /&gt;
tableNode = slicer.mrmlScene.AddNewNodeByClass(&amp;quot;vtkMRMLTableNode&amp;quot;)&lt;br /&gt;
table = tableNode.GetTable()&lt;br /&gt;
&lt;br /&gt;
arrX = vtk.vtkFloatArray()&lt;br /&gt;
arrX.SetName(&amp;quot;x&amp;quot;)&lt;br /&gt;
table.AddColumn(arrX)&lt;br /&gt;
&lt;br /&gt;
arrY1 = vtk.vtkFloatArray()&lt;br /&gt;
arrY1.SetName(&amp;quot;cos&amp;quot;)&lt;br /&gt;
table.AddColumn(arrY1)&lt;br /&gt;
&lt;br /&gt;
arrY2 = vtk.vtkFloatArray()&lt;br /&gt;
arrY2.SetName(&amp;quot;sin&amp;quot;)&lt;br /&gt;
table.AddColumn(arrY2)&lt;br /&gt;
&lt;br /&gt;
# Fill in the table with some example values&lt;br /&gt;
&lt;br /&gt;
import math&lt;br /&gt;
numPoints = 69&lt;br /&gt;
inc = 7.5 / (numPoints - 1)&lt;br /&gt;
table.SetNumberOfRows(numPoints)&lt;br /&gt;
for i in range(numPoints):&lt;br /&gt;
  table.SetValue(i, 0, i * inc )&lt;br /&gt;
  table.SetValue(i, 1, math.cos(i * inc))&lt;br /&gt;
  table.SetValue(i, 2, math.sin(i * inc))&lt;br /&gt;
&lt;br /&gt;
# Create two plot series nodes&lt;br /&gt;
&lt;br /&gt;
plotSeriesNode1 = slicer.mrmlScene.AddNewNodeByClass(&amp;quot;vtkMRMLPlotSeriesNode&amp;quot;, &amp;quot;My first&amp;quot;)&lt;br /&gt;
plotSeriesNode1.SetAndObserveTableNodeID(tableNode.GetID())&lt;br /&gt;
plotSeriesNode1.SetXColumnName(&amp;quot;x&amp;quot;)&lt;br /&gt;
plotSeriesNode1.SetYColumnName(&amp;quot;cos&amp;quot;)&lt;br /&gt;
plotSeriesNode1.SetPlotType(slicer.vtkMRMLPlotSeriesNode.PlotTypeScatter)&lt;br /&gt;
plotSeriesNode1.SetLineStyle(slicer.vtkMRMLPlotSeriesNode.LineStyleNone)&lt;br /&gt;
plotSeriesNode1.SetMarkerStyle(slicer.vtkMRMLPlotSeriesNode.MarkerStyleSquare)&lt;br /&gt;
plotSeriesNode1.SetUniqueColor()&lt;br /&gt;
&lt;br /&gt;
plotSeriesNode2 = slicer.mrmlScene.AddNewNodeByClass(&amp;quot;vtkMRMLPlotSeriesNode&amp;quot;, &amp;quot;My second&amp;quot;)&lt;br /&gt;
plotSeriesNode2.SetAndObserveTableNodeID(tableNode.GetID())&lt;br /&gt;
plotSeriesNode2.SetXColumnName(&amp;quot;x&amp;quot;)&lt;br /&gt;
plotSeriesNode2.SetYColumnName(&amp;quot;sin&amp;quot;)&lt;br /&gt;
plotSeriesNode2.SetPlotType(slicer.vtkMRMLPlotSeriesNode.PlotTypeScatter)&lt;br /&gt;
plotSeriesNode2.SetUniqueColor()&lt;br /&gt;
&lt;br /&gt;
# Create plot chart node&lt;br /&gt;
&lt;br /&gt;
plotChartNode = slicer.mrmlScene.AddNewNodeByClass(&amp;quot;vtkMRMLPlotChartNode&amp;quot;)&lt;br /&gt;
plotChartNode.AddAndObservePlotSeriesNodeID(plotSeriesNode1.GetID())&lt;br /&gt;
plotChartNode.AddAndObservePlotSeriesNodeID(plotSeriesNode2.GetID())&lt;br /&gt;
plotChartNode.SetTitle('A simple plot with 2 curves')&lt;br /&gt;
plotChartNode.SetXAxisTitle('Something in x')&lt;br /&gt;
plotChartNode.SetYAxisTitle('Something in y')&lt;br /&gt;
&lt;br /&gt;
# Switch to a layout that contains a plot view to create a plot widget&lt;br /&gt;
&lt;br /&gt;
layoutManager = slicer.app.layoutManager()&lt;br /&gt;
layoutWithPlot = slicer.modules.plots.logic().GetLayoutWithPlot(layoutManager.layout)&lt;br /&gt;
layoutManager.setLayout(layoutWithPlot)&lt;br /&gt;
&lt;br /&gt;
# Select chart in plot view&lt;br /&gt;
&lt;br /&gt;
plotWidget = layoutManager.plotWidget(0)&lt;br /&gt;
plotViewNode = plotWidget.mrmlPlotViewNode()&lt;br /&gt;
plotViewNode.SetPlotChartNodeID(plotChartNode.GetID())&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This code produces the plot below.&lt;br /&gt;
&lt;br /&gt;
[[Image:VtkPlot.png|A simple plot.|1200px]]&lt;br /&gt;
&lt;br /&gt;
= Signals =&lt;br /&gt;
PlotViews provide signals that allow Slicer to respond to user interactions with the Plot canvas:&lt;br /&gt;
&lt;br /&gt;
;void dataSelected(vtkStringArray* mrmlPlotDataIDs, vtkCollection* selectionCol)&lt;br /&gt;
:Signal emitted when a data point or more has been selected. Returns the MRMLPlotDataNodes IDs and the correspective arrays with the data points ids (vtkIdTypeArray).&lt;br /&gt;
&lt;br /&gt;
Python API example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
# Switch to a layout that contains a plot view to create a plot widget&lt;br /&gt;
layoutManager = slicer.app.layoutManager()&lt;br /&gt;
layoutWithPlot = slicer.modules.plots.logic().GetLayoutWithPlot(layoutManager.layout)&lt;br /&gt;
layoutManager.setLayout(layoutWithPlot)&lt;br /&gt;
&lt;br /&gt;
# Select chart in plot view&lt;br /&gt;
plotWidget = layoutManager.plotWidget(0)&lt;br /&gt;
plotViewNode = plotWidget.mrmlPlotViewNode()&lt;br /&gt;
&lt;br /&gt;
# Add a PlotCharNode &lt;br /&gt;
# plotViewNode.SetPlotChartNodeID(''PlotChartNode''.GetID())&lt;br /&gt;
&lt;br /&gt;
# Connect the signal with a slot ''onDataSelected''&lt;br /&gt;
plotView = plotWidget.plotView()&lt;br /&gt;
plotView.connect(&amp;quot;dataSelected(vtkStringArray*, vtkCollection*)&amp;quot;, self.onDataSelected) &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Future Work =&lt;br /&gt;
* Adding to VTKPlots the possibility to plot errorbars.&lt;br /&gt;
* Add categorical and date labels to the Bar plotting (analogous to the CHART infrastructure)&lt;br /&gt;
* More signals?&lt;br /&gt;
* Add 3D Plots (vtkChartXYZ)&lt;br /&gt;
* Add Click and Drag action for multiple selected points&lt;/div&gt;</summary>
		<author><name>Davide</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Developers/Plots&amp;diff=59452</id>
		<title>Documentation/Nightly/Developers/Plots</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Developers/Plots&amp;diff=59452"/>
		<updated>2018-09-19T07:33:36Z</updated>

		<summary type="html">&lt;p&gt;Davide: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
{{Clear}}{{TOC right}}&lt;br /&gt;
&lt;br /&gt;
= Slicer plotting overview and acknowledgements =&lt;br /&gt;
&lt;br /&gt;
Slicer provides Plotting facilities that include a plot view that can be displayed in the view layout, similarly to slice 3D views. Plot data is stored in table nodes, and plot series, chart, and view nodes define which table column need to be displayed and how. Plot can be serialized with the MRML scene, including the plot data and display properties. Plot series and charts can be created and edited in Plots module and plots can be also generated directly from Tables module by a single click.&lt;br /&gt;
&lt;br /&gt;
Authors:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Davide Punzo&amp;lt;/b&amp;gt; (Kapteyn Astronomical Institute, University of Groningen) &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Andras Lasso&amp;lt;/b&amp;gt; (PerkLab, Queen's University) &amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Contributors: &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Jean-Christophe Fillion-Robin&amp;lt;/b&amp;gt; (Kitware) &amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;b&amp;gt;Steve Pieper&amp;lt;/b&amp;gt; (Isomics) &amp;lt;br&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Acknowledgements: &amp;lt;br&amp;gt; &lt;br /&gt;
This work was supported by the European Research Council under the European Union's Seventh Framework Programme (FP/2007-2013)/ERC Grant Agreement nr. 291-531.&amp;lt;br&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
[[File:ERCIcon.png|300px|European Research Council]]&lt;br /&gt;
[[File:Kapteyn logo1.png|500px|Kapteyn Astronomical Institute]]&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Contacts:&lt;br /&gt;
* Davide Punzo, &amp;lt;email&amp;gt;punzodavide@hotmail.it&amp;lt;/email&amp;gt;; &amp;lt;email&amp;gt;D.Punzo@astro.rug.nl&amp;lt;/email&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Plot capabilities =&lt;br /&gt;
* Multiple plots types (Line, Bar, Scatter, Scatter bar), shown in standard view layouts.&lt;br /&gt;
* Configurable chart and axis title, legend, grid lines.&lt;br /&gt;
* Use indexes (0, 1, 2, ...) or a table column for X axis values.&lt;br /&gt;
* Multiple plot series can be added to a single plot chart (even showing data from different tables, with different types - plot, bar), and the same series can be added to multiple charts. The same plot chart can be shown in any plot views (even simultaneously).&lt;br /&gt;
* Label can be assigned to each data point (shown in tooltip when hovering over a data point).&lt;br /&gt;
* Interactive editing of data points by drag-and-drop (data in referenced table nodes is updated).&lt;br /&gt;
* Interactive selection of data points (rectangular or free-hand selection).&lt;br /&gt;
* Plot data and display properties are stored in the MRML scene.&lt;br /&gt;
* Plot view can be embedded into module user interfaces. Plot views can [[#Signals|emit signals]] back to the application as the user interacts with a plot, which allows modules to perform additional processing on the selected data points.&lt;br /&gt;
&lt;br /&gt;
What is the difference between Slicer Plot and Chart?&lt;br /&gt;
[[Documentation/{{documentation/version}}/Developers/FAQ#What_is_the_difference_between_Slicer_Plot_and_Chart_.3F | See FAQ.]]&lt;br /&gt;
&lt;br /&gt;
= Shortcuts and Interactions =&lt;br /&gt;
The Plot infrastructure allow the following interaction:&lt;br /&gt;
&lt;br /&gt;
* Left mouse button: depends on interaction mode of the view&lt;br /&gt;
** Pan view: pan view&lt;br /&gt;
** Select points: select points using rectangular selection&lt;br /&gt;
** Freehand select points: select points using free-form selection&lt;br /&gt;
** Move points: move data points by drag-and-drop; this changes values in the referenced table node&lt;br /&gt;
* Middle mouse button: pan view (except in pan view mode; in that case it zooms to selected rectangular region)&lt;br /&gt;
* Right mouse button: zoom in/out along X and Y axes&lt;br /&gt;
* S: switch interaction mode (pan/select points/.../move points)&lt;br /&gt;
* R: reset view to show all data series&lt;br /&gt;
* U: unselect the points selection&lt;br /&gt;
&lt;br /&gt;
=Architecture=&lt;br /&gt;
&lt;br /&gt;
== MRML Nodes ==&lt;br /&gt;
&lt;br /&gt;
; [{{doxygen-class-url|vtkMRMLTableNode}} vtkMRMLTableNode]&lt;br /&gt;
: Table node stores values that specify data point positions or bar heights in the plots.&lt;br /&gt;
&lt;br /&gt;
; [{{doxygen-class-url|vtkMRMLPlotSeriesNode}} vtkMRMLPlotSeriesNode]&lt;br /&gt;
: Defines a data series by referring to a table node and column name(s) for X and Y axes and labels.&lt;br /&gt;
: It also defines display properties, such as plot type, color, line style.&lt;br /&gt;
: Line and bar plots only require Y axis (points along X axis are equally spaced), scatter plots require two input data columns, for X and Y axes.&lt;br /&gt;
&lt;br /&gt;
; [{{doxygen-class-url|vtkMRMLPlotChartNode}} vtkMRMLPlotChartNode]&lt;br /&gt;
: Specifies which data series need to be shown in the chart.&lt;br /&gt;
: Also contains global display properties for the chart, such as titles and font style.&lt;br /&gt;
&lt;br /&gt;
; [{{doxygen-class-url|vtkMRMLPlotViewNode}} vtkMRMLPlotViewNode]&lt;br /&gt;
: Specifies which chart is to be displayed in the plot view and how the user can interact with it.&lt;br /&gt;
: There has to be exactly one plot view node for each plot view widget. This class can not be created or copied unless is connected with a plot view.&lt;br /&gt;
&lt;br /&gt;
== Widgets == &lt;br /&gt;
&lt;br /&gt;
; [{{doxygen-class-url|qMRMLPlotView}} qMRMLPlotView]&lt;br /&gt;
: Displays a plot. It can be embedded into a module user interface.&lt;br /&gt;
&lt;br /&gt;
; [{{doxygen-class-url|qMRMLPlotWidget}} qMRMLPlotWidget]&lt;br /&gt;
: Displays a plot and in a popup window a plot view controller widget [{{doxygen-class-url|qMRMLPlotViewControllerWidget}} plot view controller widget].&lt;br /&gt;
&lt;br /&gt;
; [{{doxygen-class-url|qMRMLPlotSeriesPropertiesWidget}} qMRMLPlotSeriesPropertiesWidget]&lt;br /&gt;
: Display/edit properties of a plot series node.&lt;br /&gt;
&lt;br /&gt;
; [{{doxygen-class-url|qMRMLPlotChartPropertiesWidget}} qMRMLPlotChartPropertiesWidget]&lt;br /&gt;
: Display/edit properties of a plot series node.&lt;br /&gt;
&lt;br /&gt;
; [{{doxygen-class-url|qMRMLPlotViewControllerWidget}} qMRMLPlotViewControllerWidget]&lt;br /&gt;
: Display/edit properties of a plot view node.&lt;br /&gt;
&lt;br /&gt;
= Constructing a plot = &lt;br /&gt;
Below is an example in python to construct and display a plot communicating completely at the level of MRML. Note: this functionality is not available in Slicer 4.8, please use a recent SlicerPreview nightly build.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
import slicer&lt;br /&gt;
import math&lt;br /&gt;
&lt;br /&gt;
# Create table with x, cos, sin columns&lt;br /&gt;
&lt;br /&gt;
tableNode = slicer.mrmlScene.AddNewNodeByClass(&amp;quot;vtkMRMLTableNode&amp;quot;)&lt;br /&gt;
table = tableNode.GetTable()&lt;br /&gt;
&lt;br /&gt;
arrX = vtk.vtkFloatArray()&lt;br /&gt;
arrX.SetName(&amp;quot;x&amp;quot;)&lt;br /&gt;
table.AddColumn(arrX)&lt;br /&gt;
&lt;br /&gt;
arrY1 = vtk.vtkFloatArray()&lt;br /&gt;
arrY1.SetName(&amp;quot;cos&amp;quot;)&lt;br /&gt;
table.AddColumn(arrY1)&lt;br /&gt;
&lt;br /&gt;
arrY2 = vtk.vtkFloatArray()&lt;br /&gt;
arrY2.SetName(&amp;quot;sin&amp;quot;)&lt;br /&gt;
table.AddColumn(arrY2)&lt;br /&gt;
&lt;br /&gt;
# Fill in the table with some example values&lt;br /&gt;
&lt;br /&gt;
import math&lt;br /&gt;
numPoints = 69&lt;br /&gt;
inc = 7.5 / (numPoints - 1)&lt;br /&gt;
table.SetNumberOfRows(numPoints)&lt;br /&gt;
for i in range(numPoints):&lt;br /&gt;
  table.SetValue(i, 0, i * inc )&lt;br /&gt;
  table.SetValue(i, 1, math.cos(i * inc))&lt;br /&gt;
  table.SetValue(i, 2, math.sin(i * inc))&lt;br /&gt;
&lt;br /&gt;
# Create two plot series nodes&lt;br /&gt;
&lt;br /&gt;
plotSeriesNode1 = slicer.mrmlScene.AddNewNodeByClass(&amp;quot;vtkMRMLPlotSeriesNode&amp;quot;, &amp;quot;My first&amp;quot;)&lt;br /&gt;
plotSeriesNode1.SetAndObserveTableNodeID(tableNode.GetID())&lt;br /&gt;
plotSeriesNode1.SetXColumnName(&amp;quot;x&amp;quot;)&lt;br /&gt;
plotSeriesNode1.SetYColumnName(&amp;quot;cos&amp;quot;)&lt;br /&gt;
plotSeriesNode1.SetPlotType(slicer.vtkMRMLPlotSeriesNode.PlotTypeScatter)&lt;br /&gt;
plotSeriesNode1.SetLineStyle(slicer.vtkMRMLPlotSeriesNode.LineStyleNone)&lt;br /&gt;
plotSeriesNode1.SetMarkerStyle(slicer.vtkMRMLPlotSeriesNode.MarkerStyleSquare)&lt;br /&gt;
plotSeriesNode1.SetUniqueColor()&lt;br /&gt;
&lt;br /&gt;
plotSeriesNode2 = slicer.mrmlScene.AddNewNodeByClass(&amp;quot;vtkMRMLPlotSeriesNode&amp;quot;, &amp;quot;My second&amp;quot;)&lt;br /&gt;
plotSeriesNode2.SetAndObserveTableNodeID(tableNode.GetID())&lt;br /&gt;
plotSeriesNode2.SetXColumnName(&amp;quot;x&amp;quot;)&lt;br /&gt;
plotSeriesNode2.SetYColumnName(&amp;quot;sin&amp;quot;)&lt;br /&gt;
plotSeriesNode2.SetPlotType(slicer.vtkMRMLPlotSeriesNode.PlotTypeScatter)&lt;br /&gt;
plotSeriesNode2.SetUniqueColor()&lt;br /&gt;
&lt;br /&gt;
# Create plot chart node&lt;br /&gt;
&lt;br /&gt;
plotChartNode = slicer.mrmlScene.AddNewNodeByClass(&amp;quot;vtkMRMLPlotChartNode&amp;quot;)&lt;br /&gt;
plotChartNode.AddAndObservePlotSeriesNodeID(plotSeriesNode1.GetID())&lt;br /&gt;
plotChartNode.AddAndObservePlotSeriesNodeID(plotSeriesNode2.GetID())&lt;br /&gt;
plotChartNode.SetTitle('A simple plot with 2 curves')&lt;br /&gt;
plotChartNode.SetXAxisTitle('Something in x')&lt;br /&gt;
plotChartNode.SetYAxisTitle('Something in y')&lt;br /&gt;
&lt;br /&gt;
# Switch to a layout that contains a plot view to create a plot widget&lt;br /&gt;
&lt;br /&gt;
layoutManager = slicer.app.layoutManager()&lt;br /&gt;
layoutWithPlot = slicer.modules.plots.logic().GetLayoutWithPlot(layoutManager.layout)&lt;br /&gt;
layoutManager.setLayout(layoutWithPlot)&lt;br /&gt;
&lt;br /&gt;
# Select chart in plot view&lt;br /&gt;
&lt;br /&gt;
plotWidget = layoutManager.plotWidget(0)&lt;br /&gt;
plotViewNode = plotWidget.mrmlPlotViewNode()&lt;br /&gt;
plotViewNode.SetPlotChartNodeID(plotChartNode.GetID())&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This code produces the plot below.&lt;br /&gt;
&lt;br /&gt;
[[Image:VtkPlot.png|A simple plot.|1200px]]&lt;br /&gt;
&lt;br /&gt;
= Signals =&lt;br /&gt;
PlotViews provide signals that allow Slicer to respond to user interactions with the Plot canvas:&lt;br /&gt;
&lt;br /&gt;
;void dataSelected(vtkStringArray* mrmlPlotDataIDs, vtkCollection* selectionCol)&lt;br /&gt;
:Signal emitted when a data point or more has been selected. Returns the MRMLPlotDataNodes IDs and the correspective arrays with the data points ids (vtkIdTypeArray).&lt;br /&gt;
&lt;br /&gt;
Python API example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
    # Switch to a layout that contains a plot view to create a plot widget&lt;br /&gt;
    layoutManager = slicer.app.layoutManager()&lt;br /&gt;
    layoutWithPlot = slicer.modules.plots.logic().GetLayoutWithPlot(layoutManager.layout)&lt;br /&gt;
    layoutManager.setLayout(layoutWithPlot)&lt;br /&gt;
&lt;br /&gt;
    # Select chart in plot view&lt;br /&gt;
    plotWidget = layoutManager.plotWidget(0)&lt;br /&gt;
    plotViewNode = plotWidget.mrmlPlotViewNode()&lt;br /&gt;
&lt;br /&gt;
    # Add a PlotCharNode &lt;br /&gt;
    # plotViewNode.SetPlotChartNodeID(''PlotChartNode''.GetID())&lt;br /&gt;
&lt;br /&gt;
    # Connect the signal with a slot ''onDataSelected''&lt;br /&gt;
    plotView = plotWidget.plotView()&lt;br /&gt;
    plotView.connect(&amp;quot;dataSelected(vtkStringArray*, vtkCollection*)&amp;quot;, self.onDataSelected) &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Future Work =&lt;br /&gt;
* Adding to VTKPlots the possibility to plot errorbars.&lt;br /&gt;
* Add categorical and date labels to the Bar plotting (analogous to the CHART infrastructure)&lt;br /&gt;
* More signals?&lt;br /&gt;
* Add 3D Plots (vtkChartXYZ)&lt;br /&gt;
* Add Click and Drag action for multiple selected points&lt;/div&gt;</summary>
		<author><name>Davide</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Developers/Plots&amp;diff=59451</id>
		<title>Documentation/Nightly/Developers/Plots</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Developers/Plots&amp;diff=59451"/>
		<updated>2018-09-19T07:32:25Z</updated>

		<summary type="html">&lt;p&gt;Davide: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
{{Clear}}{{TOC right}}&lt;br /&gt;
&lt;br /&gt;
= Slicer plotting overview and acknowledgements =&lt;br /&gt;
&lt;br /&gt;
Slicer provides Plotting facilities that include a plot view that can be displayed in the view layout, similarly to slice 3D views. Plot data is stored in table nodes, and plot series, chart, and view nodes define which table column need to be displayed and how. Plot can be serialized with the MRML scene, including the plot data and display properties. Plot series and charts can be created and edited in Plots module and plots can be also generated directly from Tables module by a single click.&lt;br /&gt;
&lt;br /&gt;
Authors:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Davide Punzo&amp;lt;/b&amp;gt; (Kapteyn Astronomical Institute, University of Groningen) &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Andras Lasso&amp;lt;/b&amp;gt; (PerkLab, Queen's University) &amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Contributors: &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Jean-Christophe Fillion-Robin&amp;lt;/b&amp;gt; (Kitware) &amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;b&amp;gt;Steve Pieper&amp;lt;/b&amp;gt; (Isomics) &amp;lt;br&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Acknowledgements: &amp;lt;br&amp;gt; &lt;br /&gt;
This work was supported by the European Research Council under the European Union's Seventh Framework Programme (FP/2007-2013)/ERC Grant Agreement nr. 291-531.&amp;lt;br&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
[[File:ERCIcon.png|300px|European Research Council]]&lt;br /&gt;
[[File:Kapteyn logo1.png|500px|Kapteyn Astronomical Institute]]&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Contacts:&lt;br /&gt;
* Davide Punzo, &amp;lt;email&amp;gt;punzodavide@hotmail.it&amp;lt;/email&amp;gt;; &amp;lt;email&amp;gt;D.Punzo@astro.rug.nl&amp;lt;/email&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Plot capabilities =&lt;br /&gt;
* Multiple plots types (Line, Bar, Scatter, Scatter bar), shown in standard view layouts.&lt;br /&gt;
* Configurable chart and axis title, legend, grid lines.&lt;br /&gt;
* Use indexes (0, 1, 2, ...) or a table column for X axis values.&lt;br /&gt;
* Multiple plot series can be added to a single plot chart (even showing data from different tables, with different types - plot, bar), and the same series can be added to multiple charts. The same plot chart can be shown in any plot views (even simultaneously).&lt;br /&gt;
* Label can be assigned to each data point (shown in tooltip when hovering over a data point).&lt;br /&gt;
* Interactive editing of data points by drag-and-drop (data in referenced table nodes is updated).&lt;br /&gt;
* Interactive selection of data points (rectangular or free-hand selection).&lt;br /&gt;
* Plot data and display properties are stored in the MRML scene.&lt;br /&gt;
* Plot view can be embedded into module user interfaces. Plot views can [[#Signals|emit signals]] back to the application as the user interacts with a plot, which allows modules to perform additional processing on the selected data points.&lt;br /&gt;
&lt;br /&gt;
What is the difference between Slicer Plot and Chart?&lt;br /&gt;
[[Documentation/{{documentation/version}}/Developers/FAQ#What_is_the_difference_between_Slicer_Plot_and_Chart_.3F | See FAQ.]]&lt;br /&gt;
&lt;br /&gt;
= Shortcuts and Interactions =&lt;br /&gt;
The Plot infrastructure allow the following interaction:&lt;br /&gt;
&lt;br /&gt;
* Left mouse button: depends on interaction mode of the view&lt;br /&gt;
** Pan view: pan view&lt;br /&gt;
** Select points: select points using rectangular selection&lt;br /&gt;
** Freehand select points: select points using free-form selection&lt;br /&gt;
** Move points: move data points by drag-and-drop; this changes values in the referenced table node&lt;br /&gt;
* Middle mouse button: pan view (except in pan view mode; in that case it zooms to selected rectangular region)&lt;br /&gt;
* Right mouse button: zoom in/out along X and Y axes&lt;br /&gt;
* S: switch interaction mode (pan/select points/.../move points)&lt;br /&gt;
* R: reset view to show all data series&lt;br /&gt;
* U: unselect the points selection&lt;br /&gt;
&lt;br /&gt;
=Architecture=&lt;br /&gt;
&lt;br /&gt;
== MRML Nodes ==&lt;br /&gt;
&lt;br /&gt;
; [{{doxygen-class-url|vtkMRMLTableNode}} vtkMRMLTableNode]&lt;br /&gt;
: Table node stores values that specify data point positions or bar heights in the plots.&lt;br /&gt;
&lt;br /&gt;
; [{{doxygen-class-url|vtkMRMLPlotSeriesNode}} vtkMRMLPlotSeriesNode]&lt;br /&gt;
: Defines a data series by referring to a table node and column name(s) for X and Y axes and labels.&lt;br /&gt;
: It also defines display properties, such as plot type, color, line style.&lt;br /&gt;
: Line and bar plots only require Y axis (points along X axis are equally spaced), scatter plots require two input data columns, for X and Y axes.&lt;br /&gt;
&lt;br /&gt;
; [{{doxygen-class-url|vtkMRMLPlotChartNode}} vtkMRMLPlotChartNode]&lt;br /&gt;
: Specifies which data series need to be shown in the chart.&lt;br /&gt;
: Also contains global display properties for the chart, such as titles and font style.&lt;br /&gt;
&lt;br /&gt;
; [{{doxygen-class-url|vtkMRMLPlotViewNode}} vtkMRMLPlotViewNode]&lt;br /&gt;
: Specifies which chart is to be displayed in the plot view and how the user can interact with it.&lt;br /&gt;
: There has to be exactly one plot view node for each plot view widget. This class can not be created or copied unless is connected with a plot view.&lt;br /&gt;
&lt;br /&gt;
== Widgets == &lt;br /&gt;
&lt;br /&gt;
; [{{doxygen-class-url|qMRMLPlotView}} qMRMLPlotView]&lt;br /&gt;
: Displays a plot. It can be embedded into a module user interface.&lt;br /&gt;
&lt;br /&gt;
; [{{doxygen-class-url|qMRMLPlotWidget}} qMRMLPlotWidget]&lt;br /&gt;
: Displays a plot and in a popup window a plot view controller widget [{{doxygen-class-url|qMRMLPlotViewControllerWidget}} plot view controller widget].&lt;br /&gt;
&lt;br /&gt;
; [{{doxygen-class-url|qMRMLPlotSeriesPropertiesWidget}} qMRMLPlotSeriesPropertiesWidget]&lt;br /&gt;
: Display/edit properties of a plot series node.&lt;br /&gt;
&lt;br /&gt;
; [{{doxygen-class-url|qMRMLPlotChartPropertiesWidget}} qMRMLPlotChartPropertiesWidget]&lt;br /&gt;
: Display/edit properties of a plot series node.&lt;br /&gt;
&lt;br /&gt;
; [{{doxygen-class-url|qMRMLPlotViewControllerWidget}} qMRMLPlotViewControllerWidget]&lt;br /&gt;
: Display/edit properties of a plot view node.&lt;br /&gt;
&lt;br /&gt;
= Constructing a plot = &lt;br /&gt;
Below is an example in python to construct and display a plot communicating completely at the level of MRML. Note: this functionality is not available in Slicer 4.8, please use a recent SlicerPreview nightly build.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
import slicer&lt;br /&gt;
import math&lt;br /&gt;
&lt;br /&gt;
# Create table with x, cos, sin columns&lt;br /&gt;
&lt;br /&gt;
tableNode = slicer.mrmlScene.AddNewNodeByClass(&amp;quot;vtkMRMLTableNode&amp;quot;)&lt;br /&gt;
table = tableNode.GetTable()&lt;br /&gt;
&lt;br /&gt;
arrX = vtk.vtkFloatArray()&lt;br /&gt;
arrX.SetName(&amp;quot;x&amp;quot;)&lt;br /&gt;
table.AddColumn(arrX)&lt;br /&gt;
&lt;br /&gt;
arrY1 = vtk.vtkFloatArray()&lt;br /&gt;
arrY1.SetName(&amp;quot;cos&amp;quot;)&lt;br /&gt;
table.AddColumn(arrY1)&lt;br /&gt;
&lt;br /&gt;
arrY2 = vtk.vtkFloatArray()&lt;br /&gt;
arrY2.SetName(&amp;quot;sin&amp;quot;)&lt;br /&gt;
table.AddColumn(arrY2)&lt;br /&gt;
&lt;br /&gt;
# Fill in the table with some example values&lt;br /&gt;
&lt;br /&gt;
import math&lt;br /&gt;
numPoints = 69&lt;br /&gt;
inc = 7.5 / (numPoints - 1)&lt;br /&gt;
table.SetNumberOfRows(numPoints)&lt;br /&gt;
for i in range(numPoints):&lt;br /&gt;
  table.SetValue(i, 0, i * inc )&lt;br /&gt;
  table.SetValue(i, 1, math.cos(i * inc))&lt;br /&gt;
  table.SetValue(i, 2, math.sin(i * inc))&lt;br /&gt;
&lt;br /&gt;
# Create two plot series nodes&lt;br /&gt;
&lt;br /&gt;
plotSeriesNode1 = slicer.mrmlScene.AddNewNodeByClass(&amp;quot;vtkMRMLPlotSeriesNode&amp;quot;, &amp;quot;My first&amp;quot;)&lt;br /&gt;
plotSeriesNode1.SetAndObserveTableNodeID(tableNode.GetID())&lt;br /&gt;
plotSeriesNode1.SetXColumnName(&amp;quot;x&amp;quot;)&lt;br /&gt;
plotSeriesNode1.SetYColumnName(&amp;quot;cos&amp;quot;)&lt;br /&gt;
plotSeriesNode1.SetPlotType(slicer.vtkMRMLPlotSeriesNode.PlotTypeScatter)&lt;br /&gt;
plotSeriesNode1.SetLineStyle(slicer.vtkMRMLPlotSeriesNode.LineStyleNone)&lt;br /&gt;
plotSeriesNode1.SetMarkerStyle(slicer.vtkMRMLPlotSeriesNode.MarkerStyleSquare)&lt;br /&gt;
plotSeriesNode1.SetUniqueColor()&lt;br /&gt;
&lt;br /&gt;
plotSeriesNode2 = slicer.mrmlScene.AddNewNodeByClass(&amp;quot;vtkMRMLPlotSeriesNode&amp;quot;, &amp;quot;My second&amp;quot;)&lt;br /&gt;
plotSeriesNode2.SetAndObserveTableNodeID(tableNode.GetID())&lt;br /&gt;
plotSeriesNode2.SetXColumnName(&amp;quot;x&amp;quot;)&lt;br /&gt;
plotSeriesNode2.SetYColumnName(&amp;quot;sin&amp;quot;)&lt;br /&gt;
plotSeriesNode2.SetPlotType(slicer.vtkMRMLPlotSeriesNode.PlotTypeScatter)&lt;br /&gt;
plotSeriesNode2.SetUniqueColor()&lt;br /&gt;
&lt;br /&gt;
# Create plot chart node&lt;br /&gt;
&lt;br /&gt;
plotChartNode = slicer.mrmlScene.AddNewNodeByClass(&amp;quot;vtkMRMLPlotChartNode&amp;quot;)&lt;br /&gt;
plotChartNode.AddAndObservePlotSeriesNodeID(plotSeriesNode1.GetID())&lt;br /&gt;
plotChartNode.AddAndObservePlotSeriesNodeID(plotSeriesNode2.GetID())&lt;br /&gt;
plotChartNode.SetTitle('A simple plot with 2 curves')&lt;br /&gt;
plotChartNode.SetXAxisTitle('Something in x')&lt;br /&gt;
plotChartNode.SetYAxisTitle('Something in y')&lt;br /&gt;
&lt;br /&gt;
# Switch to a layout that contains a plot view to create a plot widget&lt;br /&gt;
&lt;br /&gt;
layoutManager = slicer.app.layoutManager()&lt;br /&gt;
layoutWithPlot = slicer.modules.plots.logic().GetLayoutWithPlot(layoutManager.layout)&lt;br /&gt;
layoutManager.setLayout(layoutWithPlot)&lt;br /&gt;
&lt;br /&gt;
# Select chart in plot view&lt;br /&gt;
&lt;br /&gt;
plotWidget = layoutManager.plotWidget(0)&lt;br /&gt;
plotViewNode = plotWidget.mrmlPlotViewNode()&lt;br /&gt;
plotViewNode.SetPlotChartNodeID(plotChartNode.GetID())&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This code produces the plot below.&lt;br /&gt;
&lt;br /&gt;
[[Image:VtkPlot.png|A simple plot.|1200px]]&lt;br /&gt;
&lt;br /&gt;
= Signals =&lt;br /&gt;
PlotViews provide signals that allow Slicer to respond to user interactions with the Plot canvas:&lt;br /&gt;
&lt;br /&gt;
;void dataSelected(vtkStringArray* mrmlPlotDataIDs, vtkCollection* selectionCol)&lt;br /&gt;
:Signal emitted when a data point or more has been selected. Returns the MRMLPlotDataNodes IDs and the correspective arrays with the data points ids (vtkIdTypeArray).&lt;br /&gt;
&lt;br /&gt;
Python API example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
    # Switch to a layout that contains a plot view to create a plot widget&lt;br /&gt;
    layoutManager = slicer.app.layoutManager()&lt;br /&gt;
    layoutWithPlot = slicer.modules.plots.logic().GetLayoutWithPlot(layoutManager.layout)&lt;br /&gt;
    layoutManager.setLayout(layoutWithPlot)&lt;br /&gt;
&lt;br /&gt;
    # Select chart in plot view&lt;br /&gt;
    plotWidget = layoutManager.plotWidget(0)&lt;br /&gt;
    plotViewNode = plotWidget.mrmlPlotViewNode()&lt;br /&gt;
&lt;br /&gt;
    # Add a PlotCharNode &lt;br /&gt;
    # plotViewNode.SetPlotChartNodeID(''PlotChartNode''.GetID())&lt;br /&gt;
&lt;br /&gt;
    plotView = plotWidget.plotView()&lt;br /&gt;
    plotView.connect(&amp;quot;dataSelected(vtkStringArray*, vtkCollection*)&amp;quot;, self.onDataSelected)&lt;br /&gt;
&lt;br /&gt;
    def onDataSelected(self):&lt;br /&gt;
       ...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Future Work =&lt;br /&gt;
* Adding to VTKPlots the possibility to plot errorbars.&lt;br /&gt;
* Add categorical and date labels to the Bar plotting (analogous to the CHART infrastructure)&lt;br /&gt;
* More signals?&lt;br /&gt;
* Add 3D Plots (vtkChartXYZ)&lt;br /&gt;
* Add Click and Drag action for multiple selected points&lt;/div&gt;</summary>
		<author><name>Davide</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Developers/Plots&amp;diff=59407</id>
		<title>Documentation/Nightly/Developers/Plots</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Developers/Plots&amp;diff=59407"/>
		<updated>2018-09-11T07:17:08Z</updated>

		<summary type="html">&lt;p&gt;Davide: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
{{Clear}}{{TOC right}}&lt;br /&gt;
&lt;br /&gt;
= Slicer plotting overview and acknowledgements =&lt;br /&gt;
&lt;br /&gt;
Slicer provides Plotting facilities that include a plot view that can be displayed in the view layout, similarly to slice 3D views. Plot data is stored in table nodes, and plot series, chart, and view nodes define which table column need to be displayed and how. Plot can be serialized with the MRML scene, including the plot data and display properties. Plot series and charts can be created and edited in Plots module and plots can be also generated directly from Tables module by a single click.&lt;br /&gt;
&lt;br /&gt;
Authors:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Davide Punzo&amp;lt;/b&amp;gt; (Kapteyn Astronomical Institute, University of Groningen) &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Andras Lasso&amp;lt;/b&amp;gt; (PerkLab, Queen's University) &amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Contributors: &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Jean-Christophe Fillion-Robin&amp;lt;/b&amp;gt; (Kitware) &amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;b&amp;gt;Steve Pieper&amp;lt;/b&amp;gt; (Isomics) &amp;lt;br&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Acknowledgements: &amp;lt;br&amp;gt; &lt;br /&gt;
This work was supported by the European Research Council under the European Union's Seventh Framework Programme (FP/2007-2013)/ERC Grant Agreement nr. 291-531.&amp;lt;br&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
[[File:ERCIcon.png|300px|European Research Council]]&lt;br /&gt;
[[File:Kapteyn logo1.png|500px|Kapteyn Astronomical Institute]]&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Contacts:&lt;br /&gt;
* Davide Punzo, &amp;lt;email&amp;gt;punzodavide@hotmail.it&amp;lt;/email&amp;gt;; &amp;lt;email&amp;gt;D.Punzo@astro.rug.nl&amp;lt;/email&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Plot capabilities =&lt;br /&gt;
* Multiple plots types (Line, Bar, Scatter, Scatter bar), shown in standard view layouts.&lt;br /&gt;
* Configurable chart and axis title, legend, grid lines.&lt;br /&gt;
* Use indexes (0, 1, 2, ...) or a table column for X axis values.&lt;br /&gt;
* Multiple plot series can be added to a single plot chart (even showing data from different tables, with different types - plot, bar), and the same series can be added to multiple charts. The same plot chart can be shown in any plot views (even simultaneously).&lt;br /&gt;
* Label can be assigned to each data point (shown in tooltip when hovering over a data point).&lt;br /&gt;
* Interactive editing of data points by drag-and-drop (data in referenced table nodes is updated).&lt;br /&gt;
* Interactive selection of data points (rectangular or free-hand selection).&lt;br /&gt;
* Plot data and display properties are stored in the MRML scene.&lt;br /&gt;
* Plot view can be embedded into module user interfaces. Plot views can [[#Signals|emit signals]] back to the application as the user interacts with a plot, which allows modules to perform additional processing on the selected data points.&lt;br /&gt;
&lt;br /&gt;
What is the difference between Slicer Plot and Chart?&lt;br /&gt;
[[Documentation/{{documentation/version}}/Developers/FAQ#What_is_the_difference_between_Slicer_Plot_and_Chart_.3F | See FAQ.]]&lt;br /&gt;
&lt;br /&gt;
= Shortcuts and Interactions =&lt;br /&gt;
The Plot infrastructure allow the following interaction:&lt;br /&gt;
&lt;br /&gt;
* Left mouse button: depends on interaction mode of the view&lt;br /&gt;
** Pan view: pan view&lt;br /&gt;
** Select points: select points using rectangular selection&lt;br /&gt;
** Freehand select points: select points using free-form selection&lt;br /&gt;
** Move points: move data points by drag-and-drop; this changes values in the referenced table node&lt;br /&gt;
* Middle mouse button: pan view (except in pan view mode; in that case it zooms to selected rectangular region)&lt;br /&gt;
* Right mouse button: zoom in/out along X and Y axes&lt;br /&gt;
* S: switch interaction mode (pan/select points/.../move points)&lt;br /&gt;
* R: reset view to show all data series&lt;br /&gt;
* U: unselect the points selection&lt;br /&gt;
&lt;br /&gt;
=Architecture=&lt;br /&gt;
&lt;br /&gt;
== MRML Nodes ==&lt;br /&gt;
&lt;br /&gt;
; [{{doxygen-class-url|vtkMRMLTableNode}} vtkMRMLTableNode]&lt;br /&gt;
: Table node stores values that specify data point positions or bar heights in the plots.&lt;br /&gt;
&lt;br /&gt;
; [{{doxygen-class-url|vtkMRMLPlotSeriesNode}} vtkMRMLPlotSeriesNode]&lt;br /&gt;
: Defines a data series by referring to a table node and column name(s) for X and Y axes and labels.&lt;br /&gt;
: It also defines display properties, such as plot type, color, line style.&lt;br /&gt;
: Line and bar plots only require Y axis (points along X axis are equally spaced), scatter plots require two input data columns, for X and Y axes.&lt;br /&gt;
&lt;br /&gt;
; [{{doxygen-class-url|vtkMRMLPlotChartNode}} vtkMRMLPlotChartNode]&lt;br /&gt;
: Specifies which data series need to be shown in the chart.&lt;br /&gt;
: Also contains global display properties for the chart, such as titles and font style.&lt;br /&gt;
&lt;br /&gt;
; [{{doxygen-class-url|vtkMRMLPlotViewNode}} vtkMRMLPlotViewNode]&lt;br /&gt;
: Specifies which chart is to be displayed in the plot view and how the user can interact with it.&lt;br /&gt;
: There has to be exactly one plot view node for each plot view widget. This class can not be created or copied unless is connected with a plot view.&lt;br /&gt;
&lt;br /&gt;
== Widgets == &lt;br /&gt;
&lt;br /&gt;
; [{{doxygen-class-url|qMRMLPlotView}} qMRMLPlotView]&lt;br /&gt;
: Displays a plot. It can be embedded into a module user interface.&lt;br /&gt;
&lt;br /&gt;
; [{{doxygen-class-url|qMRMLPlotWidget}} qMRMLPlotWidget]&lt;br /&gt;
: Displays a plot and in a popup window a plot view controller widget [{{doxygen-class-url|qMRMLPlotViewControllerWidget}} plot view controller widget].&lt;br /&gt;
&lt;br /&gt;
; [{{doxygen-class-url|qMRMLPlotSeriesPropertiesWidget}} qMRMLPlotSeriesPropertiesWidget]&lt;br /&gt;
: Display/edit properties of a plot series node.&lt;br /&gt;
&lt;br /&gt;
; [{{doxygen-class-url|qMRMLPlotChartPropertiesWidget}} qMRMLPlotChartPropertiesWidget]&lt;br /&gt;
: Display/edit properties of a plot series node.&lt;br /&gt;
&lt;br /&gt;
; [{{doxygen-class-url|qMRMLPlotViewControllerWidget}} qMRMLPlotViewControllerWidget]&lt;br /&gt;
: Display/edit properties of a plot view node.&lt;br /&gt;
&lt;br /&gt;
= Constructing a plot = &lt;br /&gt;
Below is an example in python to construct and display a plot communicating completely at the level of MRML. Note: this functionality is not available in Slicer 4.8, please use a recent SlicerPreview nightly build.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
import slicer&lt;br /&gt;
import math&lt;br /&gt;
&lt;br /&gt;
# Create table with x, cos, sin columns&lt;br /&gt;
&lt;br /&gt;
tableNode = slicer.mrmlScene.AddNewNodeByClass(&amp;quot;vtkMRMLTableNode&amp;quot;)&lt;br /&gt;
table = tableNode.GetTable()&lt;br /&gt;
&lt;br /&gt;
arrX = vtk.vtkFloatArray()&lt;br /&gt;
arrX.SetName(&amp;quot;x&amp;quot;)&lt;br /&gt;
table.AddColumn(arrX)&lt;br /&gt;
&lt;br /&gt;
arrY1 = vtk.vtkFloatArray()&lt;br /&gt;
arrY1.SetName(&amp;quot;cos&amp;quot;)&lt;br /&gt;
table.AddColumn(arrY1)&lt;br /&gt;
&lt;br /&gt;
arrY2 = vtk.vtkFloatArray()&lt;br /&gt;
arrY2.SetName(&amp;quot;sin&amp;quot;)&lt;br /&gt;
table.AddColumn(arrY2)&lt;br /&gt;
&lt;br /&gt;
# Fill in the table with some example values&lt;br /&gt;
&lt;br /&gt;
import math&lt;br /&gt;
numPoints = 69&lt;br /&gt;
inc = 7.5 / (numPoints - 1)&lt;br /&gt;
table.SetNumberOfRows(numPoints)&lt;br /&gt;
for i in range(numPoints):&lt;br /&gt;
  table.SetValue(i, 0, i * inc )&lt;br /&gt;
  table.SetValue(i, 1, math.cos(i * inc))&lt;br /&gt;
  table.SetValue(i, 2, math.sin(i * inc))&lt;br /&gt;
&lt;br /&gt;
# Create two plot series nodes&lt;br /&gt;
&lt;br /&gt;
plotSeriesNode1 = slicer.mrmlScene.AddNewNodeByClass(&amp;quot;vtkMRMLPlotSeriesNode&amp;quot;, &amp;quot;My first&amp;quot;)&lt;br /&gt;
plotSeriesNode1.SetAndObserveTableNodeID(tableNode.GetID())&lt;br /&gt;
plotSeriesNode1.SetXColumnName(&amp;quot;x&amp;quot;)&lt;br /&gt;
plotSeriesNode1.SetYColumnName(&amp;quot;cos&amp;quot;)&lt;br /&gt;
plotSeriesNode1.SetPlotType(slicer.vtkMRMLPlotSeriesNode.PlotTypeScatter)&lt;br /&gt;
plotSeriesNode1.SetLineStyle(slicer.vtkMRMLPlotSeriesNode.LineStyleNone)&lt;br /&gt;
plotSeriesNode1.SetMarkerStyle(slicer.vtkMRMLPlotSeriesNode.MarkerStyleSquare)&lt;br /&gt;
plotSeriesNode1.SetUniqueColor()&lt;br /&gt;
&lt;br /&gt;
plotSeriesNode2 = slicer.mrmlScene.AddNewNodeByClass(&amp;quot;vtkMRMLPlotSeriesNode&amp;quot;, &amp;quot;My second&amp;quot;)&lt;br /&gt;
plotSeriesNode2.SetAndObserveTableNodeID(tableNode.GetID())&lt;br /&gt;
plotSeriesNode2.SetXColumnName(&amp;quot;x&amp;quot;)&lt;br /&gt;
plotSeriesNode2.SetYColumnName(&amp;quot;sin&amp;quot;)&lt;br /&gt;
plotSeriesNode2.SetPlotType(slicer.vtkMRMLPlotSeriesNode.PlotTypeScatter)&lt;br /&gt;
plotSeriesNode2.SetUniqueColor()&lt;br /&gt;
&lt;br /&gt;
# Create plot chart node&lt;br /&gt;
&lt;br /&gt;
plotChartNode = slicer.mrmlScene.AddNewNodeByClass(&amp;quot;vtkMRMLPlotChartNode&amp;quot;)&lt;br /&gt;
plotChartNode.AddAndObservePlotSeriesNodeID(plotSeriesNode1.GetID())&lt;br /&gt;
plotChartNode.AddAndObservePlotSeriesNodeID(plotSeriesNode2.GetID())&lt;br /&gt;
plotChartNode.SetTitle('A simple plot with 2 curves')&lt;br /&gt;
plotChartNode.SetXAxisTitle('Something in x')&lt;br /&gt;
plotChartNode.SetYAxisTitle('Something in y')&lt;br /&gt;
&lt;br /&gt;
# Switch to a layout that contains a plot view to create a plot widget&lt;br /&gt;
&lt;br /&gt;
layoutManager = slicer.app.layoutManager()&lt;br /&gt;
layoutWithPlot = slicer.modules.plots.logic().GetLayoutWithPlot(layoutManager.layout)&lt;br /&gt;
layoutManager.setLayout(layoutWithPlot)&lt;br /&gt;
&lt;br /&gt;
# Select chart in plot view&lt;br /&gt;
&lt;br /&gt;
plotWidget = layoutManager.plotWidget(0)&lt;br /&gt;
plotViewNode = plotWidget.mrmlPlotViewNode()&lt;br /&gt;
plotViewNode.SetPlotChartNodeID(plotChartNode.GetID())&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This code produces the plot below.&lt;br /&gt;
&lt;br /&gt;
[[Image:VtkPlot.png|A simple plot.|1200px]]&lt;br /&gt;
&lt;br /&gt;
= Signals =&lt;br /&gt;
PlotViews provide signals that allow Slicer to respond to user interactions with the Plot canvas:&lt;br /&gt;
&lt;br /&gt;
;void dataSelected(vtkStringArray* mrmlPlotDataIDs, vtkCollection* selectionCol)&lt;br /&gt;
:Signal emitted when a data point or more has been selected. Returns the MRMLPlotDataNodes IDs and the correspective arrays with the data points ids (vtkIdTypeArray).&lt;br /&gt;
&lt;br /&gt;
= Future Work =&lt;br /&gt;
* Adding to VTKPlots the possibility to plot errorbars.&lt;br /&gt;
* Add categorical and date labels to the Bar plotting (analogous to the CHART infrastructure)&lt;br /&gt;
* More signals?&lt;br /&gt;
* Add 3D Plots (vtkChartXYZ)&lt;br /&gt;
* Add Click and Drag action for multiple selected points&lt;/div&gt;</summary>
		<author><name>Davide</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/SlicerAstro&amp;diff=59268</id>
		<title>Documentation/Nightly/Extensions/SlicerAstro</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/SlicerAstro&amp;diff=59268"/>
		<updated>2018-08-10T13:59:34Z</updated>

		<summary type="html">&lt;p&gt;Davide: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-header}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
[[File:ERCIcon.png|300px|European Research Council]]&lt;br /&gt;
[[File:Kapteyn logo1.png|500px|Kapteyn Astronomical Institute]]&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Introduction and Acknowledgements}}&lt;br /&gt;
Authors:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Davide Punzo&amp;lt;/b&amp;gt; (Kapteyn Astronomical Institute, University of Groningen) &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Thijs van der Hulst&amp;lt;/b&amp;gt; (Kapteyn Astronomical Institute, University of Groningen) &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Jos Roerdink&amp;lt;/b&amp;gt; (Johann Bernoulli Institute for Mathematics and Computer Science, University of Groningen) &amp;lt;br&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Contributors: &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Jean-Christophe Fillion-Robin&amp;lt;/b&amp;gt; (Kitware) &amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;b&amp;gt;Steve Pieper&amp;lt;/b&amp;gt; (Isomics) &amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;b&amp;gt;Andras Lasso&amp;lt;/b&amp;gt; (PerkLab, Queen's) &amp;lt;br&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Acknowledgements: &amp;lt;br&amp;gt; &lt;br /&gt;
This work was supported by the European Research Council under the European Union's Seventh Framework Programme (FP/2007-2013)/ERC Grant Agreement nr. 291-531.&amp;lt;br&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: &amp;lt;br&amp;gt;&lt;br /&gt;
As of August 2018 financial support for SlicerAstro development has ended. The software will be maintained at the Kapteyn Astronomical Institute of the University of Groningen, but further development is currently on hold. If you have any query, pull request and/or ideas you can still contact [https://github.com/Punzo/SlicerAstro/wiki#contacts us] or submit a [https://github.com/Punzo/SlicerAstro/issues ticket]. &amp;lt;br&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Contacts:&lt;br /&gt;
* Davide Punzo, &amp;lt;email&amp;gt;punzodavide@hotmail.it&amp;lt;/email&amp;gt;; &amp;lt;email&amp;gt;D.Punzo@astro.rug.nl&amp;lt;/email&amp;gt;&lt;br /&gt;
* Thijs van der Hulst, &amp;lt;email&amp;gt;J.M.van.der.Hulst@astro.rug.nl&amp;lt;/email&amp;gt;&lt;br /&gt;
* Jos Roerdink &amp;lt;email&amp;gt;j.b.t.m.roerdink@rug.nl&amp;lt;/email&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Source: [https://github.com/Punzo/SlicerAstro]&amp;lt;br&amp;gt;&lt;br /&gt;
License: [http://www.slicer.org/pages/LicenseText Slicer license]&amp;lt;br&amp;gt;&lt;br /&gt;
'''Download/install:''' install 3D Slicer, start 3D Slicer, open the Extension Manager, install the SlicerAstro extension[https://github.com/Punzo/SlicerAstro/wiki].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:right; margin-left:12px;&amp;quot;&amp;gt;&lt;br /&gt;
importScript('http://www.ohloh.net/p/641228/widgets/project_basic_stats.js');&lt;br /&gt;
&amp;lt;wiki:gadget url=&amp;quot;http://www.ohloh.net/p/641228/widgets/project_search_code.xml&amp;quot; height=&amp;quot;195&amp;quot; border=&amp;quot;1&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Extension Description}}&lt;br /&gt;
{|&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
[[Image:SlicerAstroIcon1.png|350px]]&lt;br /&gt;
|&lt;br /&gt;
Upcoming HI (neutral Hydrogen) surveys will deliver large datasets, and automated processing using the full 3-D information (two positional dimensions and one spectral dimension) to find and characterize HI objects is imperative. In this context, visualization is an essential tool for enabling qualitative and quantitative human control on an automated source finding and analysis pipeline. Visual Analytics, the combination of automated data processing and human reasoning, creativity and intuition, supported by interactive visualization, enables flexible and fast interaction with the 3-D data, helping the astronomer to deal with the analysis of complex sources. 3-D visualization, coupled to modeling, provides additional capabilities helping the discovery and analysis of subtle structures in the 3-D domain.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt; Objective: general description&amp;lt;/h3&amp;gt;&lt;br /&gt;
* 1) proper visualization of astronomical data cubes: using data astronomical data formats, such as FITS, and astronomical world coordinates system (WCS);&lt;br /&gt;
* 2) generation of Histogram, flux density profiles, moment maps and position-velocity diagrams linked with the 3-D view;&lt;br /&gt;
* 3) enabling interactive smoothing in all three dimensions;&lt;br /&gt;
* 4) interactive HI data modeling coupled to visualization;&lt;br /&gt;
* 5) introduction of the SAMP protocol to enable interoperability with Topcat, and other VO tools and catalogs.&lt;br /&gt;
&lt;br /&gt;
for more info see [https://github.com/Punzo/SlicerAstro/wiki] and [http://arxiv.org/pdf/1505.06976v2.pdf], [https://arxiv.org/pdf/1703.06651].&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Modules}}&lt;br /&gt;
{||&lt;br /&gt;
&lt;br /&gt;
SlicerAstro development focuses on HI datasets. The [[Documentation/{{documentation/version}}/Modules/AstroVolume|Astro Volume]] component is the core module and handles the loading/saving, color functions and WCS corrdinates.&lt;br /&gt;
&lt;br /&gt;
Tutorials and information can be found in the [[Documentation/{{documentation/version}}/Modules/AstroWelcome|Astro Welcome]] module and sample data are available at the [[Documentation/{{documentation/version}}/Modules/AstroSampleData|Astro Sample Data]] module.&lt;br /&gt;
&lt;br /&gt;
We currently provide additional modules with their own interface widgets for user interaction, which are mainly aimed for the analysis of HI data-cubes:&lt;br /&gt;
&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/SlicerAstroDataProbe|SlicerAstro Data Probe]]&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/AstroReproject|Astro Reproject]]&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/AstroStatistics|Astro Statistics]]&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/AstroMasking|Astro Masking]]&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/AstroSmoothing|Astro Smoothing]]&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/AstroProfiles|Astro Profiles]]&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/AstroMomentMaps|Astro Moment Maps]]&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/AstroPVSlice|Astro PV Slice]]&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/AstroPVDiagram|Astro PV Diagram]]&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/AstroModeling|Astro Modeling]]&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Use Case: Visualization of HI dataset}}&lt;br /&gt;
&lt;br /&gt;
3D visualization for the inspection and analysis of complex HI source: &lt;br /&gt;
A 3D view gives an immediate overview of the coherence along the spatial and velocity dimensions such as tidal tail, gas stripping and filaments. &lt;br /&gt;
&lt;br /&gt;
NOTE: SlicerAstro can potentially enhance also the inspection of other datasets such as mm/submm molecular line data and optical integral field spectroscopic data. The user is welcome to share any idea and feedback in the issue tracker[https://github.com/Punzo/SlicerAstro/issues].&lt;br /&gt;
&amp;lt;br&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
[[File:SlicerAstroScreenshot.png| Slicer Astro Screenshot|1000px]]&lt;br /&gt;
&amp;lt;br&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|References}}&lt;br /&gt;
==How to cite==&lt;br /&gt;
Please cite the following paper when referring to SlicerAstro in your publication:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
@MISC{SlicerAstro,&lt;br /&gt;
   author = {{Punzo}, D. and {van der Hulst}, T. and {Roerdink}, J. and {Fillion-Robin}, J.-C.&lt;br /&gt;
	},&lt;br /&gt;
    title = &amp;quot;{SlicerAstro: Astronomy (HI) extension for 3D Slicer}&amp;quot;,&lt;br /&gt;
 keywords = {Software },&lt;br /&gt;
howpublished = {Astrophysics Source Code Library},&lt;br /&gt;
     year = 2016,&lt;br /&gt;
    month = nov,&lt;br /&gt;
archivePrefix = &amp;quot;ascl&amp;quot;,&lt;br /&gt;
   eprint = {1611.021},&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
@ARTICLE{2017A&amp;amp;C....19...45P,&lt;br /&gt;
   author = {{Punzo}, D. and {van der Hulst}, J.~M. and {Roerdink}, J.~B.~T.~M. and &lt;br /&gt;
	{Fillion-Robin}, J.~C. and {Yu}, L.},&lt;br /&gt;
    title = &amp;quot;{SlicerAstro: A 3-D interactive visual analytics tool for HI data}&amp;quot;,&lt;br /&gt;
  journal = {Astronomy and Computing},&lt;br /&gt;
archivePrefix = &amp;quot;arXiv&amp;quot;,&lt;br /&gt;
   eprint = {1703.06651},&lt;br /&gt;
 primaryClass = &amp;quot;astro-ph.IM&amp;quot;,&lt;br /&gt;
 keywords = {Radio lines: galaxies, Scientific visualization, Visual analytics, Agile software development, Object oriented development, Empirical software validation},&lt;br /&gt;
     year = 2017,&lt;br /&gt;
    month = apr,&lt;br /&gt;
   volume = 19,&lt;br /&gt;
    pages = {45-59},&lt;br /&gt;
      doi = {10.1016/j.ascom.2017.03.004},&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
@ARTICLE{2015A&amp;amp;C....12...86P,&lt;br /&gt;
   author = {{Punzo}, D. and {van der Hulst}, J.~M. and {Roerdink}, J.~B.~T.~M. and {Oosterloo}, T.~A. and {Ramatsoku}, M. and {Verheijen}, M.~A.~W.},&lt;br /&gt;
    title = &amp;quot;{The role of 3-D interactive visualization in blind surveys of H I in galaxies}&amp;quot;,&lt;br /&gt;
  journal = {Astronomy and Computing},&lt;br /&gt;
archivePrefix = &amp;quot;arXiv&amp;quot;,&lt;br /&gt;
   eprint = {1505.06976},&lt;br /&gt;
 primaryClass = &amp;quot;astro-ph.IM&amp;quot;,&lt;br /&gt;
 keywords = {Radio lines: galaxies, Galaxies: kinematics and dynamics, Surveys, Scientific visualization, Visual analytics},&lt;br /&gt;
     year = 2015,&lt;br /&gt;
    month = sep,&lt;br /&gt;
   volume = 12,&lt;br /&gt;
    pages = {86-99},&lt;br /&gt;
      doi = {10.1016/j.ascom.2015.05.004},&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-footer}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Davide</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/SlicerAstro&amp;diff=59267</id>
		<title>Documentation/Nightly/Extensions/SlicerAstro</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/SlicerAstro&amp;diff=59267"/>
		<updated>2018-08-10T13:58:24Z</updated>

		<summary type="html">&lt;p&gt;Davide: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-header}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
[[File:ERCIcon.png|300px|European Research Council]]&lt;br /&gt;
[[File:Kapteyn logo1.png|500px|Kapteyn Astronomical Institute]]&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Introduction and Acknowledgements}}&lt;br /&gt;
Authors:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Davide Punzo&amp;lt;/b&amp;gt; (Kapteyn Astronomical Institute, University of Groningen) &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Thijs van der Hulst&amp;lt;/b&amp;gt; (Kapteyn Astronomical Institute, University of Groningen) &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Jos Roerdink&amp;lt;/b&amp;gt; (Johann Bernoulli Institute for Mathematics and Computer Science, University of Groningen) &amp;lt;br&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Contributors: &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Jean-Christophe Fillion-Robin&amp;lt;/b&amp;gt; (Kitware) &amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;b&amp;gt;Steve Pieper&amp;lt;/b&amp;gt; (Isomics) &amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;b&amp;gt;Andras Lasso&amp;lt;/b&amp;gt; (PerkLab, Queen's) &amp;lt;br&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Acknowledgements: &amp;lt;br&amp;gt; &lt;br /&gt;
This work was supported by the European Research Council under the European Union's Seventh Framework Programme (FP/2007-2013)/ERC Grant Agreement nr. 291-531.&amp;lt;br&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: &amp;lt;br&amp;gt;&lt;br /&gt;
As of August 2018 financial support for SlicerAstro development has ended. The software will be maintained at the Kapteyn Astronomical Institute of the University of Groningen, but further development is currently on hold. If you have any query, pull request and/or ideas you can still contact [us](https://github.com/Punzo/SlicerAstro/wiki#contacts) or submit a [ticket](https://github.com/Punzo/SlicerAstro/issues). &amp;lt;br&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Contacts:&lt;br /&gt;
* Davide Punzo, &amp;lt;email&amp;gt;punzodavide@hotmail.it&amp;lt;/email&amp;gt;; &amp;lt;email&amp;gt;D.Punzo@astro.rug.nl&amp;lt;/email&amp;gt;&lt;br /&gt;
* Thijs van der Hulst, &amp;lt;email&amp;gt;J.M.van.der.Hulst@astro.rug.nl&amp;lt;/email&amp;gt;&lt;br /&gt;
* Jos Roerdink &amp;lt;email&amp;gt;j.b.t.m.roerdink@rug.nl&amp;lt;/email&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Source: [https://github.com/Punzo/SlicerAstro]&amp;lt;br&amp;gt;&lt;br /&gt;
License: [http://www.slicer.org/pages/LicenseText Slicer license]&amp;lt;br&amp;gt;&lt;br /&gt;
'''Download/install:''' install 3D Slicer, start 3D Slicer, open the Extension Manager, install the SlicerAstro extension[https://github.com/Punzo/SlicerAstro/wiki].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:right; margin-left:12px;&amp;quot;&amp;gt;&lt;br /&gt;
importScript('http://www.ohloh.net/p/641228/widgets/project_basic_stats.js');&lt;br /&gt;
&amp;lt;wiki:gadget url=&amp;quot;http://www.ohloh.net/p/641228/widgets/project_search_code.xml&amp;quot; height=&amp;quot;195&amp;quot; border=&amp;quot;1&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Extension Description}}&lt;br /&gt;
{|&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
[[Image:SlicerAstroIcon1.png|350px]]&lt;br /&gt;
|&lt;br /&gt;
Upcoming HI (neutral Hydrogen) surveys will deliver large datasets, and automated processing using the full 3-D information (two positional dimensions and one spectral dimension) to find and characterize HI objects is imperative. In this context, visualization is an essential tool for enabling qualitative and quantitative human control on an automated source finding and analysis pipeline. Visual Analytics, the combination of automated data processing and human reasoning, creativity and intuition, supported by interactive visualization, enables flexible and fast interaction with the 3-D data, helping the astronomer to deal with the analysis of complex sources. 3-D visualization, coupled to modeling, provides additional capabilities helping the discovery and analysis of subtle structures in the 3-D domain.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt; Objective: general description&amp;lt;/h3&amp;gt;&lt;br /&gt;
* 1) proper visualization of astronomical data cubes: using data astronomical data formats, such as FITS, and astronomical world coordinates system (WCS);&lt;br /&gt;
* 2) generation of Histogram, flux density profiles, moment maps and position-velocity diagrams linked with the 3-D view;&lt;br /&gt;
* 3) enabling interactive smoothing in all three dimensions;&lt;br /&gt;
* 4) interactive HI data modeling coupled to visualization;&lt;br /&gt;
* 5) introduction of the SAMP protocol to enable interoperability with Topcat, and other VO tools and catalogs.&lt;br /&gt;
&lt;br /&gt;
for more info see [https://github.com/Punzo/SlicerAstro/wiki] and [http://arxiv.org/pdf/1505.06976v2.pdf], [https://arxiv.org/pdf/1703.06651].&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Modules}}&lt;br /&gt;
{||&lt;br /&gt;
&lt;br /&gt;
SlicerAstro development focuses on HI datasets. The [[Documentation/{{documentation/version}}/Modules/AstroVolume|Astro Volume]] component is the core module and handles the loading/saving, color functions and WCS corrdinates.&lt;br /&gt;
&lt;br /&gt;
Tutorials and information can be found in the [[Documentation/{{documentation/version}}/Modules/AstroWelcome|Astro Welcome]] module and sample data are available at the [[Documentation/{{documentation/version}}/Modules/AstroSampleData|Astro Sample Data]] module.&lt;br /&gt;
&lt;br /&gt;
We currently provide additional modules with their own interface widgets for user interaction, which are mainly aimed for the analysis of HI data-cubes:&lt;br /&gt;
&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/SlicerAstroDataProbe|SlicerAstro Data Probe]]&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/AstroReproject|Astro Reproject]]&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/AstroStatistics|Astro Statistics]]&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/AstroMasking|Astro Masking]]&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/AstroSmoothing|Astro Smoothing]]&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/AstroProfiles|Astro Profiles]]&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/AstroMomentMaps|Astro Moment Maps]]&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/AstroPVSlice|Astro PV Slice]]&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/AstroPVDiagram|Astro PV Diagram]]&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/AstroModeling|Astro Modeling]]&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Use Case: Visualization of HI dataset}}&lt;br /&gt;
&lt;br /&gt;
3D visualization for the inspection and analysis of complex HI source: &lt;br /&gt;
A 3D view gives an immediate overview of the coherence along the spatial and velocity dimensions such as tidal tail, gas stripping and filaments. &lt;br /&gt;
&lt;br /&gt;
NOTE: SlicerAstro can potentially enhance also the inspection of other datasets such as mm/submm molecular line data and optical integral field spectroscopic data. The user is welcome to share any idea and feedback in the issue tracker[https://github.com/Punzo/SlicerAstro/issues].&lt;br /&gt;
&amp;lt;br&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
[[File:SlicerAstroScreenshot.png| Slicer Astro Screenshot|1000px]]&lt;br /&gt;
&amp;lt;br&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|References}}&lt;br /&gt;
==How to cite==&lt;br /&gt;
Please cite the following paper when referring to SlicerAstro in your publication:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
@MISC{SlicerAstro,&lt;br /&gt;
   author = {{Punzo}, D. and {van der Hulst}, T. and {Roerdink}, J. and {Fillion-Robin}, J.-C.&lt;br /&gt;
	},&lt;br /&gt;
    title = &amp;quot;{SlicerAstro: Astronomy (HI) extension for 3D Slicer}&amp;quot;,&lt;br /&gt;
 keywords = {Software },&lt;br /&gt;
howpublished = {Astrophysics Source Code Library},&lt;br /&gt;
     year = 2016,&lt;br /&gt;
    month = nov,&lt;br /&gt;
archivePrefix = &amp;quot;ascl&amp;quot;,&lt;br /&gt;
   eprint = {1611.021},&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
@ARTICLE{2017A&amp;amp;C....19...45P,&lt;br /&gt;
   author = {{Punzo}, D. and {van der Hulst}, J.~M. and {Roerdink}, J.~B.~T.~M. and &lt;br /&gt;
	{Fillion-Robin}, J.~C. and {Yu}, L.},&lt;br /&gt;
    title = &amp;quot;{SlicerAstro: A 3-D interactive visual analytics tool for HI data}&amp;quot;,&lt;br /&gt;
  journal = {Astronomy and Computing},&lt;br /&gt;
archivePrefix = &amp;quot;arXiv&amp;quot;,&lt;br /&gt;
   eprint = {1703.06651},&lt;br /&gt;
 primaryClass = &amp;quot;astro-ph.IM&amp;quot;,&lt;br /&gt;
 keywords = {Radio lines: galaxies, Scientific visualization, Visual analytics, Agile software development, Object oriented development, Empirical software validation},&lt;br /&gt;
     year = 2017,&lt;br /&gt;
    month = apr,&lt;br /&gt;
   volume = 19,&lt;br /&gt;
    pages = {45-59},&lt;br /&gt;
      doi = {10.1016/j.ascom.2017.03.004},&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
@ARTICLE{2015A&amp;amp;C....12...86P,&lt;br /&gt;
   author = {{Punzo}, D. and {van der Hulst}, J.~M. and {Roerdink}, J.~B.~T.~M. and {Oosterloo}, T.~A. and {Ramatsoku}, M. and {Verheijen}, M.~A.~W.},&lt;br /&gt;
    title = &amp;quot;{The role of 3-D interactive visualization in blind surveys of H I in galaxies}&amp;quot;,&lt;br /&gt;
  journal = {Astronomy and Computing},&lt;br /&gt;
archivePrefix = &amp;quot;arXiv&amp;quot;,&lt;br /&gt;
   eprint = {1505.06976},&lt;br /&gt;
 primaryClass = &amp;quot;astro-ph.IM&amp;quot;,&lt;br /&gt;
 keywords = {Radio lines: galaxies, Galaxies: kinematics and dynamics, Surveys, Scientific visualization, Visual analytics},&lt;br /&gt;
     year = 2015,&lt;br /&gt;
    month = sep,&lt;br /&gt;
   volume = 12,&lt;br /&gt;
    pages = {86-99},&lt;br /&gt;
      doi = {10.1016/j.ascom.2015.05.004},&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-footer}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Davide</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/SlicerAstro&amp;diff=59266</id>
		<title>Documentation/Nightly/Extensions/SlicerAstro</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/SlicerAstro&amp;diff=59266"/>
		<updated>2018-08-10T13:58:09Z</updated>

		<summary type="html">&lt;p&gt;Davide: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-header}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
[[File:ERCIcon.png|300px|European Research Council]]&lt;br /&gt;
[[File:Kapteyn logo1.png|500px|Kapteyn Astronomical Institute]]&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Introduction and Acknowledgements}}&lt;br /&gt;
Authors:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Davide Punzo&amp;lt;/b&amp;gt; (Kapteyn Astronomical Institute, University of Groningen) &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Thijs van der Hulst&amp;lt;/b&amp;gt; (Kapteyn Astronomical Institute, University of Groningen) &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Jos Roerdink&amp;lt;/b&amp;gt; (Johann Bernoulli Institute for Mathematics and Computer Science, University of Groningen) &amp;lt;br&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Contributors: &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Jean-Christophe Fillion-Robin&amp;lt;/b&amp;gt; (Kitware) &amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;b&amp;gt;Steve Pieper&amp;lt;/b&amp;gt; (Isomics) &amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;b&amp;gt;Andras Lasso&amp;lt;/b&amp;gt; (PerkLab, Queen's) &amp;lt;br&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Acknowledgements: &amp;lt;br&amp;gt; &lt;br /&gt;
This work was supported by the European Research Council under the European Union's Seventh Framework Programme (FP/2007-2013)/ERC Grant Agreement nr. 291-531.&amp;lt;br&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: &amp;lt;br&amp;gt;&lt;br /&gt;
As of August 2018 financial support for SlicerAstro development has ended. The software will be maintained at the Kapteyn Astronomical Institute of the University of Groningen, but further development is currently on hold. If you have any query, pull request and/or ideas you can still contact [us](https://github.com/Punzo/SlicerAstro/wiki#contacts) or submit a [ticket](https://github.com/Punzo/SlicerAstro/issues).&lt;br /&gt;
&lt;br /&gt;
Contacts:&lt;br /&gt;
* Davide Punzo, &amp;lt;email&amp;gt;punzodavide@hotmail.it&amp;lt;/email&amp;gt;; &amp;lt;email&amp;gt;D.Punzo@astro.rug.nl&amp;lt;/email&amp;gt;&lt;br /&gt;
* Thijs van der Hulst, &amp;lt;email&amp;gt;J.M.van.der.Hulst@astro.rug.nl&amp;lt;/email&amp;gt;&lt;br /&gt;
* Jos Roerdink &amp;lt;email&amp;gt;j.b.t.m.roerdink@rug.nl&amp;lt;/email&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Source: [https://github.com/Punzo/SlicerAstro]&amp;lt;br&amp;gt;&lt;br /&gt;
License: [http://www.slicer.org/pages/LicenseText Slicer license]&amp;lt;br&amp;gt;&lt;br /&gt;
'''Download/install:''' install 3D Slicer, start 3D Slicer, open the Extension Manager, install the SlicerAstro extension[https://github.com/Punzo/SlicerAstro/wiki].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:right; margin-left:12px;&amp;quot;&amp;gt;&lt;br /&gt;
importScript('http://www.ohloh.net/p/641228/widgets/project_basic_stats.js');&lt;br /&gt;
&amp;lt;wiki:gadget url=&amp;quot;http://www.ohloh.net/p/641228/widgets/project_search_code.xml&amp;quot; height=&amp;quot;195&amp;quot; border=&amp;quot;1&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Extension Description}}&lt;br /&gt;
{|&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
[[Image:SlicerAstroIcon1.png|350px]]&lt;br /&gt;
|&lt;br /&gt;
Upcoming HI (neutral Hydrogen) surveys will deliver large datasets, and automated processing using the full 3-D information (two positional dimensions and one spectral dimension) to find and characterize HI objects is imperative. In this context, visualization is an essential tool for enabling qualitative and quantitative human control on an automated source finding and analysis pipeline. Visual Analytics, the combination of automated data processing and human reasoning, creativity and intuition, supported by interactive visualization, enables flexible and fast interaction with the 3-D data, helping the astronomer to deal with the analysis of complex sources. 3-D visualization, coupled to modeling, provides additional capabilities helping the discovery and analysis of subtle structures in the 3-D domain.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt; Objective: general description&amp;lt;/h3&amp;gt;&lt;br /&gt;
* 1) proper visualization of astronomical data cubes: using data astronomical data formats, such as FITS, and astronomical world coordinates system (WCS);&lt;br /&gt;
* 2) generation of Histogram, flux density profiles, moment maps and position-velocity diagrams linked with the 3-D view;&lt;br /&gt;
* 3) enabling interactive smoothing in all three dimensions;&lt;br /&gt;
* 4) interactive HI data modeling coupled to visualization;&lt;br /&gt;
* 5) introduction of the SAMP protocol to enable interoperability with Topcat, and other VO tools and catalogs.&lt;br /&gt;
&lt;br /&gt;
for more info see [https://github.com/Punzo/SlicerAstro/wiki] and [http://arxiv.org/pdf/1505.06976v2.pdf], [https://arxiv.org/pdf/1703.06651].&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Modules}}&lt;br /&gt;
{||&lt;br /&gt;
&lt;br /&gt;
SlicerAstro development focuses on HI datasets. The [[Documentation/{{documentation/version}}/Modules/AstroVolume|Astro Volume]] component is the core module and handles the loading/saving, color functions and WCS corrdinates.&lt;br /&gt;
&lt;br /&gt;
Tutorials and information can be found in the [[Documentation/{{documentation/version}}/Modules/AstroWelcome|Astro Welcome]] module and sample data are available at the [[Documentation/{{documentation/version}}/Modules/AstroSampleData|Astro Sample Data]] module.&lt;br /&gt;
&lt;br /&gt;
We currently provide additional modules with their own interface widgets for user interaction, which are mainly aimed for the analysis of HI data-cubes:&lt;br /&gt;
&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/SlicerAstroDataProbe|SlicerAstro Data Probe]]&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/AstroReproject|Astro Reproject]]&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/AstroStatistics|Astro Statistics]]&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/AstroMasking|Astro Masking]]&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/AstroSmoothing|Astro Smoothing]]&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/AstroProfiles|Astro Profiles]]&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/AstroMomentMaps|Astro Moment Maps]]&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/AstroPVSlice|Astro PV Slice]]&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/AstroPVDiagram|Astro PV Diagram]]&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/AstroModeling|Astro Modeling]]&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Use Case: Visualization of HI dataset}}&lt;br /&gt;
&lt;br /&gt;
3D visualization for the inspection and analysis of complex HI source: &lt;br /&gt;
A 3D view gives an immediate overview of the coherence along the spatial and velocity dimensions such as tidal tail, gas stripping and filaments. &lt;br /&gt;
&lt;br /&gt;
NOTE: SlicerAstro can potentially enhance also the inspection of other datasets such as mm/submm molecular line data and optical integral field spectroscopic data. The user is welcome to share any idea and feedback in the issue tracker[https://github.com/Punzo/SlicerAstro/issues].&lt;br /&gt;
&amp;lt;br&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
[[File:SlicerAstroScreenshot.png| Slicer Astro Screenshot|1000px]]&lt;br /&gt;
&amp;lt;br&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|References}}&lt;br /&gt;
==How to cite==&lt;br /&gt;
Please cite the following paper when referring to SlicerAstro in your publication:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
@MISC{SlicerAstro,&lt;br /&gt;
   author = {{Punzo}, D. and {van der Hulst}, T. and {Roerdink}, J. and {Fillion-Robin}, J.-C.&lt;br /&gt;
	},&lt;br /&gt;
    title = &amp;quot;{SlicerAstro: Astronomy (HI) extension for 3D Slicer}&amp;quot;,&lt;br /&gt;
 keywords = {Software },&lt;br /&gt;
howpublished = {Astrophysics Source Code Library},&lt;br /&gt;
     year = 2016,&lt;br /&gt;
    month = nov,&lt;br /&gt;
archivePrefix = &amp;quot;ascl&amp;quot;,&lt;br /&gt;
   eprint = {1611.021},&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
@ARTICLE{2017A&amp;amp;C....19...45P,&lt;br /&gt;
   author = {{Punzo}, D. and {van der Hulst}, J.~M. and {Roerdink}, J.~B.~T.~M. and &lt;br /&gt;
	{Fillion-Robin}, J.~C. and {Yu}, L.},&lt;br /&gt;
    title = &amp;quot;{SlicerAstro: A 3-D interactive visual analytics tool for HI data}&amp;quot;,&lt;br /&gt;
  journal = {Astronomy and Computing},&lt;br /&gt;
archivePrefix = &amp;quot;arXiv&amp;quot;,&lt;br /&gt;
   eprint = {1703.06651},&lt;br /&gt;
 primaryClass = &amp;quot;astro-ph.IM&amp;quot;,&lt;br /&gt;
 keywords = {Radio lines: galaxies, Scientific visualization, Visual analytics, Agile software development, Object oriented development, Empirical software validation},&lt;br /&gt;
     year = 2017,&lt;br /&gt;
    month = apr,&lt;br /&gt;
   volume = 19,&lt;br /&gt;
    pages = {45-59},&lt;br /&gt;
      doi = {10.1016/j.ascom.2017.03.004},&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
@ARTICLE{2015A&amp;amp;C....12...86P,&lt;br /&gt;
   author = {{Punzo}, D. and {van der Hulst}, J.~M. and {Roerdink}, J.~B.~T.~M. and {Oosterloo}, T.~A. and {Ramatsoku}, M. and {Verheijen}, M.~A.~W.},&lt;br /&gt;
    title = &amp;quot;{The role of 3-D interactive visualization in blind surveys of H I in galaxies}&amp;quot;,&lt;br /&gt;
  journal = {Astronomy and Computing},&lt;br /&gt;
archivePrefix = &amp;quot;arXiv&amp;quot;,&lt;br /&gt;
   eprint = {1505.06976},&lt;br /&gt;
 primaryClass = &amp;quot;astro-ph.IM&amp;quot;,&lt;br /&gt;
 keywords = {Radio lines: galaxies, Galaxies: kinematics and dynamics, Surveys, Scientific visualization, Visual analytics},&lt;br /&gt;
     year = 2015,&lt;br /&gt;
    month = sep,&lt;br /&gt;
   volume = 12,&lt;br /&gt;
    pages = {86-99},&lt;br /&gt;
      doi = {10.1016/j.ascom.2015.05.004},&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-footer}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Davide</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:Astro3DColorFunction.png&amp;diff=58999</id>
		<title>File:Astro3DColorFunction.png</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:Astro3DColorFunction.png&amp;diff=58999"/>
		<updated>2018-05-22T11:42:59Z</updated>

		<summary type="html">&lt;p&gt;Davide: Davide uploaded a new version of File:Astro3DColorFunction.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Davide</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:Astro2DColorFunction4.png&amp;diff=58998</id>
		<title>File:Astro2DColorFunction4.png</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:Astro2DColorFunction4.png&amp;diff=58998"/>
		<updated>2018-05-22T11:42:44Z</updated>

		<summary type="html">&lt;p&gt;Davide: Davide uploaded a new version of File:Astro2DColorFunction4.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Davide</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:Astro2DColorFunction3.png&amp;diff=58997</id>
		<title>File:Astro2DColorFunction3.png</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:Astro2DColorFunction3.png&amp;diff=58997"/>
		<updated>2018-05-22T11:42:36Z</updated>

		<summary type="html">&lt;p&gt;Davide: Davide uploaded a new version of File:Astro2DColorFunction3.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Davide</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:Astro2DColorFunction2.png&amp;diff=58996</id>
		<title>File:Astro2DColorFunction2.png</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:Astro2DColorFunction2.png&amp;diff=58996"/>
		<updated>2018-05-22T11:42:23Z</updated>

		<summary type="html">&lt;p&gt;Davide: Davide uploaded a new version of File:Astro2DColorFunction2.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Davide</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:Astro2DColorFunction1.png&amp;diff=58995</id>
		<title>File:Astro2DColorFunction1.png</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:Astro2DColorFunction1.png&amp;diff=58995"/>
		<updated>2018-05-22T11:42:11Z</updated>

		<summary type="html">&lt;p&gt;Davide: Davide uploaded a new version of File:Astro2DColorFunction1.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Davide</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:AstroHistogram.png&amp;diff=58994</id>
		<title>File:AstroHistogram.png</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:AstroHistogram.png&amp;diff=58994"/>
		<updated>2018-05-22T11:40:23Z</updated>

		<summary type="html">&lt;p&gt;Davide: Davide uploaded a new version of File:AstroHistogram.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Davide</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/ModuleExtensionListing&amp;diff=58985</id>
		<title>Documentation/Nightly/ModuleExtensionListing</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/ModuleExtensionListing&amp;diff=58985"/>
		<updated>2018-05-17T16:30:43Z</updated>

		<summary type="html">&lt;p&gt;Davide: /* Modules by name */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;noinclude&amp;gt;{{:Documentation/Nightly/ModuleExtensionListing/TOC}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
= Modules by category =&lt;br /&gt;
46 categories:&lt;br /&gt;
* [[#Modules_by_category_Astronomy|Astronomy]]&lt;br /&gt;
* [[#Modules_by_category_Cardiac|Cardiac]]&lt;br /&gt;
* [[#Modules_by_category_Cardiac_MRI_Toolkit|Cardiac MRI Toolkit]]&lt;br /&gt;
* [[#Modules_by_category_Chest_Imaging_Platform|Chest Imaging Platform]]&lt;br /&gt;
** [[#Modules_by_category_Chest_Imaging_Platform_Toolkit|Toolkit]]&lt;br /&gt;
*** [[#Modules_by_category_Toolkit_Particles|Particles]]&lt;br /&gt;
*** [[#Modules_by_category_Toolkit_Processing|Processing]]&lt;br /&gt;
*** [[#Modules_by_category_Toolkit_Quantification|Quantification]]&lt;br /&gt;
*** [[#Modules_by_category_Toolkit_Registration|Registration]]&lt;br /&gt;
*** [[#Modules_by_category_Toolkit_Segmentation|Segmentation]]&lt;br /&gt;
*** [[#Modules_by_category_Toolkit_Utils|Utils]]&lt;br /&gt;
* [[#Modules_by_category_CIP|CIP]]&lt;br /&gt;
* [[#Modules_by_category_Converters|Converters]]&lt;br /&gt;
* [[#Modules_by_category_Developer_Tools|Developer Tools]]&lt;br /&gt;
** [[#Modules_by_category_Developer_Tools_DICOM_Plugins|DICOM Plugins]]&lt;br /&gt;
** [[#Modules_by_category_Developer_Tools_Editor_Extensions|Editor Extensions]]&lt;br /&gt;
** [[#Modules_by_category_Developer_Tools_Matlab|Matlab]]&lt;br /&gt;
** [[#Modules_by_category_Developer_Tools_Segment_Editor_Extensions|Segment Editor Extensions]]&lt;br /&gt;
** [[#Modules_by_category_Developer_Tools_Utils|Utils]]&lt;br /&gt;
* [[#Modules_by_category_Diffusion|Diffusion]]&lt;br /&gt;
** [[#Modules_by_category_Diffusion_Diffusion_Data_Conversion|Diffusion Data Conversion]]&lt;br /&gt;
** [[#Modules_by_category_Diffusion_Diffusion_Tensor_Images|Diffusion Tensor Images]]&lt;br /&gt;
** [[#Modules_by_category_Diffusion_Diffusion_Weighted_Images|Diffusion Weighted Images]]&lt;br /&gt;
** [[#Modules_by_category_Diffusion_Import_and_Export|Import and Export]]&lt;br /&gt;
** [[#Modules_by_category_Diffusion_Process|Process]]&lt;br /&gt;
** [[#Modules_by_category_Diffusion_Quantify|Quantify]]&lt;br /&gt;
** [[#Modules_by_category_Diffusion_Tractography|Tractography]]&lt;br /&gt;
*** [[#Modules_by_category_Tractography_Region-based|Region-based]]&lt;br /&gt;
** [[#Modules_by_category_Diffusion_Utilities|Utilities]]&lt;br /&gt;
* [[#Modules_by_category_Editor_Effects|Editor Effects]]&lt;br /&gt;
* [[#Modules_by_category_EditorEffect|EditorEffect]]&lt;br /&gt;
* [[#Modules_by_category_Endoscopy|Endoscopy]]&lt;br /&gt;
* [[#Modules_by_category_Examples|Examples]]&lt;br /&gt;
* [[#Modules_by_category_Exporter|Exporter]]&lt;br /&gt;
* [[#Modules_by_category_Filter|Filter]]&lt;br /&gt;
* [[#Modules_by_category_Filtering|Filtering]]&lt;br /&gt;
** [[#Modules_by_category_Filtering_Arithmetic|Arithmetic]]&lt;br /&gt;
** [[#Modules_by_category_Filtering_Denoising|Denoising]]&lt;br /&gt;
** [[#Modules_by_category_Filtering_Morphology|Morphology]]&lt;br /&gt;
* [[#Modules_by_category_IGT|IGT]]&lt;br /&gt;
* [[#Modules_by_category_Informatics|Informatics]]&lt;br /&gt;
** [[#Modules_by_category_Informatics_Converters|Converters]]&lt;br /&gt;
* [[#Modules_by_category_Legacy|Legacy]]&lt;br /&gt;
** [[#Modules_by_category_Legacy_Converters|Converters]]&lt;br /&gt;
** [[#Modules_by_category_Legacy_Filtering|Filtering]]&lt;br /&gt;
** [[#Modules_by_category_Legacy_Registration|Registration]]&lt;br /&gt;
** [[#Modules_by_category_Legacy_Work_in_Progress|Work in Progress]]&lt;br /&gt;
*** [[#Modules_by_category_Work_in_Progress_Diffusion_Tensor|Diffusion Tensor]]&lt;br /&gt;
**** [[#Modules_by_category_Diffusion_Tensor_Test|Test]]&lt;br /&gt;
* [[#Modules_by_category_Libraries|Libraries]]&lt;br /&gt;
* [[#Modules_by_category_Machine_Learning|Machine Learning]]&lt;br /&gt;
* [[#Modules_by_category_Margin_Calculator|Margin Calculator]]&lt;br /&gt;
* [[#Modules_by_category_Mesh_Generation|Mesh Generation]]&lt;br /&gt;
* [[#Modules_by_category_MeshGeneration|MeshGeneration]]&lt;br /&gt;
* [[#Modules_by_category_Microscopy|Microscopy]]&lt;br /&gt;
* [[#Modules_by_category_MultiVolume_Support|MultiVolume Support]]&lt;br /&gt;
* [[#Modules_by_category_Pathology|Pathology]]&lt;br /&gt;
* [[#Modules_by_category_Perk_Tutor|Perk Tutor]]&lt;br /&gt;
* [[#Modules_by_category_Plastimatch|Plastimatch]]&lt;br /&gt;
** [[#Modules_by_category_Plastimatch_Registration|Registration]]&lt;br /&gt;
** [[#Modules_by_category_Plastimatch_Utilities|Utilities]]&lt;br /&gt;
* [[#Modules_by_category_Quantification|Quantification]]&lt;br /&gt;
** [[#Modules_by_category_Quantification_ChangeQuantification|ChangeQuantification]]&lt;br /&gt;
* [[#Modules_by_category_Radiology|Radiology]]&lt;br /&gt;
* [[#Modules_by_category_Radiotherapy|Radiotherapy]]&lt;br /&gt;
* [[#Modules_by_category_Registration|Registration]]&lt;br /&gt;
** [[#Modules_by_category_Registration_CMF_Registration|CMF Registration]]&lt;br /&gt;
*** [[#Modules_by_category_CMF_Registration_Voxelbase_Registration|Voxelbase Registration]]&lt;br /&gt;
** [[#Modules_by_category_Registration_Label_Registration|Label Registration]]&lt;br /&gt;
** [[#Modules_by_category_Registration_Specialized|Specialized]]&lt;br /&gt;
* [[#Modules_by_category_Segmentation|Segmentation]]&lt;br /&gt;
** [[#Modules_by_category_Segmentation_Specialized|Specialized]]&lt;br /&gt;
* [[#Modules_by_category_Sequences|Sequences]]&lt;br /&gt;
* [[#Modules_by_category_Slicelets|Slicelets]]&lt;br /&gt;
* [[#Modules_by_category_SlicerProstate|SlicerProstate]]&lt;br /&gt;
* [[#Modules_by_category_Surface_Models|Surface Models]]&lt;br /&gt;
* [[#Modules_by_category_TestCases|TestCases]]&lt;br /&gt;
* [[#Modules_by_category_Testing|Testing]]&lt;br /&gt;
** [[#Modules_by_category_Testing_IGT_Tests|IGT Tests]]&lt;br /&gt;
** [[#Modules_by_category_Testing_SlicerRT_Tests|SlicerRT Tests]]&lt;br /&gt;
** [[#Modules_by_category_Testing_TestCases|TestCases]]&lt;br /&gt;
* [[#Modules_by_category_Ultrasound|Ultrasound]]&lt;br /&gt;
* [[#Modules_by_category_Uncategorized|Uncategorized]]&lt;br /&gt;
* [[#Modules_by_category_Utilities|Utilities]]&lt;br /&gt;
** [[#Modules_by_category_Utilities_BRAINS|BRAINS]]&lt;br /&gt;
* [[#Modules_by_category_Vascular_Modeling_Toolkit|Vascular Modeling Toolkit]]&lt;br /&gt;
* [[#Modules_by_category_Virtual_Reality|Virtual Reality]]&lt;br /&gt;
* [[#Modules_by_category_Web_System_Tools|Web System Tools]]&lt;br /&gt;
* [[#Modules_by_category_Wizards|Wizards]]&lt;br /&gt;
* [[#Modules_by_category_XNATSlicer|XNATSlicer]]&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Astronomy'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Astronomy ==&lt;br /&gt;
* [[Documentation/Nightly/Modules/AstroVolume|AstroVolume]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerAstro|SlicerAstro]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/AstroReproject|AstroReproject]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerAstro|SlicerAstro]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/AstroStatistics|AstroStatistics]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerAstro|SlicerAstro]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/AstroMasking|AstroMasking]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerAstro|SlicerAstro]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/AstroSmoothing|AstroSmoothing]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerAstro|SlicerAstro]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/AstroSampleData|AstroSampleData]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SlicerAstro|SlicerAstro]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/AstroProfiles|AstroProfiles]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerAstro|SlicerAstro]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/AstroMomentMaps|AstroMomentMaps]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerAstro|SlicerAstro]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/AstroPVSlice|AstroPVSlice]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerAstro|SlicerAstro]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/AstroPVDiagram|AstroPVDiagram]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerAstro|SlicerAstro]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/AstroModeling|AstroModeling]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerAstro|SlicerAstro]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/AstroWelcome|AstroWelcome]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerAstro|SlicerAstro]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/SlicerAstroDataProbe|SlicerAstroDataProbe]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SlicerAstro|SlicerAstro]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Cardiac'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Cardiac ==&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerHeart|Philips4dUsDicomPatcher]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SlicerHeart|SlicerHeart]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerHeart|ValveView]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SlicerHeart|SlicerHeart]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Cardiac_MRI_Toolkit'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Cardiac MRI Toolkit ==&lt;br /&gt;
* [http://capulet.med.utah.edu/namic/cmrslicer/ CMRToolkitPVAntrumCut]    &amp;lt;small&amp;gt;(cli, bundled in [http://capulet.med.utah.edu/namic/cmrslicer/ Cardiac_MRI_Toolkit] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://capulet.med.utah.edu/namic/cmrslicer/ CMRToolkitBooleanREMOVEFilter]    &amp;lt;small&amp;gt;(cli, bundled in [http://capulet.med.utah.edu/namic/cmrslicer/ Cardiac_MRI_Toolkit] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/LASegmentationWorkflow|LASegmentationWorkflow]]    &amp;lt;small&amp;gt;(scripted, bundled in [http://capulet.med.utah.edu/namic/cmrslicer/ Cardiac_MRI_Toolkit] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://capulet.med.utah.edu/namic/cmrslicer/ CMRToolkitRegistrationBRAINSFit]    &amp;lt;small&amp;gt;(scripted, bundled in [http://capulet.med.utah.edu/namic/cmrslicer/ Cardiac_MRI_Toolkit] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://capulet.med.utah.edu/namic/cmrslicer/ CMRToolkitAutomaticLeftAtrialScar]    &amp;lt;small&amp;gt;(cli, bundled in [http://capulet.med.utah.edu/namic/cmrslicer/ Cardiac_MRI_Toolkit] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://capulet.med.utah.edu/namic/cmrslicer/ CMRToolkitConnectedThresholdFilter]    &amp;lt;small&amp;gt;(cli, bundled in [http://capulet.med.utah.edu/namic/cmrslicer/ Cardiac_MRI_Toolkit] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://capulet.med.utah.edu/namic/cmrslicer/ CMRToolkitWizard]    &amp;lt;small&amp;gt;(scripted, bundled in [http://capulet.med.utah.edu/namic/cmrslicer/ Cardiac_MRI_Toolkit] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://capulet.med.utah.edu/namic/cmrslicer/ CMRToolkitIsolatedConnectedFilter]    &amp;lt;small&amp;gt;(cli, bundled in [http://capulet.med.utah.edu/namic/cmrslicer/ Cardiac_MRI_Toolkit] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://capulet.med.utah.edu/namic/cmrslicer/ CMRToolkitInhomogeneityCorrection]    &amp;lt;small&amp;gt;(cli, bundled in [http://capulet.med.utah.edu/namic/cmrslicer/ Cardiac_MRI_Toolkit] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://capulet.med.utah.edu/namic/cmrslicer/ CMRToolkitAxialDilate]    &amp;lt;small&amp;gt;(cli, bundled in [http://capulet.med.utah.edu/namic/cmrslicer/ Cardiac_MRI_Toolkit] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/ScarVisualization|ScarVisualization]]    &amp;lt;small&amp;gt;(scripted, bundled in [http://capulet.med.utah.edu/namic/cmrslicer/ Cardiac_MRI_Toolkit] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://capulet.med.utah.edu/namic/cmrslicer/ CMRToolkitRegistration]    &amp;lt;small&amp;gt;(scripted, bundled in [http://capulet.med.utah.edu/namic/cmrslicer/ Cardiac_MRI_Toolkit] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://capulet.med.utah.edu/namic/cmrslicer/ CMRToolkitLASegmentationGraphCuts]    &amp;lt;small&amp;gt;(cli, bundled in [http://capulet.med.utah.edu/namic/cmrslicer/ Cardiac_MRI_Toolkit] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Chest_Imaging_Platform'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Chest Imaging Platform ==&lt;br /&gt;
* [http://www.chestimagingplatform.org CIP_MIPViewer]    &amp;lt;small&amp;gt;(scripted, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org CIP_BodyComposition]    &amp;lt;small&amp;gt;(scripted, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org CIP_InteractiveLobeSegmentation]    &amp;lt;small&amp;gt;(scripted, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org CIP_TracheaStentPlanning]    &amp;lt;small&amp;gt;(scripted, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org CIP_LesionModel]    &amp;lt;small&amp;gt;(scripted, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org AirwayInspector]    &amp;lt;small&amp;gt;(loadable, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org CIP_PAARatio]    &amp;lt;small&amp;gt;(scripted, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org CIP_CalciumScoring]    &amp;lt;small&amp;gt;(scripted, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org CIP_ParenchymaAnalysis]    &amp;lt;small&amp;gt;(scripted, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org CIP_ParenchymaSubtypeTraining]    &amp;lt;small&amp;gt;(scripted, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org CIP_PointsLabelling]    &amp;lt;small&amp;gt;(scripted, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Chest_Imaging_Platform_Toolkit'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
=== Toolkit ===&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Toolkit_Particles'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
==== Particles ====&lt;br /&gt;
* [http://www.chestimagingplatform.org ExtractParticlesFromChestRegionChestType]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org FilterVesselParticleData]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org RemoveParticlesFromParticlesDataSet]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org PerturbParticles]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org MergeParticleDataSets]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org FilterAirwayParticleData]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org FitLobeSurfaceModelsToParticleData]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org ClassifyFissureParticles]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org GenerateStenciledLabelMapFromParticles]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org FilterFissureParticleData]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Toolkit_Processing'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
==== Processing ====&lt;br /&gt;
* [http://www.chestimagingplatform.org ResampleLabelMap]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org RescaleLabelMap]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org GenerateMedianFilteredImage]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org LabelMapFromRegionAndTypePoints]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org CropLung]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org GenerateNLMFilteredImage]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org RemoveChestTypeFromLabelMapUsingParticles]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org GenerateAtlasConvexHull]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org RemapLabelMap]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org ComputeFissureFeatureVectors]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org GenerateLobeSurfaceModels]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org FilterConnectedComponents]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org ExtractChestLabelMap]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org PerformMorphological]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org ExtractFissureBoundaryFromLobeMap]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org EnhanceFissuresInImage]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org GraphCutsOptimization]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org GenerateDistanceMapFromLabelMap]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org ResampleCT]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org ComputeFeatureStrength]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org ComputeDistanceMap]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org QualityControl]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org GenerateImageSubVolumes]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Toolkit_Quantification'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
==== Quantification ====&lt;br /&gt;
* [http://www.chestimagingplatform.org EvaluateLungLobeSegmentationResults]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org GetTransformationKappa]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org ReadWriteImageData]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org ComputeIntensityStatistics]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org ComputeCrossSectionalArea]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org GenerateParenchymaPhenotypes]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org LabelParticlesByChestRegionChestType]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org GetTransformationSimilarityMetric]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org GetTransformationKappa2D]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Toolkit_Registration'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
==== Registration ====&lt;br /&gt;
*[[:Category:Documentation/Nightly/Modules/Registration|Introduction to Registration]] &amp;lt;small&amp;gt;(by Dominik Meier)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org RegisterLungAtlas]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org RegisterLabelMaps]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org RegisterCT]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Toolkit_Segmentation'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Segmentation ====&lt;br /&gt;
* [http://www.chestimagingplatform.org GenerateOtsuLungCast]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org SegmentLungAirways]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org SegmentLungLobes]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org GeneratePartialLungLabelMap]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org GenerateSimpleLungMask]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org SplitLeftLungRightLung]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org GenerateBinaryThinning3D]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org GenerateLesionSegmentation]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Toolkit_Utils'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
==== Utils ====&lt;br /&gt;
* [http://www.chestimagingplatform.org ConvertDicom]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org RegionTypeLocationsToROIVolume]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org ReadVTKWriteNRRDs]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org GenerateModel]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org GenerateOverlayImages]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org ExecuteSystemCommand]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org GetStructuresInLabelMap]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org FindPatchMatch]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org ConvertChestRegionChestTypeToLabelMapValue]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org MaskOutLabelMapStructures]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org ReadNRRDsWriteVTK]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org ConvertLabelMapValueToChestRegionChestType]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org ReadWriteRegionAndTypePoints]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org MergeChestLabelMaps]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org ReadVidaWriteCIP]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org ReadDicomWriteTags]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org TransferRegionAndTypeIndicesToFromPoints]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_CIP'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== CIP ==&lt;br /&gt;
* [http://www.chestimagingplatform.org CIP_]    &amp;lt;small&amp;gt;(scripted, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org CIP_Common]    &amp;lt;small&amp;gt;(scripted, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Converters'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Converters ==&lt;br /&gt;
* [[Documentation/Nightly/Modules/QuadEdgeSurfaceMesher|QuadEdgeSurfaceMesher]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/SlicerProstate|SlicerProstate]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/CropVolume|CropVolume]]    &amp;lt;small&amp;gt;(loadable, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/OrientScalarVolume|OrientScalarVolume]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/UKFTractography|ConvertVTK]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/UKFTractography|UKFTractography]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/VectorToScalarVolume|VectorToScalarVolume]]    &amp;lt;small&amp;gt;(scripted, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/CreateDICOMSeries|CreateDICOMSeries]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org ParticlesDisplay]    &amp;lt;small&amp;gt;(loadable, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org RegionType]    &amp;lt;small&amp;gt;(loadable, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Developer_Tools'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Developer Tools ==&lt;br /&gt;
* [[Documentation/Nightly/Modules/Cameras|Cameras]]    &amp;lt;small&amp;gt;(loadable, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/ExecutionModelTour|ExecutionModelTour]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/DebuggingTools|NodeModifiedStatistics]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/DebuggingTools|DebuggingTools]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/DebuggingTools|PyDevRemoteDebug]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/DebuggingTools|DebuggingTools]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/ExtensionWizard|ExtensionWizard]]    &amp;lt;small&amp;gt;(scripted, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/DebuggingTools|NodeInfo]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/DebuggingTools|DebuggingTools]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/ImageMaker|ImageMaker]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/ImageMaker|ImageMaker]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/ExtensionStats|ExtensionStats]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/DeveloperToolsForExtensions|DeveloperToolsForExtensions]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/DeveloperToolsForExtensions|DeveloperToolsForExtensions]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/DeveloperToolsForExtensions|DeveloperToolsForExtensions]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/EventBroker|EventBroker]]&lt;br /&gt;
* DoubleArrays    &amp;lt;small&amp;gt;(loadable, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Developer_Tools_DICOM_Plugins'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
=== DICOM Plugins ===&lt;br /&gt;
* DICOMParametricMapPlugin&lt;br /&gt;
* DicomUltrasoundPlugin&lt;br /&gt;
* DICOMSegmentationPlugin&lt;br /&gt;
* DICOMSlicerDataBundlePlugin&lt;br /&gt;
* DICOMTID1500Plugin&lt;br /&gt;
* [[Documentation/Nightly/Modules/DICOMPETSUVPlugin|DICOMPETSUVPlugin]]&lt;br /&gt;
* DICOMScalarVolumePlugin&lt;br /&gt;
* DICOMDiffusionVolumePlugin&lt;br /&gt;
* DICOMLongitudinalPETCTPlugin&lt;br /&gt;
* DicomSroImportPlugin&lt;br /&gt;
* [[Documentation/Nightly/Modules/DICOMRWVMPlugin|DICOMRWVMPlugin]]&lt;br /&gt;
* DicomRtImportExportPlugin&lt;br /&gt;
* MultiVolumeImporterPlugin&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Developer_Tools_Editor_Extensions'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
=== Editor Extensions ===&lt;br /&gt;
* [https://www.slicer.org/slicerWiki/index.php/Documentation/4.3/Modules/FastGrowCut FastGrowCutEffect]    &amp;lt;small&amp;gt;(scripted, bundled in [https://www.slicer.org/slicerWiki/index.php/Documentation/4.3/Modules/FastGrowCut FastGrowCutEffect] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://wiki.slicer.org/slicerWiki/index.php/Documentation/Nightly/Modules/CarreraSliceInteractiveSegmenter CarreraSliceEffect]    &amp;lt;small&amp;gt;(scripted, bundled in [http://wiki.slicer.org/slicerWiki/index.php/Documentation/Nightly/Modules/CarreraSliceInteractiveSegmenter CarreraSlice] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerPathology|QuickTCGAEffect]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SlicerPathology|SlicerPathology]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/PETTumorSegmentationEffect|PETTumorSegmentationEffect]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/PETTumorSegmentation|PETTumorSegmentation]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/IASEM|BinaryWatershedEffect]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/IASEM|IASEM]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/IASEM|DoubleThresholdEffect]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/IASEM|IASEM]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerPathology|ShortCutEffect]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SlicerPathology|SlicerPathology]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Developer_Tools_Matlab'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
=== Matlab ===&lt;br /&gt;
* [[Documentation/Nightly/Modules/MatlabModuleGenerator|MatlabModuleGenerator]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/MatlabBridge|MatlabBridge]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/MatlabCommander|MatlabCommander]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/MatlabBridge|MatlabBridge]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Developer_Tools_Segment_Editor_Extensions'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
=== Segment Editor Extensions ===&lt;br /&gt;
* [[Documentation/Nightly/Extensions/PETTumorSegmentation|SegmentEditorPETTumor]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/PETTumorSegmentation|PETTumorSegmentation]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Developer_Tools_Utils'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
=== Utils ===&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerProstate|SlicerProstate]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SlicerProstate|SlicerProstate]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Diffusion'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Diffusion ==&lt;br /&gt;
* [[Documentation/Nightly/Modules/DMRIInstall|DMRIInstall]]    &amp;lt;small&amp;gt;(scripted, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Diffusion_Diffusion_Data_Conversion'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
=== Diffusion Data Conversion ===&lt;br /&gt;
* DWIConvert    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Diffusion_Diffusion_Tensor_Images'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
=== Diffusion Tensor Images ===&lt;br /&gt;
* [[Documentation/Nightly/Extensions/ResampleDTIlogEuclidean|ResampleDTIlogEuclidean]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/ResampleDTIlogEuclidean|ResampleDTIlogEuclidean]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Diffusion_Diffusion_Weighted_Images'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
=== Diffusion Weighted Images ===&lt;br /&gt;
* BRAINSDWICleanup    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Diffusion_Import_and_Export'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
=== Import and Export ===&lt;br /&gt;
* DWIConvert    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerDMRI|DICOMTract_to_VTK]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/SlicerDMRI|SlicerDMRI]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerDMRI|VTK_to_DICOMTract]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/SlicerDMRI|SlicerDMRI]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Diffusion_Process'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
=== Process ===&lt;br /&gt;
* [[Documentation/Nightly/Modules/DiffusionWeightedVolumeMasking|DiffusionWeightedVolumeMasking]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/SlicerDMRI|SlicerDMRI]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/DWIToDTIEstimation|DWIToDTIEstimation]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/SlicerDMRI|SlicerDMRI]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Diffusion_Quantify'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
=== Quantify ===&lt;br /&gt;
* [[Documentation/Nightly/Modules/DiffusionTensorScalarMeasurements|DiffusionTensorScalarMeasurements]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/SlicerDMRI|SlicerDMRI]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/FiberTractMeasurements|FiberTractMeasurements]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/SlicerDMRI|SlicerDMRI]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Diffusion_Tractography'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
=== Tractography ===&lt;br /&gt;
* [[Documentation/Nightly/Modules/TractographyInteractiveSeeding|TractographyInteractiveSeeding]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerDMRI|SlicerDMRI]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/TractographyDisplay|TractographyDisplay]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerDMRI|SlicerDMRI]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/UKFTractography|UKFTractography]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/UKFTractography|UKFTractography]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Tractography_Region-based'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
==== Region-based ====&lt;br /&gt;
* [[Documentation/Nightly/Modules/TractographyLabelMapSeeding|TractographyLabelMapSeeding]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/SlicerDMRI|SlicerDMRI]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/FiberBundleLabelSelect|FiberBundleLabelSelect]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/SlicerDMRI|SlicerDMRI]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Diffusion_Utilities'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
=== Utilities ===&lt;br /&gt;
* BRAINSDWICleanup    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/ResampleDTIVolume|ResampleDTIVolume]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/FiberBundleToLabelMap|FiberBundleToLabelMap]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SlicerDMRI|SlicerDMRI]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/ResampleScalarVectorDWIVolume|ResampleScalarVectorDWIVolume]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerDMRI|DICOM2FullBrainTractography]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SlicerDMRI|SlicerDMRI]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Editor_Effects'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Editor Effects ==&lt;br /&gt;
* [[Documentation/Nightly/Extensions/WindowLevelEffect|WindowLevelEffect]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/WindowLevelEffect|WindowLevelEffect]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_EditorEffect'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== EditorEffect ==&lt;br /&gt;
* [[Documentation/Nightly/Extensions/PETTumorSegmentation|PETTumorSegmentation]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/PETTumorSegmentation|PETTumorSegmentation]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Endoscopy'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Endoscopy ==&lt;br /&gt;
* [[Documentation/Nightly/Modules/Endoscopy|Endoscopy]]    &amp;lt;small&amp;gt;(scripted, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Examples'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Examples ==&lt;br /&gt;
* [[Documentation/Nightly/Modules/FastGrowCut|FastGrowCut]]    &amp;lt;small&amp;gt;(loadable, bundled in [https://www.slicer.org/slicerWiki/index.php/Documentation/4.3/Modules/FastGrowCut FastGrowCutEffect] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerPathology|QuickTCGA]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerPathology|SlicerPathology]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://wiki.slicer.org/slicerWiki/index.php/Documentation/Nightly/Modules/CarreraSliceInteractiveSegmenter FastGrowCutSegmenter]    &amp;lt;small&amp;gt;(loadable, bundled in [http://wiki.slicer.org/slicerWiki/index.php/Documentation/Nightly/Modules/CarreraSliceInteractiveSegmenter CarreraSlice] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerPathology|ShortCutCore]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerPathology|SlicerPathology]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://publish.uwo.ca/~dchen285/GraphCutSegment/GraphCutSegment.html GraphCutInteractiveSegmenter]    &amp;lt;small&amp;gt;(loadable, bundled in [http://publish.uwo.ca/~dchen285/GraphCutSegment/GraphCutSegment.html GraphCutSegment] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://wiki.slicer.org/slicerWiki/index.php/Documentation/Nightly/Modules/CarreraSliceInteractiveSegmenter CarreraSlice]    &amp;lt;small&amp;gt;(loadable, bundled in [http://wiki.slicer.org/slicerWiki/index.php/Documentation/Nightly/Modules/CarreraSliceInteractiveSegmenter CarreraSlice] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Exporter'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Exporter ==&lt;br /&gt;
* [[Documentation/Nightly/Modules/SlicerToKiwiExporter|SlicerToKiwiExporter]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SlicerToKiwiExporter|SlicerToKiwiExporter]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Filter'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Filter ==&lt;br /&gt;
* IslandRemoval    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Filtering'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Filtering ==&lt;br /&gt;
* [[Documentation/Nightly/Modules/SegmentationSmoothing|SegmentationSmoothing]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/SlicerProstate|SlicerProstate]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/N4ITKBiasFieldCorrection|N4ITKBiasFieldCorrection]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/ImageLabelCombine|ImageLabelCombine]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/VotingBinaryHoleFillingImageFilter|VotingBinaryHoleFillingImageFilter]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/CheckerBoardFilter|CheckerBoardFilter]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/AstroSmoothing|AstroSmoothing]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerAstro|SlicerAstro]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/ExtractSkeleton|ExtractSkeleton]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/SimpleFilters|SimpleFilters]]    &amp;lt;small&amp;gt;(scripted, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/ThresholdScalarVolume|ThresholdScalarVolume]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/HistogramMatching|HistogramMatching]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Filtering_Arithmetic'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
=== Arithmetic ===&lt;br /&gt;
* [[Documentation/Nightly/Modules/MultiplyScalarVolumes|MultiplyScalarVolumes]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/AddScalarVolumes|AddScalarVolumes]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/MaskScalarVolume|MaskScalarVolume]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/SubtractScalarVolumes|SubtractScalarVolumes]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/CastScalarVolume|CastScalarVolume]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/OpenCVExample|BlendVectorVolumes]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/OpenCVExample|OpenCVExample]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Filtering_Denoising'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
=== Denoising ===&lt;br /&gt;
* [[Documentation/Nightly/Modules/CurvatureAnisotropicDiffusion|CurvatureAnisotropicDiffusion]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/GradientAnisotropicDiffusion|GradientAnisotropicDiffusion]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/MedianImageFilter|MedianImageFilter]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/GaussianBlurImageFilter|GaussianBlurImageFilter]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Filtering_Morphology'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
=== Morphology ===&lt;br /&gt;
* [[Documentation/Nightly/Modules/GrayscaleFillHoleImageFilter|GrayscaleFillHoleImageFilter]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/GrayscaleGrindPeakImageFilter|GrayscaleGrindPeakImageFilter]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_IGT'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== IGT ==&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerIGT|Viewpoint]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SlicerIGT|SlicerIGT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/CollectFiducials|CollectFiducials]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerIGT|SlicerIGT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerIGT|TransformFusion]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerIGT|SlicerIGT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/GyroGuide|GyroGuide]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/GyroGuide|GyroGuide]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerIGT|PlusModelCatalogBrowser]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SlicerIGT|SlicerIGT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerIGT|CreateModels]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerIGT|SlicerIGT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/NeedleFinder|NeedleFinder]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/NeedleFinder|NeedleFinder]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/TrackerStabilizer|TrackerStabilizer]]    &amp;lt;small&amp;gt;(loadable, bundled in [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Extensions/TrackerStabilizer TrackerStabilizer] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/PathExplorer|PathExplorer]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerIGT|SlicerIGT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerIGT|UltrasoundSnapshots]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerIGT|SlicerIGT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerIGT|BreachWarning]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerIGT|SlicerIGT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerIGT|FiducialRegistrationWizard]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerIGT|SlicerIGT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerIGT|ModelRegistration]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SlicerIGT|SlicerIGT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/ResectionVolume|ResectionVolume]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/ResectionPlanner|ResectionPlanner]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerIGT|PivotCalibration]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerIGT|SlicerIGT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/VolumeResliceDriver|VolumeResliceDriver]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerIGT|SlicerIGT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/OpenIGTLinkRemote|OpenIGTLinkRemote]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerIGT|SlicerIGT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerIGT|FiducialsToModelRegistration]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SlicerIGT|SlicerIGT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/Watchdog|Watchdog]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerIGT|SlicerIGT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/CornerAnnotation|CornerAnnotation]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/CornerAnnotation|CornerAnnotation]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/OpenIGTLinkIF|OpenIGTLinkIF]]    &amp;lt;small&amp;gt;(loadable, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerIGT|MarkupsToModel]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerIGT|SlicerIGT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/iGyne|iGyne]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/iGyne|iGyne]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/PlusRemote|PlusRemote]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SlicerIGT|SlicerIGT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Informatics'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Informatics ==&lt;br /&gt;
* [[Documentation/Nightly/Extensions/DCMQI|tid1500writer]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/DCMQI|DCMQI]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/mpReview|mpReviewPreprocessor]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/mpReview|mpReview]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/SEG2NRRD|SEG2NRRD]]    &amp;lt;small&amp;gt;(cli)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/TCIABrowser|TCIABrowser]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/TCIABrowser|TCIABrowser]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/DCMQI|segimage2itkimage]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/DCMQI|DCMQI]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/mpReview|mpReview]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/mpReview|mpReview]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/Tables|Tables]]    &amp;lt;small&amp;gt;(loadable, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/Data|Data]]    &amp;lt;small&amp;gt;(loadable, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* DumpSEGFrame    &amp;lt;small&amp;gt;(cli)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/DCMQI|tid1500reader]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/DCMQI|DCMQI]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* Terminologies    &amp;lt;small&amp;gt;(loadable, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/Units|Units]]    &amp;lt;small&amp;gt;(loadable, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/DICOM|DICOM]]    &amp;lt;small&amp;gt;(scripted, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/SampleData|SampleData]]    &amp;lt;small&amp;gt;(scripted, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/Colors|Colors]]    &amp;lt;small&amp;gt;(loadable, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/CurveMaker|CurveMaker]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/CurveMaker|CurveMaker]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/Annotations|Annotations]]    &amp;lt;small&amp;gt;(loadable, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/Markups|Markups]]    &amp;lt;small&amp;gt;(loadable, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/SubjectHierarchy|SubjectHierarchy]]    &amp;lt;small&amp;gt;(loadable, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/QuantitativeReporting|QuantitativeReporting]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/QuantitativeReporting|QuantitativeReporting]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Informatics_Converters'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
=== Converters ===&lt;br /&gt;
* [[Documentation/Nightly/Extensions/DCMQI|itkimage2paramap]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/DCMQI|DCMQI]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/DCMQI|paramap2itkimage]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/DCMQI|DCMQI]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/DCMQI|itkimage2segimage]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/DCMQI|DCMQI]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/EncodeSEG|EncodeSEG]]    &amp;lt;small&amp;gt;(cli)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Legacy'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Legacy ==&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Legacy_Converters'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
=== Converters ===&lt;br /&gt;
* [[Documentation/Nightly/Modules/BSplineToDeformationField|BSplineToDeformationField]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Legacy_Filtering'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
=== Filtering ===&lt;br /&gt;
* [[Documentation/Nightly/Modules/OtsuThresholdImageFilter|OtsuThresholdImageFilter]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/ResampleScalarVolume|ResampleScalarVolume]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Legacy_Registration'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
=== Registration ===&lt;br /&gt;
* TestGridTransformRegistration    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/ExpertAutomatedRegistration|ExpertAutomatedRegistration]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Legacy_Work_in_Progress'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
=== Work in Progress ===&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Work_in_Progress_Diffusion_Tensor'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
==== Diffusion Tensor ====&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Diffusion_Tensor_Test'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
===== Test =====&lt;br /&gt;
* DiffusionTensorTest    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Libraries'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Libraries ==&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerOpenCV|OpenCV]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerOpenCV|SlicerOpenCV]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Machine_Learning'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Machine Learning ==&lt;br /&gt;
* [[Documentation/Nightly/Modules/DeepInfer|DeepInfer]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/DeepInfer|DeepInfer]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Margin_Calculator'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Margin Calculator ==&lt;br /&gt;
* [[Documentation/Nightly/Extensions/MarginCalculator|MarginCalculator]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/MarginCalculator|MarginCalculator]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/MarginCalculator|DoseMorphology]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/MarginCalculator|MarginCalculator]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/MarginCalculator|SyntheticRTDose]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/MarginCalculator|MarginCalculator]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Mesh_Generation'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Mesh Generation ==&lt;br /&gt;
* [[Documentation/Nightly/Extensions/CleaverExtension|CleaverCLI]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/CleaverExtension|CleaverExtension]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_MeshGeneration'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== MeshGeneration ==&lt;br /&gt;
* [[Documentation/Nightly/Modules/BodyCentricCubicMesh|BodyCentricCubicMesh]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/CBC_3D_I2MConversion|CBC_3D_I2MConversion]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Microscopy'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Microscopy ==&lt;br /&gt;
* [[Documentation/Nightly/Extensions/IASEM|IASEMImportSeries]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/IASEM|IASEM]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/IASEM|IASEMImport]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/IASEM|IASEM]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/IASEM|BinShrink]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/IASEM|IASEM]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/IASEM|LabelObjectStatistics]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/IASEM|IASEM]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/IASEM|SpacingAwareCurvatureDiffusion]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/IASEM|IASEM]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_MultiVolume_Support'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== MultiVolume Support ==&lt;br /&gt;
* [[Documentation/Nightly/Modules/MultiVolumeImporter|MultiVolumeImporter]]    &amp;lt;small&amp;gt;(scripted, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/MultiVolumeExplorer|MultiVolumeExplorer]]    &amp;lt;small&amp;gt;(loadable, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Pathology'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Pathology ==&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerPathology|SlicerPathology]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SlicerPathology|SlicerPathology]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Perk_Tutor'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Perk Tutor ==&lt;br /&gt;
* [[Documentation/Nightly/Extensions/PerkTutor|PythonMetricsCalculator]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/PerkTutor|PerkTutor]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/TransformRecorder|TransformRecorder]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/PerkTutor|PerkTutor]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/PerkEvaluator|PerkEvaluator]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/PerkTutor|PerkTutor]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/WorkflowSegmentation|WorkflowSegmentation]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/PerkTutor|PerkTutor]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Plastimatch'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Plastimatch ==&lt;br /&gt;
* [[Documentation/Nightly/Modules/DicomSroExport|DicomSroExport]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SlicerRT|SlicerRT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerRT|PlmRegister]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SlicerRT|SlicerRT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Plastimatch_Registration'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
=== Registration ===&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerRT|plastimatch_slicer_bspline]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/SlicerRT|SlicerRT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerRT|plastimatch_slicer_landwarp]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/SlicerRT|SlicerRT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Plastimatch_Utilities'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
=== Utilities ===&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerRT|PlastimatchPy]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerRT|SlicerRT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Quantification'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Quantification ==&lt;br /&gt;
* [http://slicer.org/slicerWiki/index.php/Documentation/Nightly/Modules/DSC_MRI_Analysis DSCMRIAnalysis]    &amp;lt;small&amp;gt;(cli, bundled in [http://slicer.org/slicerWiki/index.php/Documentation/Nightly/Modules/DSC_MRI_Analysis DSCMRIAnalysis] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/PETLiverUptakeMeasurement|PETLiverUptakeMeasurement]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/PETLiverUptakeMeasurement|PETLiverUptakeMeasurement]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/PET-IndiC|PETIndiC]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/PET-IndiC|PET-IndiC]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/Q3DC|Q3DC]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/Q3DC|Q3DC]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/HeterogeneityCAD|HeterogeneityCAD]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/OpenCAD|OpenCAD]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/ShapeQuantifier|ShapeQuantifier]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/ShapeQuantifier|ShapeQuantifier]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/QuantitativeIndicesCLI|QuantitativeIndicesCLI]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/PET-IndiC|PET-IndiC]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/PETStandardUptakeValueComputation|PETStandardUptakeValueComputation]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/SUVFactorCalculator|SUVFactorCalculator]]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Extensions/PETDICOM PETDICOMExtension] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/SpinalCurvatureMeasurement|SpinalCurvatureMeasurement]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/Scoliosis|Scoliosis]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/QuantitativeIndicesTool|QuantitativeIndicesTool]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/PET-IndiC|PET-IndiC]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* SegmentStatistics    &amp;lt;small&amp;gt;(scripted, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/LabelStatistics|LabelStatistics]]    &amp;lt;small&amp;gt;(scripted, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/MeshStatistics|MeshStatistics]]    &amp;lt;small&amp;gt;(scripted, bundled in [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Extensions/MeshStatistics MeshStatisticsExtension] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/DWModeling|DWModeling]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/SlicerProstate|SlicerProstate]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* BRAINSLabelStats    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/PkModeling|PkModeling]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/PkModeling|PkModeling]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/LongitudinalPETCT|PETSUVImageMaker]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/LongitudinalPETCT|LongitudinalPETCT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/DataProbe|DataProbe]]    &amp;lt;small&amp;gt;(scripted, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/ModelToModelDistance|ModelToModelDistance]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/ModelToModelDistance|ModelToModelDistance]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/T1Mapping|T1Mapping]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/T1Mapping|T1Mapping]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/SlicerAstroDataProbe|SlicerAstroDataProbe]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SlicerAstro|SlicerAstro]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/AnglePlanes|AnglePlanes]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/ShapeQuantifier|ShapeQuantifier]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/dPetBrainQuantification|dPetBrainQuantification]]    &amp;lt;small&amp;gt;(scripted, bundled in [http://gti-fing.github.io/SlicerPetSpectAnalysis PetSpectAnalysis] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/PickAndPaint|PickAndPaint]]    &amp;lt;small&amp;gt;(scripted, bundled in [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Extensions/PickAndPaint PickAndPaintExtension] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/QuantitativeReporting|QuantitativeReporting]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/QuantitativeReporting|QuantitativeReporting]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/DiceComputation|DiceComputation]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/DiceComputation|DiceComputation]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Quantification_ChangeQuantification'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
=== ChangeQuantification ===&lt;br /&gt;
* [[Documentation/Nightly/Modules/IntensityDifferenceMetric|IntensityDifferenceMetric]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/ChangeTracker|ChangeTracker]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Radiology'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Radiology ==&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SliceTracker|SliceTracker]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SliceTracker|SliceTracker]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SliceTracker|SliceTrackerRegistration]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SliceTracker|SliceTracker]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SliceTracker|SliceTrackerZFrameRegistration]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SliceTracker|SliceTracker]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Radiotherapy'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Radiotherapy ==&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerRT|Beams]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerRT|SlicerRT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerRT|DvhComparison]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SlicerRT|SlicerRT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/DoseVolumeHistogram|DoseVolumeHistogram]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerRT|SlicerRT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerRT|DicomRtImportExport]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerRT|SlicerRT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/DoseAccumulation|DoseAccumulation]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerRT|SlicerRT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerRT|ExternalBeamPlanning]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerRT|SlicerRT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/SegmentComparison|SegmentComparison]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerRT|SlicerRT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerRT|PlanarImage]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerRT|SlicerRT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/Isodose|Isodose]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerRT|SlicerRT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/DoseComparison|DoseComparison]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerRT|SlicerRT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/SegmentMorphology|SegmentMorphology]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerRT|SlicerRT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/DicomSroImport|DicomSroImport]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerRT|SlicerRT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Registration'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Registration ==&lt;br /&gt;
* [[Documentation/Nightly/Modules/Transforms|Transforms]]    &amp;lt;small&amp;gt;(loadable, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* BRAINSResize    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* PerformMetricTest    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/LandmarkRegistration|LandmarkRegistration]]    &amp;lt;small&amp;gt;(scripted, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/PBNRR|PBNRR]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/PBNRR|PBNRR]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/BRAINSResample|BRAINSResample]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/BRAINSFit|BRAINSFit]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Registration_CMF_Registration'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
=== CMF Registration ===&lt;br /&gt;
* [[Documentation/Nightly/Extensions/CMFreg|ApplyMatrix]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/CMFreg|CMFreg]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/LabelExtraction|LabelExtraction]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/CMFreg|CMFreg]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/LabelAddition|LabelAddition]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/CMFreg|CMFreg]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/Downsize|Downsize]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/CMFreg|CMFreg]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/SurfaceRegistration|SurfaceRegistration]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/CMFreg|CMFreg]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_CMF_Registration_Voxelbase_Registration'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
==== Voxelbase Registration ====&lt;br /&gt;
* [[Documentation/Nightly/Modules/NonGrowing|NonGrowing]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/CMFreg|CMFreg]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/Growing|Growing]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/CMFreg|CMFreg]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/MaskCreation|MaskCreation]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/CMFreg|CMFreg]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Registration_Label_Registration'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
=== Label Registration ===&lt;br /&gt;
* [[Documentation/Nightly/Modules/DistanceMapBasedRegistration|DistanceMapBasedRegistration]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SlicerProstate|SlicerProstate]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Registration_Specialized'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
=== Specialized ===&lt;br /&gt;
* [[Documentation/Nightly/Modules/ACPCTransform|ACPCTransform]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/FiducialRegistration|FiducialRegistration]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/BRAINSDemonWarp|BRAINSDemonWarp]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/Reformat|Reformat]]    &amp;lt;small&amp;gt;(loadable, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/ScatteredTransform|ScatteredTransform]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/ScatteredTransform|ScatteredTransform]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* VBRAINSDemonWarp    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Segmentation'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Segmentation ==&lt;br /&gt;
* [[Documentation/Nightly/Modules/ROBEXBrainExtraction|ROBEXBrainExtraction]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/ROBEXBrainExtraction|ROBEXBrainExtraction]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* EMSegmentQuick    &amp;lt;small&amp;gt;(loadable, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/VolumeClip|VolumeClipWithModel]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/VolumeClip|VolumeClip]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.nitrc.org/projects/abc ABC]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.nitrc.org/projects/abc ABC] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SliceTracker|VolumeClipToLabel]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SliceTracker|SliceTracker]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Extensions/AirwaySegmentation AirwaySegmentationCLI]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Extensions/AirwaySegmentation AirwaySegmentation] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/LAScarSegmenter|LAScarSegmenter]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/LAScarSegmenter|LAScarSegmenter]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/SegmentEditor|SegmentEditor]]    &amp;lt;small&amp;gt;(scripted, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/AirwaySegmentation|AirwaySegmentation]]    &amp;lt;small&amp;gt;(scripted, bundled in [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Extensions/AirwaySegmentation AirwaySegmentation] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/SkullStripper|SkullStripper]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/SkullStripper|SkullStripper]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [https://github.com/lassoan/SlicerSegmentEditorExtraEffects SegmentEditorFastMarching]    &amp;lt;small&amp;gt;(scripted, bundled in [https://github.com/lassoan/SlicerSegmentEditorExtraEffects SegmentEditorExtraEffects] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/SobolevSegmenter|SobolevSegmenter]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/SobolevSegmenter|SobolevSegmenter]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/VolumeClip|VolumeClipWithRoi]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/VolumeClip|VolumeClip]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/SegmentCAD|SegmentCAD]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/OpenCAD|OpenCAD]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/SwissSkullStripper|SwissSkullStripper]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/SwissSkullStripper|SwissSkullStripper]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [https://github.com/lassoan/SlicerSegmentEditorExtraEffects SegmentEditorFloodFilling]    &amp;lt;small&amp;gt;(scripted, bundled in [https://github.com/lassoan/SlicerSegmentEditorExtraEffects SegmentEditorExtraEffects] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [https://github.com/Tomnl/Slicer-Wasp Wasp]    &amp;lt;small&amp;gt;(scripted, bundled in [https://github.com/Tomnl/Slicer-Wasp Wasp] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/Editor|Editor]]    &amp;lt;small&amp;gt;(scripted, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/SimpleRegionGrowingSegmentation|SimpleRegionGrowingSegmentation]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/EMSegment|EMSegment]]    &amp;lt;small&amp;gt;(loadable, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/QuantitativeReporting|QuantitativeReporting]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/QuantitativeReporting|QuantitativeReporting]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/IntensitySegmenter|IntensitySegmenter]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/IntensitySegmenter|IntensitySegmenter]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [https://github.com/lassoan/SlicerSegmentEditorExtraEffects SegmentEditorWatershed]    &amp;lt;small&amp;gt;(scripted, bundled in [https://github.com/lassoan/SlicerSegmentEditorExtraEffects SegmentEditorExtraEffects] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Segmentation_Specialized'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
=== Specialized ===&lt;br /&gt;
* BRAINSROIAuto    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/RobustStatisticsSegmenter|RobustStatisticsSegmenter]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* EMSegmentCommandLine    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Sequences'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Sequences ==&lt;br /&gt;
* [[Documentation/Nightly/Extensions/Sequences|Sequences]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/Sequences|Sequences]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/Sequences|SequenceBrowser]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/Sequences|Sequences]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/Sequences|MetafileImporter]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/Sequences|Sequences]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Slicelets'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Slicelets ==&lt;br /&gt;
* [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Modules/FilmDosimetry FilmDosimetryAnalysis]    &amp;lt;small&amp;gt;(scripted, bundled in [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Modules/FilmDosimetry FilmDosimetryAnalysis] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Modules/GelDosimetry GelDosimetryAnalysis]    &amp;lt;small&amp;gt;(scripted, bundled in [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Modules/GelDosimetry GelDosimetryAnalysis] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Modules/GelDosimetry GelDosimetryAnalysisAlgo]    &amp;lt;small&amp;gt;(loadable, bundled in [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Modules/GelDosimetry GelDosimetryAnalysis] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_SlicerProstate'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== SlicerProstate ==&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SliceTracker|ZFrameCalibration]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/SliceTracker|SliceTracker]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Surface_Models'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Surface Models ==&lt;br /&gt;
* [[Documentation/Nightly/Modules/SurfaceToolbox|SurfaceToolbox]]    &amp;lt;small&amp;gt;(scripted, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/GrayscaleModelMaker|GrayscaleModelMaker]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/ModelMaker|ModelMaker]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/ModelToLabelMap|ModelToLabelMap]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/MergeModels|MergeModels]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/EasyClip|EasyClip]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/EasyClip|EasyClip]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/LabelMapSmoothing|LabelMapSmoothing]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/MeshToLabelMap|MeshToLabelMap]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/MeshToLabelMap|MeshToLabelMap]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/ProbeVolumeWithModel|ProbeVolumeWithModel]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerIGT|TextureModel]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SlicerIGT|SlicerIGT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_TestCases'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== TestCases ==&lt;br /&gt;
* SEGExporterSelfTest&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Testing'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Testing ==&lt;br /&gt;
* CLI4Test&lt;br /&gt;
* ThresholdThreadingTest&lt;br /&gt;
* [[Documentation/Nightly/Extensions/Scoliosis|ScoliosisMonitoring]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/Scoliosis|Scoliosis]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* SlicerMRBSaveRestoreCheckPathsTest&lt;br /&gt;
* CLIROITest    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* PerformanceTests&lt;br /&gt;
* SlicerMRBMultipleSaveRestoreTest&lt;br /&gt;
* SlicerMRBTest&lt;br /&gt;
* SEGExporterSelfTest&lt;br /&gt;
* SelfTests&lt;br /&gt;
* SlicerMRBMultipleSaveRestoreLoopTest&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Testing_IGT_Tests'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
=== IGT Tests ===&lt;br /&gt;
* BreachWarningSelfTest&lt;br /&gt;
* WatchdogSelfTest&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Testing_SlicerRT_Tests'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
=== SlicerRT Tests ===&lt;br /&gt;
* IGRTWorkflow_SelfTest&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerRT|BatchStructureSetConversion]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SlicerRT|SlicerRT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Testing_TestCases'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
=== TestCases ===&lt;br /&gt;
* AtlasTests&lt;br /&gt;
* AddStorableDataAfterSceneViewTest&lt;br /&gt;
* test_tractography_display&lt;br /&gt;
* SlicerTransformInteractionTest1&lt;br /&gt;
* RSNAQuantTutorial&lt;br /&gt;
* NeurosurgicalPlanningTutorialMarkupsSelfTest&lt;br /&gt;
* ChangeTrackerSelfTest&lt;br /&gt;
* FiducialLayoutSwitchBug1914&lt;br /&gt;
* GraphCutSegmentSelfTest&lt;br /&gt;
* SlicerBoundsTest&lt;br /&gt;
* UtilTest&lt;br /&gt;
* Charting    &amp;lt;small&amp;gt;(scripted, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://brainsia.github.io/CardiacAgatstonMeasures/ CardiacAgatstonMeasures]    &amp;lt;small&amp;gt;(scripted, bundled in [http://brainsia.github.io/CardiacAgatstonMeasures/ CardiacAgatstonMeasures] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* fiber_visibility_crash2438&lt;br /&gt;
* RSNAVisTutorial&lt;br /&gt;
* JRC2013Vis&lt;br /&gt;
* AddManyMarkupsFiducialTest&lt;br /&gt;
* CropVolumeSelfTest&lt;br /&gt;
* SliceLinkLogic    &amp;lt;small&amp;gt;(scripted, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* VolumeRenderingSceneClose    &amp;lt;small&amp;gt;(scripted, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* slicerCloseCrashBug2590&lt;br /&gt;
* CLIEventTest&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerDMRI|NsgPlanTracto]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SlicerDMRI|SlicerDMRI]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* MarkupsWidgetsSelfTest&lt;br /&gt;
* TablesSelfTest&lt;br /&gt;
* SlicerOrientationSelectorTest&lt;br /&gt;
* MarkupsInViewsSelfTest&lt;br /&gt;
* TwoCLIsInParallelTest&lt;br /&gt;
* SubjectHierarchyCorePluginsSelfTest&lt;br /&gt;
* SubjectHierarchyGenericSelfTest&lt;br /&gt;
* ScenePerformance    &amp;lt;small&amp;gt;(scripted, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* MarkupsInCompareViewersSelfTest&lt;br /&gt;
* sceneImport2428&lt;br /&gt;
* RSNA2012ProstateDemo&lt;br /&gt;
* DTINotReproducibleIssue3977&lt;br /&gt;
* TwoCLIsInARowTest&lt;br /&gt;
* ColorsScalarBarSelfTest&lt;br /&gt;
* BRAINSFitRigidRegistrationCrashIssue4139&lt;br /&gt;
* Slicer4Minute    &amp;lt;small&amp;gt;(scripted, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* ViewControllersSliceInterpolationBug1926&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Ultrasound'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Ultrasound ==&lt;br /&gt;
* [https://kitwaremedical.github.io/SlicerITKUltrasoundDoc/ ScanConvertCurvilinearArray]    &amp;lt;small&amp;gt;(cli, bundled in [https://kitwaremedical.github.io/SlicerITKUltrasoundDoc/ SlicerITKUltrasound] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [https://kitwaremedical.github.io/SlicerITKUltrasoundDoc/ ScanConvertPhasedArray3D]    &amp;lt;small&amp;gt;(cli, bundled in [https://kitwaremedical.github.io/SlicerITKUltrasoundDoc/ SlicerITKUltrasound] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [https://kitwaremedical.github.io/SlicerITKUltrasoundDoc/ ScanConvertSliceSeries]    &amp;lt;small&amp;gt;(cli, bundled in [https://kitwaremedical.github.io/SlicerITKUltrasoundDoc/ SlicerITKUltrasound] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Uncategorized'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Uncategorized ==&lt;br /&gt;
* [[Documentation/Nightly/Extensions/ShapeQuantifier|ShapeQuantifierCore]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/ShapeQuantifier|ShapeQuantifier]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/DatabaseInteractor|DatabaseInteractorLib]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/DatabaseInteractor|DatabaseInteractor]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Utilities'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Utilities ==&lt;br /&gt;
* [[Documentation/Nightly/Modules/ScreenCapture|ScreenCapture]]    &amp;lt;small&amp;gt;(scripted, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/DataStore|DataStore]]    &amp;lt;small&amp;gt;(loadable, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* DICOMPatcher    &amp;lt;small&amp;gt;(scripted, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* BRAINSStripRotation    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* EMSegmentTransformToNewFormat    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Utilities_BRAINS'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
=== BRAINS ===&lt;br /&gt;
* BRAINSTransformConvert    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Vascular_Modeling_Toolkit'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Vascular Modeling Toolkit ==&lt;br /&gt;
* [http://slicer.vmtk.org/ CenterlineComputation]    &amp;lt;small&amp;gt;(scripted, bundled in [http://slicer.vmtk.org/ VMTK] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://slicer.vmtk.org/ LevelSetSegmentation]    &amp;lt;small&amp;gt;(scripted, bundled in [http://slicer.vmtk.org/ VMTK] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://slicer.vmtk.org/ VesselnessFiltering]    &amp;lt;small&amp;gt;(scripted, bundled in [http://slicer.vmtk.org/ VMTK] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Virtual_Reality'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Virtual Reality ==&lt;br /&gt;
* [[Documentation/Nightly/Modules/VirtualReality|VirtualReality]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerVirtualReality|SlicerVirtualReality]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Web_System_Tools'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Web System Tools ==&lt;br /&gt;
* [[Documentation/Nightly/Modules/DatabaseInteractor|DatabaseInteractor]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/DatabaseInteractor|DatabaseInteractor]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Wizards'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Wizards ==&lt;br /&gt;
* [[Documentation/Nightly/Modules/CompareVolumes|CompareVolumes]]    &amp;lt;small&amp;gt;(scripted, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/ChangeTracker|ChangeTracker]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/ChangeTracker|ChangeTracker]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_XNATSlicer'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== XNATSlicer ==&lt;br /&gt;
* [[Documentation/Nightly/Extensions/XNATSlicer|XnatSlicer]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/XNATSlicer|XNATSlicer]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Modules by name =&lt;br /&gt;
367 modules:&lt;br /&gt;
* [http://www.nitrc.org/projects/abc ABC]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.nitrc.org/projects/abc ABC] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/ACPCTransform|ACPCTransform]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/AddScalarVolumes|AddScalarVolumes]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org AirwayInspector]    &amp;lt;small&amp;gt;(loadable, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/AirwaySegmentation|AirwaySegmentation]]    &amp;lt;small&amp;gt;(scripted, bundled in [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Extensions/AirwaySegmentation AirwaySegmentation] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Extensions/AirwaySegmentation AirwaySegmentationCLI]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Extensions/AirwaySegmentation AirwaySegmentation] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/AnglePlanes|AnglePlanes]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/ShapeQuantifier|ShapeQuantifier]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/Annotations|Annotations]]    &amp;lt;small&amp;gt;(loadable, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/CMFreg|ApplyMatrix]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/CMFreg|CMFreg]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/AstroMasking|AstroMasking]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerAstro|SlicerAstro]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/AstroModeling|AstroModeling]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerAstro|SlicerAstro]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/AstroMomentMaps|AstroMomentMaps]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerAstro|SlicerAstro]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/AstroProfiles|AstroProfiles]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerAstro|SlicerAstro]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/AstroPVDiagram|AstroPVDiagram]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerAstro|SlicerAstro]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/AstroPVSlice|AstroPVSlice]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerAstro|SlicerAstro]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/AstroReproject|AstroReproject]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerAstro|SlicerAstro]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerAstro|AstroSampleData]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SlicerAstro|SlicerAstro]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/AstroSmoothing|AstroSmoothing]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerAstro|SlicerAstro]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/AstroStatistics|AstroStatistics]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerAstro|SlicerAstro]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/AstroVolume|AstroVolume]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerAstro|SlicerAstro]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerAstro|AstroWelcome]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerAstro|SlicerAstro]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerRT|Beams]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerRT|SlicerRT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/IASEM|BinShrink]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/IASEM|IASEM]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/OpenCVExample|BlendVectorVolumes]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/OpenCVExample|OpenCVExample]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/BodyCentricCubicMesh|BodyCentricCubicMesh]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/CBC_3D_I2MConversion|CBC_3D_I2MConversion]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/BRAINSDemonWarp|BRAINSDemonWarp]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* BRAINSDWICleanup    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/BRAINSFit|BRAINSFit]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* BRAINSLabelStats    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/BRAINSResample|BRAINSResample]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* BRAINSResize    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* BRAINSROIAuto    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* BRAINSStripRotation    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* BRAINSTransformConvert    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerIGT|BreachWarning]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerIGT|SlicerIGT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://wiki.slicer.org/slicerWiki/index.php/Documentation/Nightly/Modules/CarreraSliceInteractiveSegmenter CarreraSlice]    &amp;lt;small&amp;gt;(loadable, bundled in [http://wiki.slicer.org/slicerWiki/index.php/Documentation/Nightly/Modules/CarreraSliceInteractiveSegmenter CarreraSlice] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/CastScalarVolume|CastScalarVolume]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://slicer.vmtk.org/ CenterlineComputation]    &amp;lt;small&amp;gt;(scripted, bundled in [http://slicer.vmtk.org/ VMTK] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/ChangeTracker|ChangeTracker]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/ChangeTracker|ChangeTracker]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/CheckerBoardFilter|CheckerBoardFilter]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org CIP_]    &amp;lt;small&amp;gt;(scripted, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org CIP_BodyComposition]    &amp;lt;small&amp;gt;(scripted, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org CIP_CalciumScoring]    &amp;lt;small&amp;gt;(scripted, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org CIP_Common]    &amp;lt;small&amp;gt;(scripted, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org CIP_InteractiveLobeSegmentation]    &amp;lt;small&amp;gt;(scripted, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org CIP_LesionModel]    &amp;lt;small&amp;gt;(scripted, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org CIP_MIPViewer]    &amp;lt;small&amp;gt;(scripted, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org CIP_PAARatio]    &amp;lt;small&amp;gt;(scripted, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org CIP_ParenchymaAnalysis]    &amp;lt;small&amp;gt;(scripted, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org CIP_ParenchymaSubtypeTraining]    &amp;lt;small&amp;gt;(scripted, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org CIP_PointsLabelling]    &amp;lt;small&amp;gt;(scripted, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org CIP_TracheaStentPlanning]    &amp;lt;small&amp;gt;(scripted, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org ClassifyFissureParticles]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/CleaverExtension|CleaverCLI]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/CleaverExtension|CleaverExtension]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://capulet.med.utah.edu/namic/cmrslicer/ CMRToolkitAutomaticLeftAtrialScar]    &amp;lt;small&amp;gt;(cli, bundled in [http://capulet.med.utah.edu/namic/cmrslicer/ Cardiac_MRI_Toolkit] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://capulet.med.utah.edu/namic/cmrslicer/ CMRToolkitAxialDilate]    &amp;lt;small&amp;gt;(cli, bundled in [http://capulet.med.utah.edu/namic/cmrslicer/ Cardiac_MRI_Toolkit] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://capulet.med.utah.edu/namic/cmrslicer/ CMRToolkitBooleanREMOVEFilter]    &amp;lt;small&amp;gt;(cli, bundled in [http://capulet.med.utah.edu/namic/cmrslicer/ Cardiac_MRI_Toolkit] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://capulet.med.utah.edu/namic/cmrslicer/ CMRToolkitConnectedThresholdFilter]    &amp;lt;small&amp;gt;(cli, bundled in [http://capulet.med.utah.edu/namic/cmrslicer/ Cardiac_MRI_Toolkit] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://capulet.med.utah.edu/namic/cmrslicer/ CMRToolkitInhomogeneityCorrection]    &amp;lt;small&amp;gt;(cli, bundled in [http://capulet.med.utah.edu/namic/cmrslicer/ Cardiac_MRI_Toolkit] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://capulet.med.utah.edu/namic/cmrslicer/ CMRToolkitIsolatedConnectedFilter]    &amp;lt;small&amp;gt;(cli, bundled in [http://capulet.med.utah.edu/namic/cmrslicer/ Cardiac_MRI_Toolkit] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://capulet.med.utah.edu/namic/cmrslicer/ CMRToolkitLASegmentationGraphCuts]    &amp;lt;small&amp;gt;(cli, bundled in [http://capulet.med.utah.edu/namic/cmrslicer/ Cardiac_MRI_Toolkit] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://capulet.med.utah.edu/namic/cmrslicer/ CMRToolkitPVAntrumCut]    &amp;lt;small&amp;gt;(cli, bundled in [http://capulet.med.utah.edu/namic/cmrslicer/ Cardiac_MRI_Toolkit] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://capulet.med.utah.edu/namic/cmrslicer/ CMRToolkitRegistration]    &amp;lt;small&amp;gt;(scripted, bundled in [http://capulet.med.utah.edu/namic/cmrslicer/ Cardiac_MRI_Toolkit] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://capulet.med.utah.edu/namic/cmrslicer/ CMRToolkitRegistrationBRAINSFit]    &amp;lt;small&amp;gt;(scripted, bundled in [http://capulet.med.utah.edu/namic/cmrslicer/ Cardiac_MRI_Toolkit] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://capulet.med.utah.edu/namic/cmrslicer/ CMRToolkitWizard]    &amp;lt;small&amp;gt;(scripted, bundled in [http://capulet.med.utah.edu/namic/cmrslicer/ Cardiac_MRI_Toolkit] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/CollectFiducials|CollectFiducials]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerIGT|SlicerIGT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/Colors|Colors]]    &amp;lt;small&amp;gt;(loadable, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/CompareVolumes|CompareVolumes]]    &amp;lt;small&amp;gt;(scripted, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org ComputeCrossSectionalArea]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org ComputeDistanceMap]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org ComputeFeatureStrength]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org ComputeFissureFeatureVectors]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org ComputeIntensityStatistics]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org ConvertChestRegionChestTypeToLabelMapValue]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org ConvertDicom]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org ConvertLabelMapValueToChestRegionChestType]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/UKFTractography|ConvertVTK]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/UKFTractography|UKFTractography]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/CornerAnnotation|CornerAnnotation]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/CornerAnnotation|CornerAnnotation]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/CreateDICOMSeries|CreateDICOMSeries]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerIGT|CreateModels]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerIGT|SlicerIGT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org CropLung]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/CropVolume|CropVolume]]    &amp;lt;small&amp;gt;(loadable, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/CurvatureAnisotropicDiffusion|CurvatureAnisotropicDiffusion]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/CurveMaker|CurveMaker]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/CurveMaker|CurveMaker]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/Data|Data]]    &amp;lt;small&amp;gt;(loadable, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/DatabaseInteractor|DatabaseInteractor]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/DatabaseInteractor|DatabaseInteractor]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/DatabaseInteractor|DatabaseInteractorLib]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/DatabaseInteractor|DatabaseInteractor]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/DataProbe|DataProbe]]    &amp;lt;small&amp;gt;(scripted, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/DataStore|DataStore]]    &amp;lt;small&amp;gt;(loadable, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/DeepInfer|DeepInfer]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/DeepInfer|DeepInfer]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/DiceComputation|DiceComputation]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/DiceComputation|DiceComputation]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/DICOM|DICOM]]    &amp;lt;small&amp;gt;(scripted, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerDMRI|DICOM2FullBrainTractography]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SlicerDMRI|SlicerDMRI]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* DICOMPatcher    &amp;lt;small&amp;gt;(scripted, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerRT|DicomRtImportExport]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerRT|SlicerRT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/DicomSroExport|DicomSroExport]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SlicerRT|SlicerRT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/DicomSroImport|DicomSroImport]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerRT|SlicerRT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerDMRI|DICOMTract_to_VTK]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/SlicerDMRI|SlicerDMRI]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/DiffusionTensorScalarMeasurements|DiffusionTensorScalarMeasurements]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/SlicerDMRI|SlicerDMRI]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/DiffusionWeightedVolumeMasking|DiffusionWeightedVolumeMasking]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/SlicerDMRI|SlicerDMRI]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/DistanceMapBasedRegistration|DistanceMapBasedRegistration]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SlicerProstate|SlicerProstate]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/DMRIInstall|DMRIInstall]]    &amp;lt;small&amp;gt;(scripted, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/DoseAccumulation|DoseAccumulation]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerRT|SlicerRT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/DoseComparison|DoseComparison]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerRT|SlicerRT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/MarginCalculator|DoseMorphology]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/MarginCalculator|MarginCalculator]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/DoseVolumeHistogram|DoseVolumeHistogram]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerRT|SlicerRT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/Downsize|Downsize]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/CMFreg|CMFreg]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/dPetBrainQuantification|dPetBrainQuantification]]    &amp;lt;small&amp;gt;(scripted, bundled in [http://gti-fing.github.io/SlicerPetSpectAnalysis PetSpectAnalysis] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://slicer.org/slicerWiki/index.php/Documentation/Nightly/Modules/DSC_MRI_Analysis DSCMRIAnalysis]    &amp;lt;small&amp;gt;(cli, bundled in [http://slicer.org/slicerWiki/index.php/Documentation/Nightly/Modules/DSC_MRI_Analysis DSCMRIAnalysis] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* DumpSEGFrame    &amp;lt;small&amp;gt;(cli)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerRT|DvhComparison]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SlicerRT|SlicerRT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* DWIConvert    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/DWIToDTIEstimation|DWIToDTIEstimation]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/SlicerDMRI|SlicerDMRI]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/DWModeling|DWModeling]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/SlicerProstate|SlicerProstate]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/EasyClip|EasyClip]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/EasyClip|EasyClip]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/Editor|Editor]]    &amp;lt;small&amp;gt;(scripted, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/EMSegment|EMSegment]]    &amp;lt;small&amp;gt;(loadable, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* EMSegmentCommandLine    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* EMSegmentQuick    &amp;lt;small&amp;gt;(loadable, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* EMSegmentTransformToNewFormat    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/EncodeSEG|EncodeSEG]]    &amp;lt;small&amp;gt;(cli)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/Endoscopy|Endoscopy]]    &amp;lt;small&amp;gt;(scripted, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org EnhanceFissuresInImage]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org EvaluateLungLobeSegmentationResults]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org ExecuteSystemCommand]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerRT|ExternalBeamPlanning]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerRT|SlicerRT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org ExtractChestLabelMap]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org ExtractFissureBoundaryFromLobeMap]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org ExtractParticlesFromChestRegionChestType]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/ExtractSkeleton|ExtractSkeleton]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/FastGrowCut|FastGrowCut]]    &amp;lt;small&amp;gt;(loadable, bundled in [https://www.slicer.org/slicerWiki/index.php/Documentation/4.3/Modules/FastGrowCut FastGrowCutEffect] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://wiki.slicer.org/slicerWiki/index.php/Documentation/Nightly/Modules/CarreraSliceInteractiveSegmenter FastGrowCutSegmenter]    &amp;lt;small&amp;gt;(loadable, bundled in [http://wiki.slicer.org/slicerWiki/index.php/Documentation/Nightly/Modules/CarreraSliceInteractiveSegmenter CarreraSlice] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/FiberBundleLabelSelect|FiberBundleLabelSelect]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/SlicerDMRI|SlicerDMRI]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/FiberBundleToLabelMap|FiberBundleToLabelMap]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SlicerDMRI|SlicerDMRI]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/FiberTractMeasurements|FiberTractMeasurements]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/SlicerDMRI|SlicerDMRI]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/FiducialRegistration|FiducialRegistration]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerIGT|FiducialRegistrationWizard]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerIGT|SlicerIGT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerIGT|FiducialsToModelRegistration]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SlicerIGT|SlicerIGT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Modules/FilmDosimetry FilmDosimetryAnalysis]    &amp;lt;small&amp;gt;(scripted, bundled in [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Modules/FilmDosimetry FilmDosimetryAnalysis] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org FilterAirwayParticleData]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org FilterConnectedComponents]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org FilterFissureParticleData]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org FilterVesselParticleData]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org FindPatchMatch]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org FitLobeSurfaceModelsToParticleData]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/GaussianBlurImageFilter|GaussianBlurImageFilter]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Modules/GelDosimetry GelDosimetryAnalysis]    &amp;lt;small&amp;gt;(scripted, bundled in [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Modules/GelDosimetry GelDosimetryAnalysis] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Modules/GelDosimetry GelDosimetryAnalysisAlgo]    &amp;lt;small&amp;gt;(loadable, bundled in [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Modules/GelDosimetry GelDosimetryAnalysis] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org GenerateAtlasConvexHull]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org GenerateBinaryThinning3D]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org GenerateDistanceMapFromLabelMap]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org GenerateImageSubVolumes]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org GenerateLesionSegmentation]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org GenerateLobeSurfaceModels]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org GenerateMedianFilteredImage]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org GenerateModel]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org GenerateNLMFilteredImage]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org GenerateOtsuLungCast]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org GenerateOverlayImages]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org GenerateParenchymaPhenotypes]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org GeneratePartialLungLabelMap]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org GenerateSimpleLungMask]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org GenerateStenciledLabelMapFromParticles]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org GetStructuresInLabelMap]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org GetTransformationKappa]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org GetTransformationKappa2D]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org GetTransformationSimilarityMetric]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/GradientAnisotropicDiffusion|GradientAnisotropicDiffusion]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://publish.uwo.ca/~dchen285/GraphCutSegment/GraphCutSegment.html GraphCutInteractiveSegmenter]    &amp;lt;small&amp;gt;(loadable, bundled in [http://publish.uwo.ca/~dchen285/GraphCutSegment/GraphCutSegment.html GraphCutSegment] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org GraphCutsOptimization]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/GrayscaleFillHoleImageFilter|GrayscaleFillHoleImageFilter]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/GrayscaleGrindPeakImageFilter|GrayscaleGrindPeakImageFilter]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/GrayscaleModelMaker|GrayscaleModelMaker]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/Growing|Growing]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/CMFreg|CMFreg]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/GyroGuide|GyroGuide]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/GyroGuide|GyroGuide]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/HeterogeneityCAD|HeterogeneityCAD]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/OpenCAD|OpenCAD]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/HistogramMatching|HistogramMatching]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/IASEM|IASEMImport]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/IASEM|IASEM]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/IASEM|IASEMImportSeries]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/IASEM|IASEM]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/iGyne|iGyne]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/iGyne|iGyne]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/ImageLabelCombine|ImageLabelCombine]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/IntensityDifferenceMetric|IntensityDifferenceMetric]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/ChangeTracker|ChangeTracker]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/IntensitySegmenter|IntensitySegmenter]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/IntensitySegmenter|IntensitySegmenter]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* IslandRemoval    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/Isodose|Isodose]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerRT|SlicerRT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/DCMQI|itkimage2paramap]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/DCMQI|DCMQI]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/DCMQI|itkimage2segimage]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/DCMQI|DCMQI]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://wiki.slicer.org/slicerWiki/index.php/Documentation/Nightly/Modules/CarreraSliceInteractiveSegmenter KUtil]    &amp;lt;small&amp;gt;(scripted, bundled in [http://wiki.slicer.org/slicerWiki/index.php/Documentation/Nightly/Modules/CarreraSliceInteractiveSegmenter CarreraSlice] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/LabelAddition|LabelAddition]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/CMFreg|CMFreg]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/LabelExtraction|LabelExtraction]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/CMFreg|CMFreg]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org LabelMapFromRegionAndTypePoints]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/LabelMapSmoothing|LabelMapSmoothing]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/IASEM|LabelObjectStatistics]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/IASEM|IASEM]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org LabelParticlesByChestRegionChestType]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/LabelStatistics|LabelStatistics]]    &amp;lt;small&amp;gt;(scripted, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/LandmarkRegistration|LandmarkRegistration]]    &amp;lt;small&amp;gt;(scripted, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/LAScarSegmenter|LAScarSegmenter]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/LAScarSegmenter|LAScarSegmenter]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/LASegmentationWorkflow|LASegmentationWorkflow]]    &amp;lt;small&amp;gt;(scripted, bundled in [http://capulet.med.utah.edu/namic/cmrslicer/ Cardiac_MRI_Toolkit] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://slicer.vmtk.org/ LevelSetSegmentation]    &amp;lt;small&amp;gt;(scripted, bundled in [http://slicer.vmtk.org/ VMTK] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/MarginCalculator|MarginCalculator]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/MarginCalculator|MarginCalculator]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/Markups|Markups]]    &amp;lt;small&amp;gt;(loadable, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerIGT|MarkupsToModel]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerIGT|SlicerIGT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/MaskCreation|MaskCreation]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/CMFreg|CMFreg]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org MaskOutLabelMapStructures]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/MaskScalarVolume|MaskScalarVolume]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/MedianImageFilter|MedianImageFilter]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org MergeChestLabelMaps]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/MergeModels|MergeModels]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org MergeParticleDataSets]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/MeshStatistics|MeshStatistics]]    &amp;lt;small&amp;gt;(scripted, bundled in [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Extensions/MeshStatistics MeshStatisticsExtension] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/MeshToLabelMap|MeshToLabelMap]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/MeshToLabelMap|MeshToLabelMap]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/Sequences|MetafileImporter]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/Sequences|Sequences]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/ModelMaker|ModelMaker]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerIGT|ModelRegistration]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SlicerIGT|SlicerIGT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/Models|Models]]    &amp;lt;small&amp;gt;(loadable, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/ModelToLabelMap|ModelToLabelMap]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/ModelToModelDistance|ModelToModelDistance]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/ModelToModelDistance|ModelToModelDistance]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/mpReview|mpReview]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/mpReview|mpReview]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/mpReview|mpReviewPreprocessor]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/mpReview|mpReview]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/MultiplyScalarVolumes|MultiplyScalarVolumes]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/MultiVolumeExplorer|MultiVolumeExplorer]]    &amp;lt;small&amp;gt;(loadable, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/MultiVolumeImporter|MultiVolumeImporter]]    &amp;lt;small&amp;gt;(scripted, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/N4ITKBiasFieldCorrection|N4ITKBiasFieldCorrection]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/NeedleFinder|NeedleFinder]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/NeedleFinder|NeedleFinder]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/NonGrowing|NonGrowing]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/CMFreg|CMFreg]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerOpenCV|OpenCV]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerOpenCV|SlicerOpenCV]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/OpenIGTLinkIF|OpenIGTLinkIF]]    &amp;lt;small&amp;gt;(loadable, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/OpenIGTLinkRemote|OpenIGTLinkRemote]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerIGT|SlicerIGT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/OrientScalarVolume|OrientScalarVolume]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/DCMQI|paramap2itkimage]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/DCMQI|DCMQI]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org ParticlesDisplay]    &amp;lt;small&amp;gt;(loadable, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/PathExplorer|PathExplorer]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerIGT|SlicerIGT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/PBNRR|PBNRR]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/PBNRR|PBNRR]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* PerformMetricTest    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org PerformMorphological]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/PerkEvaluator|PerkEvaluator]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/PerkTutor|PerkTutor]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org PerturbParticles]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/PET-IndiC|PETIndiC]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/PET-IndiC|PET-IndiC]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/PETLiverUptakeMeasurement|PETLiverUptakeMeasurement]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/PETLiverUptakeMeasurement|PETLiverUptakeMeasurement]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/PETStandardUptakeValueComputation|PETStandardUptakeValueComputation]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/LongitudinalPETCT|PETSUVImageMaker]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/LongitudinalPETCT|LongitudinalPETCT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/PETTumorSegmentation|PETTumorSegmentation]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/PETTumorSegmentation|PETTumorSegmentation]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerHeart|Philips4dUsDicomPatcher]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SlicerHeart|SlicerHeart]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/PickAndPaint|PickAndPaint]]    &amp;lt;small&amp;gt;(scripted, bundled in [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Extensions/PickAndPaint PickAndPaintExtension] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerIGT|PivotCalibration]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerIGT|SlicerIGT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/PkModeling|PkModeling]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/PkModeling|PkModeling]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerRT|PlanarImage]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerRT|SlicerRT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerRT|plastimatch_slicer_bspline]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/SlicerRT|SlicerRT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerRT|plastimatch_slicer_landwarp]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/SlicerRT|SlicerRT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerRT|PlastimatchPy]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerRT|SlicerRT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerRT|PlmRegister]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SlicerRT|SlicerRT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerIGT|PlusModelCatalogBrowser]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SlicerIGT|SlicerIGT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/PlusRemote|PlusRemote]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SlicerIGT|SlicerIGT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/ProbeVolumeWithModel|ProbeVolumeWithModel]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/PerkTutor|PythonMetricsCalculator]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/PerkTutor|PerkTutor]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/Q3DC|Q3DC]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/Q3DC|Q3DC]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/QuadEdgeSurfaceMesher|QuadEdgeSurfaceMesher]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/SlicerProstate|SlicerProstate]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org QualityControl]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/QuantitativeIndicesCLI|QuantitativeIndicesCLI]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/PET-IndiC|PET-IndiC]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/QuantitativeIndicesTool|QuantitativeIndicesTool]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/PET-IndiC|PET-IndiC]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/QuantitativeReporting|QuantitativeReporting]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/QuantitativeReporting|QuantitativeReporting]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerPathology|QuickTCGA]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerPathology|SlicerPathology]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org ReadDicomWriteTags]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org ReadNRRDsWriteVTK]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org ReadVidaWriteCIP]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org ReadVTKWriteNRRDs]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org ReadWriteImageData]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org ReadWriteRegionAndTypePoints]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/Reformat|Reformat]]    &amp;lt;small&amp;gt;(loadable, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org RegionType]    &amp;lt;small&amp;gt;(loadable, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org RegionTypeLocationsToROIVolume]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org RegisterCT]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org RegisterLabelMaps]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org RegisterLungAtlas]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org RemapLabelMap]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org RemoveChestTypeFromLabelMapUsingParticles]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org RemoveParticlesFromParticlesDataSet]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org ResampleCT]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/ResampleDTIlogEuclidean|ResampleDTIlogEuclidean]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/ResampleDTIlogEuclidean|ResampleDTIlogEuclidean]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/ResampleDTIVolume|ResampleDTIVolume]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org ResampleLabelMap]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/ResampleScalarVectorDWIVolume|ResampleScalarVectorDWIVolume]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org RescaleLabelMap]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/ResectionVolume|ResectionVolume]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/ResectionPlanner|ResectionPlanner]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/ROBEXBrainExtraction|ROBEXBrainExtraction]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/ROBEXBrainExtraction|ROBEXBrainExtraction]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/RobustStatisticsSegmenter|RobustStatisticsSegmenter]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/SampleData|SampleData]]    &amp;lt;small&amp;gt;(scripted, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [https://kitwaremedical.github.io/SlicerITKUltrasoundDoc/ ScanConvertCurvilinearArray]    &amp;lt;small&amp;gt;(cli, bundled in [https://kitwaremedical.github.io/SlicerITKUltrasoundDoc/ SlicerITKUltrasound] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [https://kitwaremedical.github.io/SlicerITKUltrasoundDoc/ ScanConvertPhasedArray3D]    &amp;lt;small&amp;gt;(cli, bundled in [https://kitwaremedical.github.io/SlicerITKUltrasoundDoc/ SlicerITKUltrasound] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [https://kitwaremedical.github.io/SlicerITKUltrasoundDoc/ ScanConvertSliceSeries]    &amp;lt;small&amp;gt;(cli, bundled in [https://kitwaremedical.github.io/SlicerITKUltrasoundDoc/ SlicerITKUltrasound] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/ScarVisualization|ScarVisualization]]    &amp;lt;small&amp;gt;(scripted, bundled in [http://capulet.med.utah.edu/namic/cmrslicer/ Cardiac_MRI_Toolkit] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/ScatteredTransform|ScatteredTransform]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/ScatteredTransform|ScatteredTransform]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/SceneViews|SceneViews]]    &amp;lt;small&amp;gt;(loadable, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/ScreenCapture|ScreenCapture]]    &amp;lt;small&amp;gt;(scripted, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/SEG2NRRD|SEG2NRRD]]    &amp;lt;small&amp;gt;(cli)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/DCMQI|segimage2itkimage]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/DCMQI|DCMQI]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/Segmentations|Segmentations]]    &amp;lt;small&amp;gt;(loadable, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/SegmentationSmoothing|SegmentationSmoothing]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/SlicerProstate|SlicerProstate]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/SegmentCAD|SegmentCAD]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/OpenCAD|OpenCAD]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/SegmentComparison|SegmentComparison]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerRT|SlicerRT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/SegmentEditor|SegmentEditor]]    &amp;lt;small&amp;gt;(scripted, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [https://github.com/lassoan/SlicerSegmentEditorExtraEffects SegmentEditorFastMarching]    &amp;lt;small&amp;gt;(scripted, bundled in [https://github.com/lassoan/SlicerSegmentEditorExtraEffects SegmentEditorExtraEffects] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [https://github.com/lassoan/SlicerSegmentEditorExtraEffects SegmentEditorFloodFilling]    &amp;lt;small&amp;gt;(scripted, bundled in [https://github.com/lassoan/SlicerSegmentEditorExtraEffects SegmentEditorExtraEffects] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [https://github.com/lassoan/SlicerSegmentEditorExtraEffects SegmentEditorWatershed]    &amp;lt;small&amp;gt;(scripted, bundled in [https://github.com/lassoan/SlicerSegmentEditorExtraEffects SegmentEditorExtraEffects] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org SegmentLungAirways]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org SegmentLungLobes]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/SegmentMorphology|SegmentMorphology]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerRT|SlicerRT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* SegmentStatistics    &amp;lt;small&amp;gt;(scripted, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/Sequences|SequenceBrowser]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/Sequences|Sequences]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/Sequences|Sequences]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/Sequences|Sequences]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/ShapeQuantifier|ShapeQuantifier]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/ShapeQuantifier|ShapeQuantifier]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/ShapeQuantifier|ShapeQuantifierCore]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/ShapeQuantifier|ShapeQuantifier]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerPathology|ShortCutCore]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerPathology|SlicerPathology]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/SimpleFilters|SimpleFilters]]    &amp;lt;small&amp;gt;(scripted, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/SimpleRegionGrowingSegmentation|SimpleRegionGrowingSegmentation]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/SkullStripper|SkullStripper]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/SkullStripper|SkullStripper]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/SlicerAstroDataProbe|SlicerAstroDataProbe]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SlicerAstro|SlicerAstro]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerPathology|SlicerPathology]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SlicerPathology|SlicerPathology]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/SlicerToKiwiExporter|SlicerToKiwiExporter]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SlicerToKiwiExporter|SlicerToKiwiExporter]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SliceTracker|SliceTracker]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SliceTracker|SliceTracker]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SliceTracker|SliceTrackerRegistration]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SliceTracker|SliceTracker]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SliceTracker|SliceTrackerZFrameRegistration]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SliceTracker|SliceTracker]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/SobolevSegmenter|SobolevSegmenter]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/SobolevSegmenter|SobolevSegmenter]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/IASEM|SpacingAwareCurvatureDiffusion]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/IASEM|IASEM]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/SpinalCurvatureMeasurement|SpinalCurvatureMeasurement]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/Scoliosis|Scoliosis]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org SplitLeftLungRightLung]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/SubjectHierarchy|SubjectHierarchy]]    &amp;lt;small&amp;gt;(loadable, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/SubtractScalarVolumes|SubtractScalarVolumes]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/SurfaceRegistration|SurfaceRegistration]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/CMFreg|CMFreg]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/SurfaceToolbox|SurfaceToolbox]]    &amp;lt;small&amp;gt;(scripted, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/SUVFactorCalculator|SUVFactorCalculator]]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Extensions/PETDICOM PETDICOMExtension] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/SwissSkullStripper|SwissSkullStripper]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/SwissSkullStripper|SwissSkullStripper]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/MarginCalculator|SyntheticRTDose]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/MarginCalculator|MarginCalculator]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/T1Mapping|T1Mapping]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/T1Mapping|T1Mapping]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/Tables|Tables]]    &amp;lt;small&amp;gt;(loadable, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/TCIABrowser|TCIABrowser]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/TCIABrowser|TCIABrowser]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* Terminologies    &amp;lt;small&amp;gt;(loadable, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerIGT|TextureModel]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SlicerIGT|SlicerIGT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/ThresholdScalarVolume|ThresholdScalarVolume]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/DCMQI|tid1500reader]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/DCMQI|DCMQI]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/DCMQI|tid1500writer]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/DCMQI|DCMQI]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/TrackerStabilizer|TrackerStabilizer]]    &amp;lt;small&amp;gt;(loadable, bundled in [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Extensions/TrackerStabilizer TrackerStabilizer] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/TractographyDisplay|TractographyDisplay]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerDMRI|SlicerDMRI]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/TractographyInteractiveSeeding|TractographyInteractiveSeeding]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerDMRI|SlicerDMRI]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/TractographyLabelMapSeeding|TractographyLabelMapSeeding]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/SlicerDMRI|SlicerDMRI]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org TransferRegionAndTypeIndicesToFromPoints]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerIGT|TransformFusion]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerIGT|SlicerIGT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/TransformRecorder|TransformRecorder]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/PerkTutor|PerkTutor]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/Transforms|Transforms]]    &amp;lt;small&amp;gt;(loadable, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/UKFTractography|UKFTractography]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/UKFTractography|UKFTractography]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerIGT|UltrasoundSnapshots]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerIGT|SlicerIGT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/Units|Units]]    &amp;lt;small&amp;gt;(loadable, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerHeart|ValveView]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SlicerHeart|SlicerHeart]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* VBRAINSDemonWarp    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/VectorToScalarVolume|VectorToScalarVolume]]    &amp;lt;small&amp;gt;(scripted, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://slicer.vmtk.org/ VesselnessFiltering]    &amp;lt;small&amp;gt;(scripted, bundled in [http://slicer.vmtk.org/ VMTK] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerRT|VffFileReader]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerRT|SlicerRT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/ViewControllers|ViewControllers]]    &amp;lt;small&amp;gt;(loadable, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerIGT|Viewpoint]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SlicerIGT|SlicerIGT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/VirtualReality|VirtualReality]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerVirtualReality|SlicerVirtualReality]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SliceTracker|VolumeClipToLabel]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SliceTracker|SliceTracker]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/VolumeClip|VolumeClipWithModel]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/VolumeClip|VolumeClip]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/VolumeClip|VolumeClipWithRoi]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/VolumeClip|VolumeClip]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/VolumeRendering|VolumeRendering]]    &amp;lt;small&amp;gt;(loadable, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/VolumeResliceDriver|VolumeResliceDriver]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerIGT|SlicerIGT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/Volumes|Volumes]]    &amp;lt;small&amp;gt;(loadable, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/VotingBinaryHoleFillingImageFilter|VotingBinaryHoleFillingImageFilter]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerDMRI|VTK_to_DICOMTract]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/SlicerDMRI|SlicerDMRI]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [https://github.com/Tomnl/Slicer-Wasp Wasp]    &amp;lt;small&amp;gt;(scripted, bundled in [https://github.com/Tomnl/Slicer-Wasp Wasp] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/Watchdog|Watchdog]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerIGT|SlicerIGT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/Welcome|Welcome]]    &amp;lt;small&amp;gt;(loadable, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/WindowLevelEffect|WindowLevelEffect]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/WindowLevelEffect|WindowLevelEffect]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/WorkflowSegmentation|WorkflowSegmentation]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/PerkTutor|PerkTutor]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/XNATSlicer|XnatSlicer]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/XNATSlicer|XNATSlicer]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SliceTracker|ZFrameCalibration]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/SliceTracker|SliceTracker]] extension)&amp;lt;/small&amp;gt;&lt;/div&gt;</summary>
		<author><name>Davide</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/ModuleExtensionListing&amp;diff=58984</id>
		<title>Documentation/Nightly/ModuleExtensionListing</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/ModuleExtensionListing&amp;diff=58984"/>
		<updated>2018-05-17T16:29:05Z</updated>

		<summary type="html">&lt;p&gt;Davide: /* Astronomy */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;noinclude&amp;gt;{{:Documentation/Nightly/ModuleExtensionListing/TOC}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
= Modules by category =&lt;br /&gt;
46 categories:&lt;br /&gt;
* [[#Modules_by_category_Astronomy|Astronomy]]&lt;br /&gt;
* [[#Modules_by_category_Cardiac|Cardiac]]&lt;br /&gt;
* [[#Modules_by_category_Cardiac_MRI_Toolkit|Cardiac MRI Toolkit]]&lt;br /&gt;
* [[#Modules_by_category_Chest_Imaging_Platform|Chest Imaging Platform]]&lt;br /&gt;
** [[#Modules_by_category_Chest_Imaging_Platform_Toolkit|Toolkit]]&lt;br /&gt;
*** [[#Modules_by_category_Toolkit_Particles|Particles]]&lt;br /&gt;
*** [[#Modules_by_category_Toolkit_Processing|Processing]]&lt;br /&gt;
*** [[#Modules_by_category_Toolkit_Quantification|Quantification]]&lt;br /&gt;
*** [[#Modules_by_category_Toolkit_Registration|Registration]]&lt;br /&gt;
*** [[#Modules_by_category_Toolkit_Segmentation|Segmentation]]&lt;br /&gt;
*** [[#Modules_by_category_Toolkit_Utils|Utils]]&lt;br /&gt;
* [[#Modules_by_category_CIP|CIP]]&lt;br /&gt;
* [[#Modules_by_category_Converters|Converters]]&lt;br /&gt;
* [[#Modules_by_category_Developer_Tools|Developer Tools]]&lt;br /&gt;
** [[#Modules_by_category_Developer_Tools_DICOM_Plugins|DICOM Plugins]]&lt;br /&gt;
** [[#Modules_by_category_Developer_Tools_Editor_Extensions|Editor Extensions]]&lt;br /&gt;
** [[#Modules_by_category_Developer_Tools_Matlab|Matlab]]&lt;br /&gt;
** [[#Modules_by_category_Developer_Tools_Segment_Editor_Extensions|Segment Editor Extensions]]&lt;br /&gt;
** [[#Modules_by_category_Developer_Tools_Utils|Utils]]&lt;br /&gt;
* [[#Modules_by_category_Diffusion|Diffusion]]&lt;br /&gt;
** [[#Modules_by_category_Diffusion_Diffusion_Data_Conversion|Diffusion Data Conversion]]&lt;br /&gt;
** [[#Modules_by_category_Diffusion_Diffusion_Tensor_Images|Diffusion Tensor Images]]&lt;br /&gt;
** [[#Modules_by_category_Diffusion_Diffusion_Weighted_Images|Diffusion Weighted Images]]&lt;br /&gt;
** [[#Modules_by_category_Diffusion_Import_and_Export|Import and Export]]&lt;br /&gt;
** [[#Modules_by_category_Diffusion_Process|Process]]&lt;br /&gt;
** [[#Modules_by_category_Diffusion_Quantify|Quantify]]&lt;br /&gt;
** [[#Modules_by_category_Diffusion_Tractography|Tractography]]&lt;br /&gt;
*** [[#Modules_by_category_Tractography_Region-based|Region-based]]&lt;br /&gt;
** [[#Modules_by_category_Diffusion_Utilities|Utilities]]&lt;br /&gt;
* [[#Modules_by_category_Editor_Effects|Editor Effects]]&lt;br /&gt;
* [[#Modules_by_category_EditorEffect|EditorEffect]]&lt;br /&gt;
* [[#Modules_by_category_Endoscopy|Endoscopy]]&lt;br /&gt;
* [[#Modules_by_category_Examples|Examples]]&lt;br /&gt;
* [[#Modules_by_category_Exporter|Exporter]]&lt;br /&gt;
* [[#Modules_by_category_Filter|Filter]]&lt;br /&gt;
* [[#Modules_by_category_Filtering|Filtering]]&lt;br /&gt;
** [[#Modules_by_category_Filtering_Arithmetic|Arithmetic]]&lt;br /&gt;
** [[#Modules_by_category_Filtering_Denoising|Denoising]]&lt;br /&gt;
** [[#Modules_by_category_Filtering_Morphology|Morphology]]&lt;br /&gt;
* [[#Modules_by_category_IGT|IGT]]&lt;br /&gt;
* [[#Modules_by_category_Informatics|Informatics]]&lt;br /&gt;
** [[#Modules_by_category_Informatics_Converters|Converters]]&lt;br /&gt;
* [[#Modules_by_category_Legacy|Legacy]]&lt;br /&gt;
** [[#Modules_by_category_Legacy_Converters|Converters]]&lt;br /&gt;
** [[#Modules_by_category_Legacy_Filtering|Filtering]]&lt;br /&gt;
** [[#Modules_by_category_Legacy_Registration|Registration]]&lt;br /&gt;
** [[#Modules_by_category_Legacy_Work_in_Progress|Work in Progress]]&lt;br /&gt;
*** [[#Modules_by_category_Work_in_Progress_Diffusion_Tensor|Diffusion Tensor]]&lt;br /&gt;
**** [[#Modules_by_category_Diffusion_Tensor_Test|Test]]&lt;br /&gt;
* [[#Modules_by_category_Libraries|Libraries]]&lt;br /&gt;
* [[#Modules_by_category_Machine_Learning|Machine Learning]]&lt;br /&gt;
* [[#Modules_by_category_Margin_Calculator|Margin Calculator]]&lt;br /&gt;
* [[#Modules_by_category_Mesh_Generation|Mesh Generation]]&lt;br /&gt;
* [[#Modules_by_category_MeshGeneration|MeshGeneration]]&lt;br /&gt;
* [[#Modules_by_category_Microscopy|Microscopy]]&lt;br /&gt;
* [[#Modules_by_category_MultiVolume_Support|MultiVolume Support]]&lt;br /&gt;
* [[#Modules_by_category_Pathology|Pathology]]&lt;br /&gt;
* [[#Modules_by_category_Perk_Tutor|Perk Tutor]]&lt;br /&gt;
* [[#Modules_by_category_Plastimatch|Plastimatch]]&lt;br /&gt;
** [[#Modules_by_category_Plastimatch_Registration|Registration]]&lt;br /&gt;
** [[#Modules_by_category_Plastimatch_Utilities|Utilities]]&lt;br /&gt;
* [[#Modules_by_category_Quantification|Quantification]]&lt;br /&gt;
** [[#Modules_by_category_Quantification_ChangeQuantification|ChangeQuantification]]&lt;br /&gt;
* [[#Modules_by_category_Radiology|Radiology]]&lt;br /&gt;
* [[#Modules_by_category_Radiotherapy|Radiotherapy]]&lt;br /&gt;
* [[#Modules_by_category_Registration|Registration]]&lt;br /&gt;
** [[#Modules_by_category_Registration_CMF_Registration|CMF Registration]]&lt;br /&gt;
*** [[#Modules_by_category_CMF_Registration_Voxelbase_Registration|Voxelbase Registration]]&lt;br /&gt;
** [[#Modules_by_category_Registration_Label_Registration|Label Registration]]&lt;br /&gt;
** [[#Modules_by_category_Registration_Specialized|Specialized]]&lt;br /&gt;
* [[#Modules_by_category_Segmentation|Segmentation]]&lt;br /&gt;
** [[#Modules_by_category_Segmentation_Specialized|Specialized]]&lt;br /&gt;
* [[#Modules_by_category_Sequences|Sequences]]&lt;br /&gt;
* [[#Modules_by_category_Slicelets|Slicelets]]&lt;br /&gt;
* [[#Modules_by_category_SlicerProstate|SlicerProstate]]&lt;br /&gt;
* [[#Modules_by_category_Surface_Models|Surface Models]]&lt;br /&gt;
* [[#Modules_by_category_TestCases|TestCases]]&lt;br /&gt;
* [[#Modules_by_category_Testing|Testing]]&lt;br /&gt;
** [[#Modules_by_category_Testing_IGT_Tests|IGT Tests]]&lt;br /&gt;
** [[#Modules_by_category_Testing_SlicerRT_Tests|SlicerRT Tests]]&lt;br /&gt;
** [[#Modules_by_category_Testing_TestCases|TestCases]]&lt;br /&gt;
* [[#Modules_by_category_Ultrasound|Ultrasound]]&lt;br /&gt;
* [[#Modules_by_category_Uncategorized|Uncategorized]]&lt;br /&gt;
* [[#Modules_by_category_Utilities|Utilities]]&lt;br /&gt;
** [[#Modules_by_category_Utilities_BRAINS|BRAINS]]&lt;br /&gt;
* [[#Modules_by_category_Vascular_Modeling_Toolkit|Vascular Modeling Toolkit]]&lt;br /&gt;
* [[#Modules_by_category_Virtual_Reality|Virtual Reality]]&lt;br /&gt;
* [[#Modules_by_category_Web_System_Tools|Web System Tools]]&lt;br /&gt;
* [[#Modules_by_category_Wizards|Wizards]]&lt;br /&gt;
* [[#Modules_by_category_XNATSlicer|XNATSlicer]]&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Astronomy'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Astronomy ==&lt;br /&gt;
* [[Documentation/Nightly/Modules/AstroVolume|AstroVolume]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerAstro|SlicerAstro]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/AstroReproject|AstroReproject]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerAstro|SlicerAstro]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/AstroStatistics|AstroStatistics]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerAstro|SlicerAstro]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/AstroMasking|AstroMasking]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerAstro|SlicerAstro]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/AstroSmoothing|AstroSmoothing]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerAstro|SlicerAstro]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/AstroSampleData|AstroSampleData]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SlicerAstro|SlicerAstro]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/AstroProfiles|AstroProfiles]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerAstro|SlicerAstro]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/AstroMomentMaps|AstroMomentMaps]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerAstro|SlicerAstro]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/AstroPVSlice|AstroPVSlice]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerAstro|SlicerAstro]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/AstroPVDiagram|AstroPVDiagram]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerAstro|SlicerAstro]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/AstroModeling|AstroModeling]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerAstro|SlicerAstro]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/AstroWelcome|AstroWelcome]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerAstro|SlicerAstro]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/SlicerAstroDataProbe|SlicerAstroDataProbe]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SlicerAstro|SlicerAstro]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Cardiac'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Cardiac ==&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerHeart|Philips4dUsDicomPatcher]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SlicerHeart|SlicerHeart]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerHeart|ValveView]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SlicerHeart|SlicerHeart]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Cardiac_MRI_Toolkit'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Cardiac MRI Toolkit ==&lt;br /&gt;
* [http://capulet.med.utah.edu/namic/cmrslicer/ CMRToolkitPVAntrumCut]    &amp;lt;small&amp;gt;(cli, bundled in [http://capulet.med.utah.edu/namic/cmrslicer/ Cardiac_MRI_Toolkit] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://capulet.med.utah.edu/namic/cmrslicer/ CMRToolkitBooleanREMOVEFilter]    &amp;lt;small&amp;gt;(cli, bundled in [http://capulet.med.utah.edu/namic/cmrslicer/ Cardiac_MRI_Toolkit] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/LASegmentationWorkflow|LASegmentationWorkflow]]    &amp;lt;small&amp;gt;(scripted, bundled in [http://capulet.med.utah.edu/namic/cmrslicer/ Cardiac_MRI_Toolkit] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://capulet.med.utah.edu/namic/cmrslicer/ CMRToolkitRegistrationBRAINSFit]    &amp;lt;small&amp;gt;(scripted, bundled in [http://capulet.med.utah.edu/namic/cmrslicer/ Cardiac_MRI_Toolkit] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://capulet.med.utah.edu/namic/cmrslicer/ CMRToolkitAutomaticLeftAtrialScar]    &amp;lt;small&amp;gt;(cli, bundled in [http://capulet.med.utah.edu/namic/cmrslicer/ Cardiac_MRI_Toolkit] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://capulet.med.utah.edu/namic/cmrslicer/ CMRToolkitConnectedThresholdFilter]    &amp;lt;small&amp;gt;(cli, bundled in [http://capulet.med.utah.edu/namic/cmrslicer/ Cardiac_MRI_Toolkit] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://capulet.med.utah.edu/namic/cmrslicer/ CMRToolkitWizard]    &amp;lt;small&amp;gt;(scripted, bundled in [http://capulet.med.utah.edu/namic/cmrslicer/ Cardiac_MRI_Toolkit] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://capulet.med.utah.edu/namic/cmrslicer/ CMRToolkitIsolatedConnectedFilter]    &amp;lt;small&amp;gt;(cli, bundled in [http://capulet.med.utah.edu/namic/cmrslicer/ Cardiac_MRI_Toolkit] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://capulet.med.utah.edu/namic/cmrslicer/ CMRToolkitInhomogeneityCorrection]    &amp;lt;small&amp;gt;(cli, bundled in [http://capulet.med.utah.edu/namic/cmrslicer/ Cardiac_MRI_Toolkit] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://capulet.med.utah.edu/namic/cmrslicer/ CMRToolkitAxialDilate]    &amp;lt;small&amp;gt;(cli, bundled in [http://capulet.med.utah.edu/namic/cmrslicer/ Cardiac_MRI_Toolkit] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/ScarVisualization|ScarVisualization]]    &amp;lt;small&amp;gt;(scripted, bundled in [http://capulet.med.utah.edu/namic/cmrslicer/ Cardiac_MRI_Toolkit] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://capulet.med.utah.edu/namic/cmrslicer/ CMRToolkitRegistration]    &amp;lt;small&amp;gt;(scripted, bundled in [http://capulet.med.utah.edu/namic/cmrslicer/ Cardiac_MRI_Toolkit] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://capulet.med.utah.edu/namic/cmrslicer/ CMRToolkitLASegmentationGraphCuts]    &amp;lt;small&amp;gt;(cli, bundled in [http://capulet.med.utah.edu/namic/cmrslicer/ Cardiac_MRI_Toolkit] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Chest_Imaging_Platform'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Chest Imaging Platform ==&lt;br /&gt;
* [http://www.chestimagingplatform.org CIP_MIPViewer]    &amp;lt;small&amp;gt;(scripted, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org CIP_BodyComposition]    &amp;lt;small&amp;gt;(scripted, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org CIP_InteractiveLobeSegmentation]    &amp;lt;small&amp;gt;(scripted, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org CIP_TracheaStentPlanning]    &amp;lt;small&amp;gt;(scripted, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org CIP_LesionModel]    &amp;lt;small&amp;gt;(scripted, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org AirwayInspector]    &amp;lt;small&amp;gt;(loadable, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org CIP_PAARatio]    &amp;lt;small&amp;gt;(scripted, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org CIP_CalciumScoring]    &amp;lt;small&amp;gt;(scripted, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org CIP_ParenchymaAnalysis]    &amp;lt;small&amp;gt;(scripted, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org CIP_ParenchymaSubtypeTraining]    &amp;lt;small&amp;gt;(scripted, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org CIP_PointsLabelling]    &amp;lt;small&amp;gt;(scripted, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Chest_Imaging_Platform_Toolkit'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
=== Toolkit ===&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Toolkit_Particles'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
==== Particles ====&lt;br /&gt;
* [http://www.chestimagingplatform.org ExtractParticlesFromChestRegionChestType]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org FilterVesselParticleData]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org RemoveParticlesFromParticlesDataSet]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org PerturbParticles]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org MergeParticleDataSets]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org FilterAirwayParticleData]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org FitLobeSurfaceModelsToParticleData]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org ClassifyFissureParticles]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org GenerateStenciledLabelMapFromParticles]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org FilterFissureParticleData]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Toolkit_Processing'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
==== Processing ====&lt;br /&gt;
* [http://www.chestimagingplatform.org ResampleLabelMap]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org RescaleLabelMap]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org GenerateMedianFilteredImage]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org LabelMapFromRegionAndTypePoints]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org CropLung]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org GenerateNLMFilteredImage]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org RemoveChestTypeFromLabelMapUsingParticles]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org GenerateAtlasConvexHull]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org RemapLabelMap]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org ComputeFissureFeatureVectors]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org GenerateLobeSurfaceModels]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org FilterConnectedComponents]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org ExtractChestLabelMap]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org PerformMorphological]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org ExtractFissureBoundaryFromLobeMap]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org EnhanceFissuresInImage]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org GraphCutsOptimization]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org GenerateDistanceMapFromLabelMap]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org ResampleCT]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org ComputeFeatureStrength]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org ComputeDistanceMap]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org QualityControl]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org GenerateImageSubVolumes]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Toolkit_Quantification'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
==== Quantification ====&lt;br /&gt;
* [http://www.chestimagingplatform.org EvaluateLungLobeSegmentationResults]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org GetTransformationKappa]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org ReadWriteImageData]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org ComputeIntensityStatistics]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org ComputeCrossSectionalArea]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org GenerateParenchymaPhenotypes]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org LabelParticlesByChestRegionChestType]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org GetTransformationSimilarityMetric]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org GetTransformationKappa2D]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Toolkit_Registration'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
==== Registration ====&lt;br /&gt;
*[[:Category:Documentation/Nightly/Modules/Registration|Introduction to Registration]] &amp;lt;small&amp;gt;(by Dominik Meier)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org RegisterLungAtlas]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org RegisterLabelMaps]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org RegisterCT]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Toolkit_Segmentation'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Segmentation ====&lt;br /&gt;
* [http://www.chestimagingplatform.org GenerateOtsuLungCast]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org SegmentLungAirways]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org SegmentLungLobes]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org GeneratePartialLungLabelMap]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org GenerateSimpleLungMask]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org SplitLeftLungRightLung]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org GenerateBinaryThinning3D]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org GenerateLesionSegmentation]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Toolkit_Utils'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
==== Utils ====&lt;br /&gt;
* [http://www.chestimagingplatform.org ConvertDicom]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org RegionTypeLocationsToROIVolume]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org ReadVTKWriteNRRDs]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org GenerateModel]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org GenerateOverlayImages]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org ExecuteSystemCommand]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org GetStructuresInLabelMap]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org FindPatchMatch]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org ConvertChestRegionChestTypeToLabelMapValue]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org MaskOutLabelMapStructures]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org ReadNRRDsWriteVTK]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org ConvertLabelMapValueToChestRegionChestType]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org ReadWriteRegionAndTypePoints]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org MergeChestLabelMaps]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org ReadVidaWriteCIP]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org ReadDicomWriteTags]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org TransferRegionAndTypeIndicesToFromPoints]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_CIP'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== CIP ==&lt;br /&gt;
* [http://www.chestimagingplatform.org CIP_]    &amp;lt;small&amp;gt;(scripted, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org CIP_Common]    &amp;lt;small&amp;gt;(scripted, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Converters'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Converters ==&lt;br /&gt;
* [[Documentation/Nightly/Modules/QuadEdgeSurfaceMesher|QuadEdgeSurfaceMesher]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/SlicerProstate|SlicerProstate]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/CropVolume|CropVolume]]    &amp;lt;small&amp;gt;(loadable, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/OrientScalarVolume|OrientScalarVolume]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/UKFTractography|ConvertVTK]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/UKFTractography|UKFTractography]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/VectorToScalarVolume|VectorToScalarVolume]]    &amp;lt;small&amp;gt;(scripted, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/CreateDICOMSeries|CreateDICOMSeries]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org ParticlesDisplay]    &amp;lt;small&amp;gt;(loadable, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org RegionType]    &amp;lt;small&amp;gt;(loadable, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Developer_Tools'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Developer Tools ==&lt;br /&gt;
* [[Documentation/Nightly/Modules/Cameras|Cameras]]    &amp;lt;small&amp;gt;(loadable, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/ExecutionModelTour|ExecutionModelTour]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/DebuggingTools|NodeModifiedStatistics]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/DebuggingTools|DebuggingTools]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/DebuggingTools|PyDevRemoteDebug]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/DebuggingTools|DebuggingTools]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/ExtensionWizard|ExtensionWizard]]    &amp;lt;small&amp;gt;(scripted, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/DebuggingTools|NodeInfo]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/DebuggingTools|DebuggingTools]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/ImageMaker|ImageMaker]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/ImageMaker|ImageMaker]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/ExtensionStats|ExtensionStats]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/DeveloperToolsForExtensions|DeveloperToolsForExtensions]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/DeveloperToolsForExtensions|DeveloperToolsForExtensions]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/DeveloperToolsForExtensions|DeveloperToolsForExtensions]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/EventBroker|EventBroker]]&lt;br /&gt;
* DoubleArrays    &amp;lt;small&amp;gt;(loadable, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Developer_Tools_DICOM_Plugins'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
=== DICOM Plugins ===&lt;br /&gt;
* DICOMParametricMapPlugin&lt;br /&gt;
* DicomUltrasoundPlugin&lt;br /&gt;
* DICOMSegmentationPlugin&lt;br /&gt;
* DICOMSlicerDataBundlePlugin&lt;br /&gt;
* DICOMTID1500Plugin&lt;br /&gt;
* [[Documentation/Nightly/Modules/DICOMPETSUVPlugin|DICOMPETSUVPlugin]]&lt;br /&gt;
* DICOMScalarVolumePlugin&lt;br /&gt;
* DICOMDiffusionVolumePlugin&lt;br /&gt;
* DICOMLongitudinalPETCTPlugin&lt;br /&gt;
* DicomSroImportPlugin&lt;br /&gt;
* [[Documentation/Nightly/Modules/DICOMRWVMPlugin|DICOMRWVMPlugin]]&lt;br /&gt;
* DicomRtImportExportPlugin&lt;br /&gt;
* MultiVolumeImporterPlugin&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Developer_Tools_Editor_Extensions'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
=== Editor Extensions ===&lt;br /&gt;
* [https://www.slicer.org/slicerWiki/index.php/Documentation/4.3/Modules/FastGrowCut FastGrowCutEffect]    &amp;lt;small&amp;gt;(scripted, bundled in [https://www.slicer.org/slicerWiki/index.php/Documentation/4.3/Modules/FastGrowCut FastGrowCutEffect] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://wiki.slicer.org/slicerWiki/index.php/Documentation/Nightly/Modules/CarreraSliceInteractiveSegmenter CarreraSliceEffect]    &amp;lt;small&amp;gt;(scripted, bundled in [http://wiki.slicer.org/slicerWiki/index.php/Documentation/Nightly/Modules/CarreraSliceInteractiveSegmenter CarreraSlice] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerPathology|QuickTCGAEffect]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SlicerPathology|SlicerPathology]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/PETTumorSegmentationEffect|PETTumorSegmentationEffect]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/PETTumorSegmentation|PETTumorSegmentation]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/IASEM|BinaryWatershedEffect]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/IASEM|IASEM]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/IASEM|DoubleThresholdEffect]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/IASEM|IASEM]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerPathology|ShortCutEffect]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SlicerPathology|SlicerPathology]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Developer_Tools_Matlab'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
=== Matlab ===&lt;br /&gt;
* [[Documentation/Nightly/Modules/MatlabModuleGenerator|MatlabModuleGenerator]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/MatlabBridge|MatlabBridge]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/MatlabCommander|MatlabCommander]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/MatlabBridge|MatlabBridge]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Developer_Tools_Segment_Editor_Extensions'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
=== Segment Editor Extensions ===&lt;br /&gt;
* [[Documentation/Nightly/Extensions/PETTumorSegmentation|SegmentEditorPETTumor]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/PETTumorSegmentation|PETTumorSegmentation]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Developer_Tools_Utils'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
=== Utils ===&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerProstate|SlicerProstate]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SlicerProstate|SlicerProstate]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Diffusion'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Diffusion ==&lt;br /&gt;
* [[Documentation/Nightly/Modules/DMRIInstall|DMRIInstall]]    &amp;lt;small&amp;gt;(scripted, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Diffusion_Diffusion_Data_Conversion'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
=== Diffusion Data Conversion ===&lt;br /&gt;
* DWIConvert    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Diffusion_Diffusion_Tensor_Images'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
=== Diffusion Tensor Images ===&lt;br /&gt;
* [[Documentation/Nightly/Extensions/ResampleDTIlogEuclidean|ResampleDTIlogEuclidean]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/ResampleDTIlogEuclidean|ResampleDTIlogEuclidean]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Diffusion_Diffusion_Weighted_Images'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
=== Diffusion Weighted Images ===&lt;br /&gt;
* BRAINSDWICleanup    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Diffusion_Import_and_Export'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
=== Import and Export ===&lt;br /&gt;
* DWIConvert    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerDMRI|DICOMTract_to_VTK]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/SlicerDMRI|SlicerDMRI]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerDMRI|VTK_to_DICOMTract]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/SlicerDMRI|SlicerDMRI]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Diffusion_Process'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
=== Process ===&lt;br /&gt;
* [[Documentation/Nightly/Modules/DiffusionWeightedVolumeMasking|DiffusionWeightedVolumeMasking]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/SlicerDMRI|SlicerDMRI]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/DWIToDTIEstimation|DWIToDTIEstimation]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/SlicerDMRI|SlicerDMRI]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Diffusion_Quantify'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
=== Quantify ===&lt;br /&gt;
* [[Documentation/Nightly/Modules/DiffusionTensorScalarMeasurements|DiffusionTensorScalarMeasurements]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/SlicerDMRI|SlicerDMRI]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/FiberTractMeasurements|FiberTractMeasurements]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/SlicerDMRI|SlicerDMRI]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Diffusion_Tractography'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
=== Tractography ===&lt;br /&gt;
* [[Documentation/Nightly/Modules/TractographyInteractiveSeeding|TractographyInteractiveSeeding]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerDMRI|SlicerDMRI]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/TractographyDisplay|TractographyDisplay]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerDMRI|SlicerDMRI]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/UKFTractography|UKFTractography]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/UKFTractography|UKFTractography]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Tractography_Region-based'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
==== Region-based ====&lt;br /&gt;
* [[Documentation/Nightly/Modules/TractographyLabelMapSeeding|TractographyLabelMapSeeding]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/SlicerDMRI|SlicerDMRI]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/FiberBundleLabelSelect|FiberBundleLabelSelect]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/SlicerDMRI|SlicerDMRI]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Diffusion_Utilities'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
=== Utilities ===&lt;br /&gt;
* BRAINSDWICleanup    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/ResampleDTIVolume|ResampleDTIVolume]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/FiberBundleToLabelMap|FiberBundleToLabelMap]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SlicerDMRI|SlicerDMRI]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/ResampleScalarVectorDWIVolume|ResampleScalarVectorDWIVolume]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerDMRI|DICOM2FullBrainTractography]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SlicerDMRI|SlicerDMRI]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Editor_Effects'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Editor Effects ==&lt;br /&gt;
* [[Documentation/Nightly/Extensions/WindowLevelEffect|WindowLevelEffect]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/WindowLevelEffect|WindowLevelEffect]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_EditorEffect'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== EditorEffect ==&lt;br /&gt;
* [[Documentation/Nightly/Extensions/PETTumorSegmentation|PETTumorSegmentation]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/PETTumorSegmentation|PETTumorSegmentation]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Endoscopy'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Endoscopy ==&lt;br /&gt;
* [[Documentation/Nightly/Modules/Endoscopy|Endoscopy]]    &amp;lt;small&amp;gt;(scripted, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Examples'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Examples ==&lt;br /&gt;
* [[Documentation/Nightly/Modules/FastGrowCut|FastGrowCut]]    &amp;lt;small&amp;gt;(loadable, bundled in [https://www.slicer.org/slicerWiki/index.php/Documentation/4.3/Modules/FastGrowCut FastGrowCutEffect] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerPathology|QuickTCGA]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerPathology|SlicerPathology]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://wiki.slicer.org/slicerWiki/index.php/Documentation/Nightly/Modules/CarreraSliceInteractiveSegmenter FastGrowCutSegmenter]    &amp;lt;small&amp;gt;(loadable, bundled in [http://wiki.slicer.org/slicerWiki/index.php/Documentation/Nightly/Modules/CarreraSliceInteractiveSegmenter CarreraSlice] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerPathology|ShortCutCore]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerPathology|SlicerPathology]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://publish.uwo.ca/~dchen285/GraphCutSegment/GraphCutSegment.html GraphCutInteractiveSegmenter]    &amp;lt;small&amp;gt;(loadable, bundled in [http://publish.uwo.ca/~dchen285/GraphCutSegment/GraphCutSegment.html GraphCutSegment] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://wiki.slicer.org/slicerWiki/index.php/Documentation/Nightly/Modules/CarreraSliceInteractiveSegmenter CarreraSlice]    &amp;lt;small&amp;gt;(loadable, bundled in [http://wiki.slicer.org/slicerWiki/index.php/Documentation/Nightly/Modules/CarreraSliceInteractiveSegmenter CarreraSlice] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Exporter'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Exporter ==&lt;br /&gt;
* [[Documentation/Nightly/Modules/SlicerToKiwiExporter|SlicerToKiwiExporter]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SlicerToKiwiExporter|SlicerToKiwiExporter]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Filter'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Filter ==&lt;br /&gt;
* IslandRemoval    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Filtering'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Filtering ==&lt;br /&gt;
* [[Documentation/Nightly/Modules/SegmentationSmoothing|SegmentationSmoothing]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/SlicerProstate|SlicerProstate]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/N4ITKBiasFieldCorrection|N4ITKBiasFieldCorrection]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/ImageLabelCombine|ImageLabelCombine]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/VotingBinaryHoleFillingImageFilter|VotingBinaryHoleFillingImageFilter]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/CheckerBoardFilter|CheckerBoardFilter]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/AstroSmoothing|AstroSmoothing]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerAstro|SlicerAstro]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/ExtractSkeleton|ExtractSkeleton]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/SimpleFilters|SimpleFilters]]    &amp;lt;small&amp;gt;(scripted, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/ThresholdScalarVolume|ThresholdScalarVolume]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/HistogramMatching|HistogramMatching]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Filtering_Arithmetic'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
=== Arithmetic ===&lt;br /&gt;
* [[Documentation/Nightly/Modules/MultiplyScalarVolumes|MultiplyScalarVolumes]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/AddScalarVolumes|AddScalarVolumes]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/MaskScalarVolume|MaskScalarVolume]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/SubtractScalarVolumes|SubtractScalarVolumes]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/CastScalarVolume|CastScalarVolume]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/OpenCVExample|BlendVectorVolumes]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/OpenCVExample|OpenCVExample]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Filtering_Denoising'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
=== Denoising ===&lt;br /&gt;
* [[Documentation/Nightly/Modules/CurvatureAnisotropicDiffusion|CurvatureAnisotropicDiffusion]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/GradientAnisotropicDiffusion|GradientAnisotropicDiffusion]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/MedianImageFilter|MedianImageFilter]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/GaussianBlurImageFilter|GaussianBlurImageFilter]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Filtering_Morphology'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
=== Morphology ===&lt;br /&gt;
* [[Documentation/Nightly/Modules/GrayscaleFillHoleImageFilter|GrayscaleFillHoleImageFilter]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/GrayscaleGrindPeakImageFilter|GrayscaleGrindPeakImageFilter]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_IGT'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== IGT ==&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerIGT|Viewpoint]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SlicerIGT|SlicerIGT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/CollectFiducials|CollectFiducials]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerIGT|SlicerIGT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerIGT|TransformFusion]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerIGT|SlicerIGT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/GyroGuide|GyroGuide]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/GyroGuide|GyroGuide]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerIGT|PlusModelCatalogBrowser]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SlicerIGT|SlicerIGT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerIGT|CreateModels]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerIGT|SlicerIGT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/NeedleFinder|NeedleFinder]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/NeedleFinder|NeedleFinder]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/TrackerStabilizer|TrackerStabilizer]]    &amp;lt;small&amp;gt;(loadable, bundled in [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Extensions/TrackerStabilizer TrackerStabilizer] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/PathExplorer|PathExplorer]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerIGT|SlicerIGT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerIGT|UltrasoundSnapshots]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerIGT|SlicerIGT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerIGT|BreachWarning]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerIGT|SlicerIGT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerIGT|FiducialRegistrationWizard]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerIGT|SlicerIGT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerIGT|ModelRegistration]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SlicerIGT|SlicerIGT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/ResectionVolume|ResectionVolume]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/ResectionPlanner|ResectionPlanner]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerIGT|PivotCalibration]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerIGT|SlicerIGT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/VolumeResliceDriver|VolumeResliceDriver]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerIGT|SlicerIGT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/OpenIGTLinkRemote|OpenIGTLinkRemote]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerIGT|SlicerIGT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerIGT|FiducialsToModelRegistration]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SlicerIGT|SlicerIGT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/Watchdog|Watchdog]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerIGT|SlicerIGT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/CornerAnnotation|CornerAnnotation]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/CornerAnnotation|CornerAnnotation]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/OpenIGTLinkIF|OpenIGTLinkIF]]    &amp;lt;small&amp;gt;(loadable, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerIGT|MarkupsToModel]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerIGT|SlicerIGT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/iGyne|iGyne]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/iGyne|iGyne]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/PlusRemote|PlusRemote]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SlicerIGT|SlicerIGT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Informatics'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Informatics ==&lt;br /&gt;
* [[Documentation/Nightly/Extensions/DCMQI|tid1500writer]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/DCMQI|DCMQI]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/mpReview|mpReviewPreprocessor]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/mpReview|mpReview]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/SEG2NRRD|SEG2NRRD]]    &amp;lt;small&amp;gt;(cli)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/TCIABrowser|TCIABrowser]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/TCIABrowser|TCIABrowser]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/DCMQI|segimage2itkimage]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/DCMQI|DCMQI]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/mpReview|mpReview]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/mpReview|mpReview]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/Tables|Tables]]    &amp;lt;small&amp;gt;(loadable, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/Data|Data]]    &amp;lt;small&amp;gt;(loadable, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* DumpSEGFrame    &amp;lt;small&amp;gt;(cli)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/DCMQI|tid1500reader]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/DCMQI|DCMQI]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* Terminologies    &amp;lt;small&amp;gt;(loadable, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/Units|Units]]    &amp;lt;small&amp;gt;(loadable, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/DICOM|DICOM]]    &amp;lt;small&amp;gt;(scripted, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/SampleData|SampleData]]    &amp;lt;small&amp;gt;(scripted, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/Colors|Colors]]    &amp;lt;small&amp;gt;(loadable, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/CurveMaker|CurveMaker]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/CurveMaker|CurveMaker]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/Annotations|Annotations]]    &amp;lt;small&amp;gt;(loadable, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/Markups|Markups]]    &amp;lt;small&amp;gt;(loadable, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/SubjectHierarchy|SubjectHierarchy]]    &amp;lt;small&amp;gt;(loadable, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/QuantitativeReporting|QuantitativeReporting]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/QuantitativeReporting|QuantitativeReporting]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Informatics_Converters'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
=== Converters ===&lt;br /&gt;
* [[Documentation/Nightly/Extensions/DCMQI|itkimage2paramap]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/DCMQI|DCMQI]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/DCMQI|paramap2itkimage]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/DCMQI|DCMQI]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/DCMQI|itkimage2segimage]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/DCMQI|DCMQI]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/EncodeSEG|EncodeSEG]]    &amp;lt;small&amp;gt;(cli)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Legacy'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Legacy ==&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Legacy_Converters'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
=== Converters ===&lt;br /&gt;
* [[Documentation/Nightly/Modules/BSplineToDeformationField|BSplineToDeformationField]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Legacy_Filtering'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
=== Filtering ===&lt;br /&gt;
* [[Documentation/Nightly/Modules/OtsuThresholdImageFilter|OtsuThresholdImageFilter]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/ResampleScalarVolume|ResampleScalarVolume]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Legacy_Registration'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
=== Registration ===&lt;br /&gt;
* TestGridTransformRegistration    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/ExpertAutomatedRegistration|ExpertAutomatedRegistration]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Legacy_Work_in_Progress'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
=== Work in Progress ===&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Work_in_Progress_Diffusion_Tensor'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
==== Diffusion Tensor ====&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Diffusion_Tensor_Test'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
===== Test =====&lt;br /&gt;
* DiffusionTensorTest    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Libraries'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Libraries ==&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerOpenCV|OpenCV]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerOpenCV|SlicerOpenCV]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Machine_Learning'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Machine Learning ==&lt;br /&gt;
* [[Documentation/Nightly/Modules/DeepInfer|DeepInfer]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/DeepInfer|DeepInfer]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Margin_Calculator'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Margin Calculator ==&lt;br /&gt;
* [[Documentation/Nightly/Extensions/MarginCalculator|MarginCalculator]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/MarginCalculator|MarginCalculator]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/MarginCalculator|DoseMorphology]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/MarginCalculator|MarginCalculator]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/MarginCalculator|SyntheticRTDose]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/MarginCalculator|MarginCalculator]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Mesh_Generation'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Mesh Generation ==&lt;br /&gt;
* [[Documentation/Nightly/Extensions/CleaverExtension|CleaverCLI]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/CleaverExtension|CleaverExtension]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_MeshGeneration'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== MeshGeneration ==&lt;br /&gt;
* [[Documentation/Nightly/Modules/BodyCentricCubicMesh|BodyCentricCubicMesh]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/CBC_3D_I2MConversion|CBC_3D_I2MConversion]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Microscopy'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Microscopy ==&lt;br /&gt;
* [[Documentation/Nightly/Extensions/IASEM|IASEMImportSeries]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/IASEM|IASEM]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/IASEM|IASEMImport]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/IASEM|IASEM]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/IASEM|BinShrink]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/IASEM|IASEM]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/IASEM|LabelObjectStatistics]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/IASEM|IASEM]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/IASEM|SpacingAwareCurvatureDiffusion]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/IASEM|IASEM]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_MultiVolume_Support'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== MultiVolume Support ==&lt;br /&gt;
* [[Documentation/Nightly/Modules/MultiVolumeImporter|MultiVolumeImporter]]    &amp;lt;small&amp;gt;(scripted, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/MultiVolumeExplorer|MultiVolumeExplorer]]    &amp;lt;small&amp;gt;(loadable, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Pathology'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Pathology ==&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerPathology|SlicerPathology]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SlicerPathology|SlicerPathology]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Perk_Tutor'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Perk Tutor ==&lt;br /&gt;
* [[Documentation/Nightly/Extensions/PerkTutor|PythonMetricsCalculator]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/PerkTutor|PerkTutor]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/TransformRecorder|TransformRecorder]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/PerkTutor|PerkTutor]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/PerkEvaluator|PerkEvaluator]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/PerkTutor|PerkTutor]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/WorkflowSegmentation|WorkflowSegmentation]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/PerkTutor|PerkTutor]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Plastimatch'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Plastimatch ==&lt;br /&gt;
* [[Documentation/Nightly/Modules/DicomSroExport|DicomSroExport]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SlicerRT|SlicerRT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerRT|PlmRegister]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SlicerRT|SlicerRT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Plastimatch_Registration'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
=== Registration ===&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerRT|plastimatch_slicer_bspline]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/SlicerRT|SlicerRT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerRT|plastimatch_slicer_landwarp]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/SlicerRT|SlicerRT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Plastimatch_Utilities'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
=== Utilities ===&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerRT|PlastimatchPy]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerRT|SlicerRT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Quantification'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Quantification ==&lt;br /&gt;
* [http://slicer.org/slicerWiki/index.php/Documentation/Nightly/Modules/DSC_MRI_Analysis DSCMRIAnalysis]    &amp;lt;small&amp;gt;(cli, bundled in [http://slicer.org/slicerWiki/index.php/Documentation/Nightly/Modules/DSC_MRI_Analysis DSCMRIAnalysis] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/PETLiverUptakeMeasurement|PETLiverUptakeMeasurement]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/PETLiverUptakeMeasurement|PETLiverUptakeMeasurement]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/PET-IndiC|PETIndiC]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/PET-IndiC|PET-IndiC]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/Q3DC|Q3DC]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/Q3DC|Q3DC]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/HeterogeneityCAD|HeterogeneityCAD]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/OpenCAD|OpenCAD]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/ShapeQuantifier|ShapeQuantifier]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/ShapeQuantifier|ShapeQuantifier]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/QuantitativeIndicesCLI|QuantitativeIndicesCLI]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/PET-IndiC|PET-IndiC]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/PETStandardUptakeValueComputation|PETStandardUptakeValueComputation]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/SUVFactorCalculator|SUVFactorCalculator]]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Extensions/PETDICOM PETDICOMExtension] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/SpinalCurvatureMeasurement|SpinalCurvatureMeasurement]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/Scoliosis|Scoliosis]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/QuantitativeIndicesTool|QuantitativeIndicesTool]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/PET-IndiC|PET-IndiC]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* SegmentStatistics    &amp;lt;small&amp;gt;(scripted, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/LabelStatistics|LabelStatistics]]    &amp;lt;small&amp;gt;(scripted, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/MeshStatistics|MeshStatistics]]    &amp;lt;small&amp;gt;(scripted, bundled in [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Extensions/MeshStatistics MeshStatisticsExtension] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/DWModeling|DWModeling]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/SlicerProstate|SlicerProstate]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* BRAINSLabelStats    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/PkModeling|PkModeling]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/PkModeling|PkModeling]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/LongitudinalPETCT|PETSUVImageMaker]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/LongitudinalPETCT|LongitudinalPETCT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/DataProbe|DataProbe]]    &amp;lt;small&amp;gt;(scripted, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/ModelToModelDistance|ModelToModelDistance]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/ModelToModelDistance|ModelToModelDistance]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/T1Mapping|T1Mapping]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/T1Mapping|T1Mapping]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/SlicerAstroDataProbe|SlicerAstroDataProbe]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SlicerAstro|SlicerAstro]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/AnglePlanes|AnglePlanes]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/ShapeQuantifier|ShapeQuantifier]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/dPetBrainQuantification|dPetBrainQuantification]]    &amp;lt;small&amp;gt;(scripted, bundled in [http://gti-fing.github.io/SlicerPetSpectAnalysis PetSpectAnalysis] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/PickAndPaint|PickAndPaint]]    &amp;lt;small&amp;gt;(scripted, bundled in [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Extensions/PickAndPaint PickAndPaintExtension] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/QuantitativeReporting|QuantitativeReporting]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/QuantitativeReporting|QuantitativeReporting]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/DiceComputation|DiceComputation]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/DiceComputation|DiceComputation]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Quantification_ChangeQuantification'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
=== ChangeQuantification ===&lt;br /&gt;
* [[Documentation/Nightly/Modules/IntensityDifferenceMetric|IntensityDifferenceMetric]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/ChangeTracker|ChangeTracker]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Radiology'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Radiology ==&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SliceTracker|SliceTracker]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SliceTracker|SliceTracker]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SliceTracker|SliceTrackerRegistration]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SliceTracker|SliceTracker]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SliceTracker|SliceTrackerZFrameRegistration]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SliceTracker|SliceTracker]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Radiotherapy'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Radiotherapy ==&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerRT|Beams]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerRT|SlicerRT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerRT|DvhComparison]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SlicerRT|SlicerRT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/DoseVolumeHistogram|DoseVolumeHistogram]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerRT|SlicerRT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerRT|DicomRtImportExport]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerRT|SlicerRT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/DoseAccumulation|DoseAccumulation]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerRT|SlicerRT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerRT|ExternalBeamPlanning]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerRT|SlicerRT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/SegmentComparison|SegmentComparison]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerRT|SlicerRT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerRT|PlanarImage]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerRT|SlicerRT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/Isodose|Isodose]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerRT|SlicerRT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/DoseComparison|DoseComparison]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerRT|SlicerRT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/SegmentMorphology|SegmentMorphology]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerRT|SlicerRT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/DicomSroImport|DicomSroImport]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerRT|SlicerRT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Registration'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Registration ==&lt;br /&gt;
* [[Documentation/Nightly/Modules/Transforms|Transforms]]    &amp;lt;small&amp;gt;(loadable, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* BRAINSResize    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* PerformMetricTest    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/LandmarkRegistration|LandmarkRegistration]]    &amp;lt;small&amp;gt;(scripted, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/PBNRR|PBNRR]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/PBNRR|PBNRR]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/BRAINSResample|BRAINSResample]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/BRAINSFit|BRAINSFit]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Registration_CMF_Registration'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
=== CMF Registration ===&lt;br /&gt;
* [[Documentation/Nightly/Extensions/CMFreg|ApplyMatrix]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/CMFreg|CMFreg]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/LabelExtraction|LabelExtraction]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/CMFreg|CMFreg]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/LabelAddition|LabelAddition]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/CMFreg|CMFreg]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/Downsize|Downsize]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/CMFreg|CMFreg]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/SurfaceRegistration|SurfaceRegistration]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/CMFreg|CMFreg]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_CMF_Registration_Voxelbase_Registration'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
==== Voxelbase Registration ====&lt;br /&gt;
* [[Documentation/Nightly/Modules/NonGrowing|NonGrowing]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/CMFreg|CMFreg]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/Growing|Growing]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/CMFreg|CMFreg]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/MaskCreation|MaskCreation]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/CMFreg|CMFreg]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Registration_Label_Registration'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
=== Label Registration ===&lt;br /&gt;
* [[Documentation/Nightly/Modules/DistanceMapBasedRegistration|DistanceMapBasedRegistration]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SlicerProstate|SlicerProstate]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Registration_Specialized'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
=== Specialized ===&lt;br /&gt;
* [[Documentation/Nightly/Modules/ACPCTransform|ACPCTransform]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/FiducialRegistration|FiducialRegistration]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/BRAINSDemonWarp|BRAINSDemonWarp]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/Reformat|Reformat]]    &amp;lt;small&amp;gt;(loadable, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/ScatteredTransform|ScatteredTransform]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/ScatteredTransform|ScatteredTransform]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* VBRAINSDemonWarp    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Segmentation'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Segmentation ==&lt;br /&gt;
* [[Documentation/Nightly/Modules/ROBEXBrainExtraction|ROBEXBrainExtraction]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/ROBEXBrainExtraction|ROBEXBrainExtraction]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* EMSegmentQuick    &amp;lt;small&amp;gt;(loadable, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/VolumeClip|VolumeClipWithModel]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/VolumeClip|VolumeClip]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.nitrc.org/projects/abc ABC]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.nitrc.org/projects/abc ABC] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SliceTracker|VolumeClipToLabel]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SliceTracker|SliceTracker]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Extensions/AirwaySegmentation AirwaySegmentationCLI]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Extensions/AirwaySegmentation AirwaySegmentation] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/LAScarSegmenter|LAScarSegmenter]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/LAScarSegmenter|LAScarSegmenter]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/SegmentEditor|SegmentEditor]]    &amp;lt;small&amp;gt;(scripted, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/AirwaySegmentation|AirwaySegmentation]]    &amp;lt;small&amp;gt;(scripted, bundled in [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Extensions/AirwaySegmentation AirwaySegmentation] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/SkullStripper|SkullStripper]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/SkullStripper|SkullStripper]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [https://github.com/lassoan/SlicerSegmentEditorExtraEffects SegmentEditorFastMarching]    &amp;lt;small&amp;gt;(scripted, bundled in [https://github.com/lassoan/SlicerSegmentEditorExtraEffects SegmentEditorExtraEffects] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/SobolevSegmenter|SobolevSegmenter]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/SobolevSegmenter|SobolevSegmenter]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/VolumeClip|VolumeClipWithRoi]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/VolumeClip|VolumeClip]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/SegmentCAD|SegmentCAD]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/OpenCAD|OpenCAD]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/SwissSkullStripper|SwissSkullStripper]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/SwissSkullStripper|SwissSkullStripper]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [https://github.com/lassoan/SlicerSegmentEditorExtraEffects SegmentEditorFloodFilling]    &amp;lt;small&amp;gt;(scripted, bundled in [https://github.com/lassoan/SlicerSegmentEditorExtraEffects SegmentEditorExtraEffects] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [https://github.com/Tomnl/Slicer-Wasp Wasp]    &amp;lt;small&amp;gt;(scripted, bundled in [https://github.com/Tomnl/Slicer-Wasp Wasp] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/Editor|Editor]]    &amp;lt;small&amp;gt;(scripted, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/SimpleRegionGrowingSegmentation|SimpleRegionGrowingSegmentation]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/EMSegment|EMSegment]]    &amp;lt;small&amp;gt;(loadable, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/QuantitativeReporting|QuantitativeReporting]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/QuantitativeReporting|QuantitativeReporting]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/IntensitySegmenter|IntensitySegmenter]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/IntensitySegmenter|IntensitySegmenter]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [https://github.com/lassoan/SlicerSegmentEditorExtraEffects SegmentEditorWatershed]    &amp;lt;small&amp;gt;(scripted, bundled in [https://github.com/lassoan/SlicerSegmentEditorExtraEffects SegmentEditorExtraEffects] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Segmentation_Specialized'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
=== Specialized ===&lt;br /&gt;
* BRAINSROIAuto    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/RobustStatisticsSegmenter|RobustStatisticsSegmenter]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* EMSegmentCommandLine    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Sequences'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Sequences ==&lt;br /&gt;
* [[Documentation/Nightly/Extensions/Sequences|Sequences]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/Sequences|Sequences]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/Sequences|SequenceBrowser]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/Sequences|Sequences]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/Sequences|MetafileImporter]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/Sequences|Sequences]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Slicelets'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Slicelets ==&lt;br /&gt;
* [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Modules/FilmDosimetry FilmDosimetryAnalysis]    &amp;lt;small&amp;gt;(scripted, bundled in [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Modules/FilmDosimetry FilmDosimetryAnalysis] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Modules/GelDosimetry GelDosimetryAnalysis]    &amp;lt;small&amp;gt;(scripted, bundled in [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Modules/GelDosimetry GelDosimetryAnalysis] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Modules/GelDosimetry GelDosimetryAnalysisAlgo]    &amp;lt;small&amp;gt;(loadable, bundled in [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Modules/GelDosimetry GelDosimetryAnalysis] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_SlicerProstate'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== SlicerProstate ==&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SliceTracker|ZFrameCalibration]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/SliceTracker|SliceTracker]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Surface_Models'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Surface Models ==&lt;br /&gt;
* [[Documentation/Nightly/Modules/SurfaceToolbox|SurfaceToolbox]]    &amp;lt;small&amp;gt;(scripted, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/GrayscaleModelMaker|GrayscaleModelMaker]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/ModelMaker|ModelMaker]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/ModelToLabelMap|ModelToLabelMap]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/MergeModels|MergeModels]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/EasyClip|EasyClip]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/EasyClip|EasyClip]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/LabelMapSmoothing|LabelMapSmoothing]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/MeshToLabelMap|MeshToLabelMap]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/MeshToLabelMap|MeshToLabelMap]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/ProbeVolumeWithModel|ProbeVolumeWithModel]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerIGT|TextureModel]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SlicerIGT|SlicerIGT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_TestCases'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== TestCases ==&lt;br /&gt;
* SEGExporterSelfTest&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Testing'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Testing ==&lt;br /&gt;
* CLI4Test&lt;br /&gt;
* ThresholdThreadingTest&lt;br /&gt;
* [[Documentation/Nightly/Extensions/Scoliosis|ScoliosisMonitoring]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/Scoliosis|Scoliosis]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* SlicerMRBSaveRestoreCheckPathsTest&lt;br /&gt;
* CLIROITest    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* PerformanceTests&lt;br /&gt;
* SlicerMRBMultipleSaveRestoreTest&lt;br /&gt;
* SlicerMRBTest&lt;br /&gt;
* SEGExporterSelfTest&lt;br /&gt;
* SelfTests&lt;br /&gt;
* SlicerMRBMultipleSaveRestoreLoopTest&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Testing_IGT_Tests'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
=== IGT Tests ===&lt;br /&gt;
* BreachWarningSelfTest&lt;br /&gt;
* WatchdogSelfTest&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Testing_SlicerRT_Tests'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
=== SlicerRT Tests ===&lt;br /&gt;
* IGRTWorkflow_SelfTest&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerRT|BatchStructureSetConversion]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SlicerRT|SlicerRT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Testing_TestCases'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
=== TestCases ===&lt;br /&gt;
* AtlasTests&lt;br /&gt;
* AddStorableDataAfterSceneViewTest&lt;br /&gt;
* test_tractography_display&lt;br /&gt;
* SlicerTransformInteractionTest1&lt;br /&gt;
* RSNAQuantTutorial&lt;br /&gt;
* NeurosurgicalPlanningTutorialMarkupsSelfTest&lt;br /&gt;
* ChangeTrackerSelfTest&lt;br /&gt;
* FiducialLayoutSwitchBug1914&lt;br /&gt;
* GraphCutSegmentSelfTest&lt;br /&gt;
* SlicerBoundsTest&lt;br /&gt;
* UtilTest&lt;br /&gt;
* Charting    &amp;lt;small&amp;gt;(scripted, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://brainsia.github.io/CardiacAgatstonMeasures/ CardiacAgatstonMeasures]    &amp;lt;small&amp;gt;(scripted, bundled in [http://brainsia.github.io/CardiacAgatstonMeasures/ CardiacAgatstonMeasures] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* fiber_visibility_crash2438&lt;br /&gt;
* RSNAVisTutorial&lt;br /&gt;
* JRC2013Vis&lt;br /&gt;
* AddManyMarkupsFiducialTest&lt;br /&gt;
* CropVolumeSelfTest&lt;br /&gt;
* SliceLinkLogic    &amp;lt;small&amp;gt;(scripted, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* VolumeRenderingSceneClose    &amp;lt;small&amp;gt;(scripted, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* slicerCloseCrashBug2590&lt;br /&gt;
* CLIEventTest&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerDMRI|NsgPlanTracto]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SlicerDMRI|SlicerDMRI]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* MarkupsWidgetsSelfTest&lt;br /&gt;
* TablesSelfTest&lt;br /&gt;
* SlicerOrientationSelectorTest&lt;br /&gt;
* MarkupsInViewsSelfTest&lt;br /&gt;
* TwoCLIsInParallelTest&lt;br /&gt;
* SubjectHierarchyCorePluginsSelfTest&lt;br /&gt;
* SubjectHierarchyGenericSelfTest&lt;br /&gt;
* ScenePerformance    &amp;lt;small&amp;gt;(scripted, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* MarkupsInCompareViewersSelfTest&lt;br /&gt;
* sceneImport2428&lt;br /&gt;
* RSNA2012ProstateDemo&lt;br /&gt;
* DTINotReproducibleIssue3977&lt;br /&gt;
* TwoCLIsInARowTest&lt;br /&gt;
* ColorsScalarBarSelfTest&lt;br /&gt;
* BRAINSFitRigidRegistrationCrashIssue4139&lt;br /&gt;
* Slicer4Minute    &amp;lt;small&amp;gt;(scripted, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* ViewControllersSliceInterpolationBug1926&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Ultrasound'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Ultrasound ==&lt;br /&gt;
* [https://kitwaremedical.github.io/SlicerITKUltrasoundDoc/ ScanConvertCurvilinearArray]    &amp;lt;small&amp;gt;(cli, bundled in [https://kitwaremedical.github.io/SlicerITKUltrasoundDoc/ SlicerITKUltrasound] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [https://kitwaremedical.github.io/SlicerITKUltrasoundDoc/ ScanConvertPhasedArray3D]    &amp;lt;small&amp;gt;(cli, bundled in [https://kitwaremedical.github.io/SlicerITKUltrasoundDoc/ SlicerITKUltrasound] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [https://kitwaremedical.github.io/SlicerITKUltrasoundDoc/ ScanConvertSliceSeries]    &amp;lt;small&amp;gt;(cli, bundled in [https://kitwaremedical.github.io/SlicerITKUltrasoundDoc/ SlicerITKUltrasound] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Uncategorized'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Uncategorized ==&lt;br /&gt;
* [[Documentation/Nightly/Extensions/ShapeQuantifier|ShapeQuantifierCore]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/ShapeQuantifier|ShapeQuantifier]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/DatabaseInteractor|DatabaseInteractorLib]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/DatabaseInteractor|DatabaseInteractor]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Utilities'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Utilities ==&lt;br /&gt;
* [[Documentation/Nightly/Modules/ScreenCapture|ScreenCapture]]    &amp;lt;small&amp;gt;(scripted, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/DataStore|DataStore]]    &amp;lt;small&amp;gt;(loadable, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* DICOMPatcher    &amp;lt;small&amp;gt;(scripted, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* BRAINSStripRotation    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* EMSegmentTransformToNewFormat    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Utilities_BRAINS'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
=== BRAINS ===&lt;br /&gt;
* BRAINSTransformConvert    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Vascular_Modeling_Toolkit'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Vascular Modeling Toolkit ==&lt;br /&gt;
* [http://slicer.vmtk.org/ CenterlineComputation]    &amp;lt;small&amp;gt;(scripted, bundled in [http://slicer.vmtk.org/ VMTK] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://slicer.vmtk.org/ LevelSetSegmentation]    &amp;lt;small&amp;gt;(scripted, bundled in [http://slicer.vmtk.org/ VMTK] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://slicer.vmtk.org/ VesselnessFiltering]    &amp;lt;small&amp;gt;(scripted, bundled in [http://slicer.vmtk.org/ VMTK] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Virtual_Reality'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Virtual Reality ==&lt;br /&gt;
* [[Documentation/Nightly/Modules/VirtualReality|VirtualReality]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerVirtualReality|SlicerVirtualReality]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Web_System_Tools'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Web System Tools ==&lt;br /&gt;
* [[Documentation/Nightly/Modules/DatabaseInteractor|DatabaseInteractor]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/DatabaseInteractor|DatabaseInteractor]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_Wizards'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Wizards ==&lt;br /&gt;
* [[Documentation/Nightly/Modules/CompareVolumes|CompareVolumes]]    &amp;lt;small&amp;gt;(scripted, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/ChangeTracker|ChangeTracker]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/ChangeTracker|ChangeTracker]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&amp;lt;span id='Modules_by_category_XNATSlicer'&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== XNATSlicer ==&lt;br /&gt;
* [[Documentation/Nightly/Extensions/XNATSlicer|XnatSlicer]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/XNATSlicer|XNATSlicer]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Modules by name =&lt;br /&gt;
367 modules:&lt;br /&gt;
* [http://www.nitrc.org/projects/abc ABC]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.nitrc.org/projects/abc ABC] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/ACPCTransform|ACPCTransform]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/AddScalarVolumes|AddScalarVolumes]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org AirwayInspector]    &amp;lt;small&amp;gt;(loadable, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/AirwaySegmentation|AirwaySegmentation]]    &amp;lt;small&amp;gt;(scripted, bundled in [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Extensions/AirwaySegmentation AirwaySegmentation] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Extensions/AirwaySegmentation AirwaySegmentationCLI]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Extensions/AirwaySegmentation AirwaySegmentation] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/AnglePlanes|AnglePlanes]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/ShapeQuantifier|ShapeQuantifier]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/Annotations|Annotations]]    &amp;lt;small&amp;gt;(loadable, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/CMFreg|ApplyMatrix]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/CMFreg|CMFreg]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/AstroMasking|AstroMasking]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerAstro|SlicerAstro]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/AstroModeling|AstroModeling]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerAstro|SlicerAstro]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/AstroMomentMaps|AstroMomentMaps]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerAstro|SlicerAstro]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/AstroProfiles|AstroProfiles]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerAstro|SlicerAstro]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/AstroPVDiagram|AstroPVDiagram]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerAstro|SlicerAstro]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/AstroPVSlice|AstroPVSlice]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerAstro|SlicerAstro]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerAstro|AstroSampleData]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SlicerAstro|SlicerAstro]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/AstroSmoothing|AstroSmoothing]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerAstro|SlicerAstro]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/AstroStatistics|AstroStatistics]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerAstro|SlicerAstro]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/AstroVolume|AstroVolume]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerAstro|SlicerAstro]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerAstro|AstroWelcome]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerAstro|SlicerAstro]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerRT|Beams]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerRT|SlicerRT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/IASEM|BinShrink]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/IASEM|IASEM]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/OpenCVExample|BlendVectorVolumes]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/OpenCVExample|OpenCVExample]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/BodyCentricCubicMesh|BodyCentricCubicMesh]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/CBC_3D_I2MConversion|CBC_3D_I2MConversion]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/BRAINSDemonWarp|BRAINSDemonWarp]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* BRAINSDWICleanup    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/BRAINSFit|BRAINSFit]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* BRAINSLabelStats    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/BRAINSResample|BRAINSResample]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* BRAINSResize    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* BRAINSROIAuto    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* BRAINSStripRotation    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* BRAINSTransformConvert    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerIGT|BreachWarning]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerIGT|SlicerIGT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://wiki.slicer.org/slicerWiki/index.php/Documentation/Nightly/Modules/CarreraSliceInteractiveSegmenter CarreraSlice]    &amp;lt;small&amp;gt;(loadable, bundled in [http://wiki.slicer.org/slicerWiki/index.php/Documentation/Nightly/Modules/CarreraSliceInteractiveSegmenter CarreraSlice] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/CastScalarVolume|CastScalarVolume]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://slicer.vmtk.org/ CenterlineComputation]    &amp;lt;small&amp;gt;(scripted, bundled in [http://slicer.vmtk.org/ VMTK] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/ChangeTracker|ChangeTracker]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/ChangeTracker|ChangeTracker]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/CheckerBoardFilter|CheckerBoardFilter]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org CIP_]    &amp;lt;small&amp;gt;(scripted, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org CIP_BodyComposition]    &amp;lt;small&amp;gt;(scripted, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org CIP_CalciumScoring]    &amp;lt;small&amp;gt;(scripted, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org CIP_Common]    &amp;lt;small&amp;gt;(scripted, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org CIP_InteractiveLobeSegmentation]    &amp;lt;small&amp;gt;(scripted, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org CIP_LesionModel]    &amp;lt;small&amp;gt;(scripted, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org CIP_MIPViewer]    &amp;lt;small&amp;gt;(scripted, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org CIP_PAARatio]    &amp;lt;small&amp;gt;(scripted, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org CIP_ParenchymaAnalysis]    &amp;lt;small&amp;gt;(scripted, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org CIP_ParenchymaSubtypeTraining]    &amp;lt;small&amp;gt;(scripted, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org CIP_PointsLabelling]    &amp;lt;small&amp;gt;(scripted, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org CIP_TracheaStentPlanning]    &amp;lt;small&amp;gt;(scripted, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org ClassifyFissureParticles]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/CleaverExtension|CleaverCLI]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/CleaverExtension|CleaverExtension]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://capulet.med.utah.edu/namic/cmrslicer/ CMRToolkitAutomaticLeftAtrialScar]    &amp;lt;small&amp;gt;(cli, bundled in [http://capulet.med.utah.edu/namic/cmrslicer/ Cardiac_MRI_Toolkit] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://capulet.med.utah.edu/namic/cmrslicer/ CMRToolkitAxialDilate]    &amp;lt;small&amp;gt;(cli, bundled in [http://capulet.med.utah.edu/namic/cmrslicer/ Cardiac_MRI_Toolkit] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://capulet.med.utah.edu/namic/cmrslicer/ CMRToolkitBooleanREMOVEFilter]    &amp;lt;small&amp;gt;(cli, bundled in [http://capulet.med.utah.edu/namic/cmrslicer/ Cardiac_MRI_Toolkit] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://capulet.med.utah.edu/namic/cmrslicer/ CMRToolkitConnectedThresholdFilter]    &amp;lt;small&amp;gt;(cli, bundled in [http://capulet.med.utah.edu/namic/cmrslicer/ Cardiac_MRI_Toolkit] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://capulet.med.utah.edu/namic/cmrslicer/ CMRToolkitInhomogeneityCorrection]    &amp;lt;small&amp;gt;(cli, bundled in [http://capulet.med.utah.edu/namic/cmrslicer/ Cardiac_MRI_Toolkit] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://capulet.med.utah.edu/namic/cmrslicer/ CMRToolkitIsolatedConnectedFilter]    &amp;lt;small&amp;gt;(cli, bundled in [http://capulet.med.utah.edu/namic/cmrslicer/ Cardiac_MRI_Toolkit] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://capulet.med.utah.edu/namic/cmrslicer/ CMRToolkitLASegmentationGraphCuts]    &amp;lt;small&amp;gt;(cli, bundled in [http://capulet.med.utah.edu/namic/cmrslicer/ Cardiac_MRI_Toolkit] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://capulet.med.utah.edu/namic/cmrslicer/ CMRToolkitPVAntrumCut]    &amp;lt;small&amp;gt;(cli, bundled in [http://capulet.med.utah.edu/namic/cmrslicer/ Cardiac_MRI_Toolkit] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://capulet.med.utah.edu/namic/cmrslicer/ CMRToolkitRegistration]    &amp;lt;small&amp;gt;(scripted, bundled in [http://capulet.med.utah.edu/namic/cmrslicer/ Cardiac_MRI_Toolkit] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://capulet.med.utah.edu/namic/cmrslicer/ CMRToolkitRegistrationBRAINSFit]    &amp;lt;small&amp;gt;(scripted, bundled in [http://capulet.med.utah.edu/namic/cmrslicer/ Cardiac_MRI_Toolkit] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://capulet.med.utah.edu/namic/cmrslicer/ CMRToolkitWizard]    &amp;lt;small&amp;gt;(scripted, bundled in [http://capulet.med.utah.edu/namic/cmrslicer/ Cardiac_MRI_Toolkit] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/CollectFiducials|CollectFiducials]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerIGT|SlicerIGT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/Colors|Colors]]    &amp;lt;small&amp;gt;(loadable, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/CompareVolumes|CompareVolumes]]    &amp;lt;small&amp;gt;(scripted, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org ComputeCrossSectionalArea]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org ComputeDistanceMap]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org ComputeFeatureStrength]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org ComputeFissureFeatureVectors]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org ComputeIntensityStatistics]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org ConvertChestRegionChestTypeToLabelMapValue]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org ConvertDicom]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org ConvertLabelMapValueToChestRegionChestType]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/UKFTractography|ConvertVTK]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/UKFTractography|UKFTractography]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/CornerAnnotation|CornerAnnotation]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/CornerAnnotation|CornerAnnotation]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/CreateDICOMSeries|CreateDICOMSeries]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerIGT|CreateModels]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerIGT|SlicerIGT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org CropLung]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/CropVolume|CropVolume]]    &amp;lt;small&amp;gt;(loadable, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/CurvatureAnisotropicDiffusion|CurvatureAnisotropicDiffusion]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/CurveMaker|CurveMaker]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/CurveMaker|CurveMaker]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/Data|Data]]    &amp;lt;small&amp;gt;(loadable, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/DatabaseInteractor|DatabaseInteractor]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/DatabaseInteractor|DatabaseInteractor]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/DatabaseInteractor|DatabaseInteractorLib]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/DatabaseInteractor|DatabaseInteractor]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/DataProbe|DataProbe]]    &amp;lt;small&amp;gt;(scripted, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/DataStore|DataStore]]    &amp;lt;small&amp;gt;(loadable, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/DeepInfer|DeepInfer]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/DeepInfer|DeepInfer]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/DiceComputation|DiceComputation]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/DiceComputation|DiceComputation]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/DICOM|DICOM]]    &amp;lt;small&amp;gt;(scripted, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerDMRI|DICOM2FullBrainTractography]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SlicerDMRI|SlicerDMRI]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* DICOMPatcher    &amp;lt;small&amp;gt;(scripted, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerRT|DicomRtImportExport]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerRT|SlicerRT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/DicomSroExport|DicomSroExport]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SlicerRT|SlicerRT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/DicomSroImport|DicomSroImport]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerRT|SlicerRT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerDMRI|DICOMTract_to_VTK]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/SlicerDMRI|SlicerDMRI]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/DiffusionTensorScalarMeasurements|DiffusionTensorScalarMeasurements]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/SlicerDMRI|SlicerDMRI]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/DiffusionWeightedVolumeMasking|DiffusionWeightedVolumeMasking]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/SlicerDMRI|SlicerDMRI]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/DistanceMapBasedRegistration|DistanceMapBasedRegistration]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SlicerProstate|SlicerProstate]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/DMRIInstall|DMRIInstall]]    &amp;lt;small&amp;gt;(scripted, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/DoseAccumulation|DoseAccumulation]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerRT|SlicerRT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/DoseComparison|DoseComparison]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerRT|SlicerRT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/MarginCalculator|DoseMorphology]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/MarginCalculator|MarginCalculator]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/DoseVolumeHistogram|DoseVolumeHistogram]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerRT|SlicerRT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/Downsize|Downsize]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/CMFreg|CMFreg]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/dPetBrainQuantification|dPetBrainQuantification]]    &amp;lt;small&amp;gt;(scripted, bundled in [http://gti-fing.github.io/SlicerPetSpectAnalysis PetSpectAnalysis] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://slicer.org/slicerWiki/index.php/Documentation/Nightly/Modules/DSC_MRI_Analysis DSCMRIAnalysis]    &amp;lt;small&amp;gt;(cli, bundled in [http://slicer.org/slicerWiki/index.php/Documentation/Nightly/Modules/DSC_MRI_Analysis DSCMRIAnalysis] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* DumpSEGFrame    &amp;lt;small&amp;gt;(cli)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerRT|DvhComparison]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SlicerRT|SlicerRT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* DWIConvert    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/DWIToDTIEstimation|DWIToDTIEstimation]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/SlicerDMRI|SlicerDMRI]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/DWModeling|DWModeling]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/SlicerProstate|SlicerProstate]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/EasyClip|EasyClip]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/EasyClip|EasyClip]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/Editor|Editor]]    &amp;lt;small&amp;gt;(scripted, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/EMSegment|EMSegment]]    &amp;lt;small&amp;gt;(loadable, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* EMSegmentCommandLine    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* EMSegmentQuick    &amp;lt;small&amp;gt;(loadable, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* EMSegmentTransformToNewFormat    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/EncodeSEG|EncodeSEG]]    &amp;lt;small&amp;gt;(cli)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/Endoscopy|Endoscopy]]    &amp;lt;small&amp;gt;(scripted, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org EnhanceFissuresInImage]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org EvaluateLungLobeSegmentationResults]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org ExecuteSystemCommand]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerRT|ExternalBeamPlanning]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerRT|SlicerRT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org ExtractChestLabelMap]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org ExtractFissureBoundaryFromLobeMap]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org ExtractParticlesFromChestRegionChestType]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/ExtractSkeleton|ExtractSkeleton]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/FastGrowCut|FastGrowCut]]    &amp;lt;small&amp;gt;(loadable, bundled in [https://www.slicer.org/slicerWiki/index.php/Documentation/4.3/Modules/FastGrowCut FastGrowCutEffect] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://wiki.slicer.org/slicerWiki/index.php/Documentation/Nightly/Modules/CarreraSliceInteractiveSegmenter FastGrowCutSegmenter]    &amp;lt;small&amp;gt;(loadable, bundled in [http://wiki.slicer.org/slicerWiki/index.php/Documentation/Nightly/Modules/CarreraSliceInteractiveSegmenter CarreraSlice] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/FiberBundleLabelSelect|FiberBundleLabelSelect]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/SlicerDMRI|SlicerDMRI]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/FiberBundleToLabelMap|FiberBundleToLabelMap]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SlicerDMRI|SlicerDMRI]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/FiberTractMeasurements|FiberTractMeasurements]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/SlicerDMRI|SlicerDMRI]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/FiducialRegistration|FiducialRegistration]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerIGT|FiducialRegistrationWizard]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerIGT|SlicerIGT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerIGT|FiducialsToModelRegistration]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SlicerIGT|SlicerIGT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Modules/FilmDosimetry FilmDosimetryAnalysis]    &amp;lt;small&amp;gt;(scripted, bundled in [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Modules/FilmDosimetry FilmDosimetryAnalysis] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org FilterAirwayParticleData]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org FilterConnectedComponents]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org FilterFissureParticleData]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org FilterVesselParticleData]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org FindPatchMatch]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org FitLobeSurfaceModelsToParticleData]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/GaussianBlurImageFilter|GaussianBlurImageFilter]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Modules/GelDosimetry GelDosimetryAnalysis]    &amp;lt;small&amp;gt;(scripted, bundled in [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Modules/GelDosimetry GelDosimetryAnalysis] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Modules/GelDosimetry GelDosimetryAnalysisAlgo]    &amp;lt;small&amp;gt;(loadable, bundled in [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Modules/GelDosimetry GelDosimetryAnalysis] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org GenerateAtlasConvexHull]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org GenerateBinaryThinning3D]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org GenerateDistanceMapFromLabelMap]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org GenerateImageSubVolumes]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org GenerateLesionSegmentation]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org GenerateLobeSurfaceModels]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org GenerateMedianFilteredImage]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org GenerateModel]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org GenerateNLMFilteredImage]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org GenerateOtsuLungCast]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org GenerateOverlayImages]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org GenerateParenchymaPhenotypes]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org GeneratePartialLungLabelMap]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org GenerateSimpleLungMask]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org GenerateStenciledLabelMapFromParticles]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org GetStructuresInLabelMap]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org GetTransformationKappa]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org GetTransformationKappa2D]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org GetTransformationSimilarityMetric]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/GradientAnisotropicDiffusion|GradientAnisotropicDiffusion]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://publish.uwo.ca/~dchen285/GraphCutSegment/GraphCutSegment.html GraphCutInteractiveSegmenter]    &amp;lt;small&amp;gt;(loadable, bundled in [http://publish.uwo.ca/~dchen285/GraphCutSegment/GraphCutSegment.html GraphCutSegment] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org GraphCutsOptimization]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/GrayscaleFillHoleImageFilter|GrayscaleFillHoleImageFilter]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/GrayscaleGrindPeakImageFilter|GrayscaleGrindPeakImageFilter]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/GrayscaleModelMaker|GrayscaleModelMaker]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/Growing|Growing]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/CMFreg|CMFreg]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/GyroGuide|GyroGuide]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/GyroGuide|GyroGuide]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/HeterogeneityCAD|HeterogeneityCAD]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/OpenCAD|OpenCAD]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/HistogramMatching|HistogramMatching]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/IASEM|IASEMImport]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/IASEM|IASEM]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/IASEM|IASEMImportSeries]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/IASEM|IASEM]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/iGyne|iGyne]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/iGyne|iGyne]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/ImageLabelCombine|ImageLabelCombine]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/IntensityDifferenceMetric|IntensityDifferenceMetric]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/ChangeTracker|ChangeTracker]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/IntensitySegmenter|IntensitySegmenter]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/IntensitySegmenter|IntensitySegmenter]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* IslandRemoval    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/Isodose|Isodose]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerRT|SlicerRT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/DCMQI|itkimage2paramap]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/DCMQI|DCMQI]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/DCMQI|itkimage2segimage]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/DCMQI|DCMQI]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://wiki.slicer.org/slicerWiki/index.php/Documentation/Nightly/Modules/CarreraSliceInteractiveSegmenter KUtil]    &amp;lt;small&amp;gt;(scripted, bundled in [http://wiki.slicer.org/slicerWiki/index.php/Documentation/Nightly/Modules/CarreraSliceInteractiveSegmenter CarreraSlice] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/LabelAddition|LabelAddition]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/CMFreg|CMFreg]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/LabelExtraction|LabelExtraction]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/CMFreg|CMFreg]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org LabelMapFromRegionAndTypePoints]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/LabelMapSmoothing|LabelMapSmoothing]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/IASEM|LabelObjectStatistics]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/IASEM|IASEM]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org LabelParticlesByChestRegionChestType]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/LabelStatistics|LabelStatistics]]    &amp;lt;small&amp;gt;(scripted, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/LandmarkRegistration|LandmarkRegistration]]    &amp;lt;small&amp;gt;(scripted, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/LAScarSegmenter|LAScarSegmenter]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/LAScarSegmenter|LAScarSegmenter]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/LASegmentationWorkflow|LASegmentationWorkflow]]    &amp;lt;small&amp;gt;(scripted, bundled in [http://capulet.med.utah.edu/namic/cmrslicer/ Cardiac_MRI_Toolkit] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://slicer.vmtk.org/ LevelSetSegmentation]    &amp;lt;small&amp;gt;(scripted, bundled in [http://slicer.vmtk.org/ VMTK] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/MarginCalculator|MarginCalculator]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/MarginCalculator|MarginCalculator]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/Markups|Markups]]    &amp;lt;small&amp;gt;(loadable, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerIGT|MarkupsToModel]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerIGT|SlicerIGT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/MaskCreation|MaskCreation]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/CMFreg|CMFreg]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org MaskOutLabelMapStructures]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/MaskScalarVolume|MaskScalarVolume]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/MedianImageFilter|MedianImageFilter]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org MergeChestLabelMaps]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/MergeModels|MergeModels]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org MergeParticleDataSets]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/MeshStatistics|MeshStatistics]]    &amp;lt;small&amp;gt;(scripted, bundled in [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Extensions/MeshStatistics MeshStatisticsExtension] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/MeshToLabelMap|MeshToLabelMap]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/MeshToLabelMap|MeshToLabelMap]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/Sequences|MetafileImporter]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/Sequences|Sequences]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/ModelMaker|ModelMaker]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerIGT|ModelRegistration]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SlicerIGT|SlicerIGT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/Models|Models]]    &amp;lt;small&amp;gt;(loadable, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/ModelToLabelMap|ModelToLabelMap]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/ModelToModelDistance|ModelToModelDistance]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/ModelToModelDistance|ModelToModelDistance]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/mpReview|mpReview]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/mpReview|mpReview]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/mpReview|mpReviewPreprocessor]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/mpReview|mpReview]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/MultiplyScalarVolumes|MultiplyScalarVolumes]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/MultiVolumeExplorer|MultiVolumeExplorer]]    &amp;lt;small&amp;gt;(loadable, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/MultiVolumeImporter|MultiVolumeImporter]]    &amp;lt;small&amp;gt;(scripted, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/N4ITKBiasFieldCorrection|N4ITKBiasFieldCorrection]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/NeedleFinder|NeedleFinder]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/NeedleFinder|NeedleFinder]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/NonGrowing|NonGrowing]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/CMFreg|CMFreg]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerOpenCV|OpenCV]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerOpenCV|SlicerOpenCV]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/OpenIGTLinkIF|OpenIGTLinkIF]]    &amp;lt;small&amp;gt;(loadable, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/OpenIGTLinkRemote|OpenIGTLinkRemote]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerIGT|SlicerIGT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/OrientScalarVolume|OrientScalarVolume]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/DCMQI|paramap2itkimage]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/DCMQI|DCMQI]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org ParticlesDisplay]    &amp;lt;small&amp;gt;(loadable, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/PathExplorer|PathExplorer]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerIGT|SlicerIGT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/PBNRR|PBNRR]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/PBNRR|PBNRR]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* PerformMetricTest    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org PerformMorphological]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/PerkEvaluator|PerkEvaluator]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/PerkTutor|PerkTutor]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org PerturbParticles]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/PET-IndiC|PETIndiC]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/PET-IndiC|PET-IndiC]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/PETLiverUptakeMeasurement|PETLiverUptakeMeasurement]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/PETLiverUptakeMeasurement|PETLiverUptakeMeasurement]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/PETStandardUptakeValueComputation|PETStandardUptakeValueComputation]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/LongitudinalPETCT|PETSUVImageMaker]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/LongitudinalPETCT|LongitudinalPETCT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/PETTumorSegmentation|PETTumorSegmentation]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/PETTumorSegmentation|PETTumorSegmentation]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerHeart|Philips4dUsDicomPatcher]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SlicerHeart|SlicerHeart]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/PickAndPaint|PickAndPaint]]    &amp;lt;small&amp;gt;(scripted, bundled in [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Extensions/PickAndPaint PickAndPaintExtension] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerIGT|PivotCalibration]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerIGT|SlicerIGT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/PkModeling|PkModeling]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/PkModeling|PkModeling]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerRT|PlanarImage]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerRT|SlicerRT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerRT|plastimatch_slicer_bspline]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/SlicerRT|SlicerRT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerRT|plastimatch_slicer_landwarp]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/SlicerRT|SlicerRT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerRT|PlastimatchPy]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerRT|SlicerRT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerRT|PlmRegister]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SlicerRT|SlicerRT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerIGT|PlusModelCatalogBrowser]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SlicerIGT|SlicerIGT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/PlusRemote|PlusRemote]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SlicerIGT|SlicerIGT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/ProbeVolumeWithModel|ProbeVolumeWithModel]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/PerkTutor|PythonMetricsCalculator]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/PerkTutor|PerkTutor]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/Q3DC|Q3DC]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/Q3DC|Q3DC]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/QuadEdgeSurfaceMesher|QuadEdgeSurfaceMesher]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/SlicerProstate|SlicerProstate]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org QualityControl]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/QuantitativeIndicesCLI|QuantitativeIndicesCLI]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/PET-IndiC|PET-IndiC]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/QuantitativeIndicesTool|QuantitativeIndicesTool]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/PET-IndiC|PET-IndiC]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/QuantitativeReporting|QuantitativeReporting]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/QuantitativeReporting|QuantitativeReporting]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerPathology|QuickTCGA]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerPathology|SlicerPathology]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org ReadDicomWriteTags]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org ReadNRRDsWriteVTK]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org ReadVidaWriteCIP]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org ReadVTKWriteNRRDs]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org ReadWriteImageData]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org ReadWriteRegionAndTypePoints]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/Reformat|Reformat]]    &amp;lt;small&amp;gt;(loadable, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org RegionType]    &amp;lt;small&amp;gt;(loadable, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org RegionTypeLocationsToROIVolume]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org RegisterCT]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org RegisterLabelMaps]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org RegisterLungAtlas]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org RemapLabelMap]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org RemoveChestTypeFromLabelMapUsingParticles]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org RemoveParticlesFromParticlesDataSet]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org ResampleCT]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/ResampleDTIlogEuclidean|ResampleDTIlogEuclidean]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/ResampleDTIlogEuclidean|ResampleDTIlogEuclidean]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/ResampleDTIVolume|ResampleDTIVolume]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org ResampleLabelMap]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/ResampleScalarVectorDWIVolume|ResampleScalarVectorDWIVolume]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org RescaleLabelMap]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/ResectionVolume|ResectionVolume]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/ResectionPlanner|ResectionPlanner]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/ROBEXBrainExtraction|ROBEXBrainExtraction]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/ROBEXBrainExtraction|ROBEXBrainExtraction]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/RobustStatisticsSegmenter|RobustStatisticsSegmenter]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/SampleData|SampleData]]    &amp;lt;small&amp;gt;(scripted, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [https://kitwaremedical.github.io/SlicerITKUltrasoundDoc/ ScanConvertCurvilinearArray]    &amp;lt;small&amp;gt;(cli, bundled in [https://kitwaremedical.github.io/SlicerITKUltrasoundDoc/ SlicerITKUltrasound] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [https://kitwaremedical.github.io/SlicerITKUltrasoundDoc/ ScanConvertPhasedArray3D]    &amp;lt;small&amp;gt;(cli, bundled in [https://kitwaremedical.github.io/SlicerITKUltrasoundDoc/ SlicerITKUltrasound] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [https://kitwaremedical.github.io/SlicerITKUltrasoundDoc/ ScanConvertSliceSeries]    &amp;lt;small&amp;gt;(cli, bundled in [https://kitwaremedical.github.io/SlicerITKUltrasoundDoc/ SlicerITKUltrasound] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/ScarVisualization|ScarVisualization]]    &amp;lt;small&amp;gt;(scripted, bundled in [http://capulet.med.utah.edu/namic/cmrslicer/ Cardiac_MRI_Toolkit] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/ScatteredTransform|ScatteredTransform]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/ScatteredTransform|ScatteredTransform]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/SceneViews|SceneViews]]    &amp;lt;small&amp;gt;(loadable, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/ScreenCapture|ScreenCapture]]    &amp;lt;small&amp;gt;(scripted, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/SEG2NRRD|SEG2NRRD]]    &amp;lt;small&amp;gt;(cli)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/DCMQI|segimage2itkimage]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/DCMQI|DCMQI]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/Segmentations|Segmentations]]    &amp;lt;small&amp;gt;(loadable, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/SegmentationSmoothing|SegmentationSmoothing]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/SlicerProstate|SlicerProstate]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/SegmentCAD|SegmentCAD]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/OpenCAD|OpenCAD]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/SegmentComparison|SegmentComparison]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerRT|SlicerRT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/SegmentEditor|SegmentEditor]]    &amp;lt;small&amp;gt;(scripted, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [https://github.com/lassoan/SlicerSegmentEditorExtraEffects SegmentEditorFastMarching]    &amp;lt;small&amp;gt;(scripted, bundled in [https://github.com/lassoan/SlicerSegmentEditorExtraEffects SegmentEditorExtraEffects] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [https://github.com/lassoan/SlicerSegmentEditorExtraEffects SegmentEditorFloodFilling]    &amp;lt;small&amp;gt;(scripted, bundled in [https://github.com/lassoan/SlicerSegmentEditorExtraEffects SegmentEditorExtraEffects] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [https://github.com/lassoan/SlicerSegmentEditorExtraEffects SegmentEditorWatershed]    &amp;lt;small&amp;gt;(scripted, bundled in [https://github.com/lassoan/SlicerSegmentEditorExtraEffects SegmentEditorExtraEffects] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org SegmentLungAirways]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org SegmentLungLobes]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/SegmentMorphology|SegmentMorphology]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerRT|SlicerRT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* SegmentStatistics    &amp;lt;small&amp;gt;(scripted, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/Sequences|SequenceBrowser]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/Sequences|Sequences]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/Sequences|Sequences]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/Sequences|Sequences]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/ShapeQuantifier|ShapeQuantifier]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/ShapeQuantifier|ShapeQuantifier]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/ShapeQuantifier|ShapeQuantifierCore]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/ShapeQuantifier|ShapeQuantifier]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerPathology|ShortCutCore]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerPathology|SlicerPathology]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/SimpleFilters|SimpleFilters]]    &amp;lt;small&amp;gt;(scripted, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/SimpleRegionGrowingSegmentation|SimpleRegionGrowingSegmentation]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/SkullStripper|SkullStripper]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/SkullStripper|SkullStripper]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/SlicerAstroDataProbe|SlicerAstroDataProbe]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SlicerAstro|SlicerAstro]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerPathology|SlicerPathology]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SlicerPathology|SlicerPathology]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/SlicerToKiwiExporter|SlicerToKiwiExporter]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SlicerToKiwiExporter|SlicerToKiwiExporter]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SliceTracker|SliceTracker]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SliceTracker|SliceTracker]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SliceTracker|SliceTrackerRegistration]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SliceTracker|SliceTracker]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SliceTracker|SliceTrackerZFrameRegistration]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SliceTracker|SliceTracker]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/SobolevSegmenter|SobolevSegmenter]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/SobolevSegmenter|SobolevSegmenter]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/IASEM|SpacingAwareCurvatureDiffusion]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/IASEM|IASEM]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/SpinalCurvatureMeasurement|SpinalCurvatureMeasurement]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/Scoliosis|Scoliosis]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org SplitLeftLungRightLung]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/SubjectHierarchy|SubjectHierarchy]]    &amp;lt;small&amp;gt;(loadable, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/SubtractScalarVolumes|SubtractScalarVolumes]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/SurfaceRegistration|SurfaceRegistration]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/CMFreg|CMFreg]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/SurfaceToolbox|SurfaceToolbox]]    &amp;lt;small&amp;gt;(scripted, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/SUVFactorCalculator|SUVFactorCalculator]]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Extensions/PETDICOM PETDICOMExtension] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/SwissSkullStripper|SwissSkullStripper]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/SwissSkullStripper|SwissSkullStripper]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/MarginCalculator|SyntheticRTDose]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/MarginCalculator|MarginCalculator]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/T1Mapping|T1Mapping]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/T1Mapping|T1Mapping]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/Tables|Tables]]    &amp;lt;small&amp;gt;(loadable, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/TCIABrowser|TCIABrowser]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/TCIABrowser|TCIABrowser]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* Terminologies    &amp;lt;small&amp;gt;(loadable, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerIGT|TextureModel]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SlicerIGT|SlicerIGT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/ThresholdScalarVolume|ThresholdScalarVolume]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/DCMQI|tid1500reader]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/DCMQI|DCMQI]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/DCMQI|tid1500writer]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/DCMQI|DCMQI]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/TrackerStabilizer|TrackerStabilizer]]    &amp;lt;small&amp;gt;(loadable, bundled in [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Extensions/TrackerStabilizer TrackerStabilizer] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/TractographyDisplay|TractographyDisplay]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerDMRI|SlicerDMRI]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/TractographyInteractiveSeeding|TractographyInteractiveSeeding]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerDMRI|SlicerDMRI]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/TractographyLabelMapSeeding|TractographyLabelMapSeeding]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/SlicerDMRI|SlicerDMRI]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://www.chestimagingplatform.org TransferRegionAndTypeIndicesToFromPoints]    &amp;lt;small&amp;gt;(cli, bundled in [http://www.chestimagingplatform.org Chest_Imaging_Platform] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerIGT|TransformFusion]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerIGT|SlicerIGT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/TransformRecorder|TransformRecorder]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/PerkTutor|PerkTutor]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/Transforms|Transforms]]    &amp;lt;small&amp;gt;(loadable, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/UKFTractography|UKFTractography]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/UKFTractography|UKFTractography]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerIGT|UltrasoundSnapshots]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerIGT|SlicerIGT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/Units|Units]]    &amp;lt;small&amp;gt;(loadable, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerHeart|ValveView]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SlicerHeart|SlicerHeart]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* VBRAINSDemonWarp    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/VectorToScalarVolume|VectorToScalarVolume]]    &amp;lt;small&amp;gt;(scripted, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [http://slicer.vmtk.org/ VesselnessFiltering]    &amp;lt;small&amp;gt;(scripted, bundled in [http://slicer.vmtk.org/ VMTK] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerRT|VffFileReader]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerRT|SlicerRT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/ViewControllers|ViewControllers]]    &amp;lt;small&amp;gt;(loadable, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerIGT|Viewpoint]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SlicerIGT|SlicerIGT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/VirtualReality|VirtualReality]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerVirtualReality|SlicerVirtualReality]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SliceTracker|VolumeClipToLabel]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/SliceTracker|SliceTracker]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/VolumeClip|VolumeClipWithModel]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/VolumeClip|VolumeClip]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/VolumeClip|VolumeClipWithRoi]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/VolumeClip|VolumeClip]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/VolumeRendering|VolumeRendering]]    &amp;lt;small&amp;gt;(loadable, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/VolumeResliceDriver|VolumeResliceDriver]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerIGT|SlicerIGT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/Volumes|Volumes]]    &amp;lt;small&amp;gt;(loadable, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/VotingBinaryHoleFillingImageFilter|VotingBinaryHoleFillingImageFilter]]    &amp;lt;small&amp;gt;(cli, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SlicerDMRI|VTK_to_DICOMTract]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/SlicerDMRI|SlicerDMRI]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [https://github.com/Tomnl/Slicer-Wasp Wasp]    &amp;lt;small&amp;gt;(scripted, bundled in [https://github.com/Tomnl/Slicer-Wasp Wasp] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/Watchdog|Watchdog]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/SlicerIGT|SlicerIGT]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/Welcome|Welcome]]    &amp;lt;small&amp;gt;(loadable, built-in)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/WindowLevelEffect|WindowLevelEffect]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/WindowLevelEffect|WindowLevelEffect]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Modules/WorkflowSegmentation|WorkflowSegmentation]]    &amp;lt;small&amp;gt;(loadable, bundled in [[Documentation/Nightly/Extensions/PerkTutor|PerkTutor]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/XNATSlicer|XnatSlicer]]    &amp;lt;small&amp;gt;(scripted, bundled in [[Documentation/Nightly/Extensions/XNATSlicer|XNATSlicer]] extension)&amp;lt;/small&amp;gt;&lt;br /&gt;
* [[Documentation/Nightly/Extensions/SliceTracker|ZFrameCalibration]]    &amp;lt;small&amp;gt;(cli, bundled in [[Documentation/Nightly/Extensions/SliceTracker|SliceTracker]] extension)&amp;lt;/small&amp;gt;&lt;/div&gt;</summary>
		<author><name>Davide</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Modules/AstroReproject&amp;diff=58983</id>
		<title>Documentation/Nightly/Modules/AstroReproject</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Modules/AstroReproject&amp;diff=58983"/>
		<updated>2018-05-17T16:27:59Z</updated>

		<summary type="html">&lt;p&gt;Davide: Created page with &amp;quot;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt; &amp;lt;!-- ---------------------------- --&amp;gt; {{documentation/{{documentation/version}}/module-header}} &amp;lt;!-- --------------------...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-header}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
[[File:ERCIcon.png|300px|European Research Council]]&lt;br /&gt;
[[File:Kapteyn logo1.png|500px|Kapteyn Astronomical Institute]]&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Introduction and Acknowledgements}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-start|{{documentation/modulename}}}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
Authors:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Davide Punzo&amp;lt;/b&amp;gt; (Kapteyn Astronomical Institute, University of Groningen) &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Thijs van der Hulst&amp;lt;/b&amp;gt; (Kapteyn Astronomical Institute, University of Groningen) &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Acknowledgements: &amp;lt;br&amp;gt; &lt;br /&gt;
This work was supported by the European Research Council under the European Union's Seventh Framework Programme (FP/2007-2013)/ERC Grant Agreement nr. 291-531.&amp;lt;br&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Contacts:&lt;br /&gt;
* Davide Punzo, &amp;lt;email&amp;gt;punzodavide@hotmail.it&amp;lt;/email&amp;gt;; &amp;lt;email&amp;gt;D.Punzo@astro.rug.nl&amp;lt;/email&amp;gt;&lt;br /&gt;
* Thijs van der Hulst, &amp;lt;email&amp;gt;J.M.van.der.Hulst@astro.rug.nl&amp;lt;/email&amp;gt;&lt;br /&gt;
[http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Extensions/SlicerAstro Back to SlicerAstro home]&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Module Description}}&lt;br /&gt;
The AstroReproject module implements image reprojection (resampling) methods for astronomical datasets. Specifically, the methods have been designed to reproject the spatial axis, (e.g., 2D images or 3D datacubes over 2D images). For example in the case of datacubes, the algorithm reprojects each slice (spatial celestial axis) of the datacube with the reference data (treating each slice as independent). However, overlaying two 3D astronomical datasets requires also to resample the velocity axes, which is not implemented in this module.&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
The AstroReproject module requires that the WCS information contained in the fits header are correct and that the two datasets ahve the same celestial system of reference (e.g., J2000/FK5).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Panels and their use}}&lt;br /&gt;
[[File:AstroReproject.png | 1000px]]&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Additionally, the reprojection module is used in the AstroVolume GUI to create contours of datasets reprojected over another dataset.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
[[File:AstroReprojectContours.png | 1000px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|References}}&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
@ARTICLE{2017A&amp;amp;C....19...45P,&lt;br /&gt;
   author = {{Punzo}, D. and {van der Hulst}, J.~M. and {Roerdink}, J.~B.~T.~M. and &lt;br /&gt;
	{Fillion-Robin}, J.~C. and {Yu}, L.},&lt;br /&gt;
    title = &amp;quot;{SlicerAstro: A 3-D interactive visual analytics tool for HI data}&amp;quot;,&lt;br /&gt;
  journal = {Astronomy and Computing},&lt;br /&gt;
archivePrefix = &amp;quot;arXiv&amp;quot;,&lt;br /&gt;
   eprint = {1703.06651},&lt;br /&gt;
 primaryClass = &amp;quot;astro-ph.IM&amp;quot;,&lt;br /&gt;
 keywords = {Radio lines: galaxies, Scientific visualization, Visual analytics, Agile software development, Object oriented development, Empirical software validation},&lt;br /&gt;
     year = 2017,&lt;br /&gt;
    month = apr,&lt;br /&gt;
   volume = 19,&lt;br /&gt;
    pages = {45-59},&lt;br /&gt;
      doi = {10.1016/j.ascom.2017.03.004},&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-footer}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Davide</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/SlicerAstro&amp;diff=58982</id>
		<title>Documentation/Nightly/Extensions/SlicerAstro</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/SlicerAstro&amp;diff=58982"/>
		<updated>2018-05-17T16:27:21Z</updated>

		<summary type="html">&lt;p&gt;Davide: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-header}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
[[File:ERCIcon.png|300px|European Research Council]]&lt;br /&gt;
[[File:Kapteyn logo1.png|500px|Kapteyn Astronomical Institute]]&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Introduction and Acknowledgements}}&lt;br /&gt;
Authors:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Davide Punzo&amp;lt;/b&amp;gt; (Kapteyn Astronomical Institute, University of Groningen) &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Thijs van der Hulst&amp;lt;/b&amp;gt; (Kapteyn Astronomical Institute, University of Groningen) &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Jos Roerdink&amp;lt;/b&amp;gt; (Johann Bernoulli Institute for Mathematics and Computer Science, University of Groningen) &amp;lt;br&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Contributors: &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Jean-Christophe Fillion-Robin&amp;lt;/b&amp;gt; (Kitware) &amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;b&amp;gt;Steve Pieper&amp;lt;/b&amp;gt; (Isomics) &amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;b&amp;gt;Andras Lasso&amp;lt;/b&amp;gt; (PerkLab, Queen's) &amp;lt;br&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Acknowledgements: &amp;lt;br&amp;gt; &lt;br /&gt;
This work was supported by the European Research Council under the European Union's Seventh Framework Programme (FP/2007-2013)/ERC Grant Agreement nr. 291-531.&amp;lt;br&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Contacts:&lt;br /&gt;
* Davide Punzo, &amp;lt;email&amp;gt;punzodavide@hotmail.it&amp;lt;/email&amp;gt;; &amp;lt;email&amp;gt;D.Punzo@astro.rug.nl&amp;lt;/email&amp;gt;&lt;br /&gt;
* Thijs van der Hulst, &amp;lt;email&amp;gt;J.M.van.der.Hulst@astro.rug.nl&amp;lt;/email&amp;gt;&lt;br /&gt;
* Jos Roerdink &amp;lt;email&amp;gt;j.b.t.m.roerdink@rug.nl&amp;lt;/email&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Source: [https://github.com/Punzo/SlicerAstro]&amp;lt;br&amp;gt;&lt;br /&gt;
License: [http://www.slicer.org/pages/LicenseText Slicer license]&amp;lt;br&amp;gt;&lt;br /&gt;
'''Download/install:''' install 3D Slicer, start 3D Slicer, open the Extension Manager, install the SlicerAstro extension[https://github.com/Punzo/SlicerAstro/wiki].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:right; margin-left:12px;&amp;quot;&amp;gt;&lt;br /&gt;
importScript('http://www.ohloh.net/p/641228/widgets/project_basic_stats.js');&lt;br /&gt;
&amp;lt;wiki:gadget url=&amp;quot;http://www.ohloh.net/p/641228/widgets/project_search_code.xml&amp;quot; height=&amp;quot;195&amp;quot; border=&amp;quot;1&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Extension Description}}&lt;br /&gt;
{|&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
[[Image:SlicerAstroIcon1.png|350px]]&lt;br /&gt;
|&lt;br /&gt;
Upcoming HI (neutral Hydrogen) surveys will deliver large datasets, and automated processing using the full 3-D information (two positional dimensions and one spectral dimension) to find and characterize HI objects is imperative. In this context, visualization is an essential tool for enabling qualitative and quantitative human control on an automated source finding and analysis pipeline. Visual Analytics, the combination of automated data processing and human reasoning, creativity and intuition, supported by interactive visualization, enables flexible and fast interaction with the 3-D data, helping the astronomer to deal with the analysis of complex sources. 3-D visualization, coupled to modeling, provides additional capabilities helping the discovery and analysis of subtle structures in the 3-D domain.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt; Objective: general description&amp;lt;/h3&amp;gt;&lt;br /&gt;
* 1) proper visualization of astronomical data cubes: using data astronomical data formats, such as FITS, and astronomical world coordinates system (WCS);&lt;br /&gt;
* 2) generation of Histogram, flux density profiles, moment maps and position-velocity diagrams linked with the 3-D view;&lt;br /&gt;
* 3) enabling interactive smoothing in all three dimensions;&lt;br /&gt;
* 4) interactive HI data modeling coupled to visualization;&lt;br /&gt;
* 5) introduction of the SAMP protocol to enable interoperability with Topcat, and other VO tools and catalogs.&lt;br /&gt;
&lt;br /&gt;
for more info see [https://github.com/Punzo/SlicerAstro/wiki] and [http://arxiv.org/pdf/1505.06976v2.pdf], [https://arxiv.org/pdf/1703.06651].&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Modules}}&lt;br /&gt;
{||&lt;br /&gt;
&lt;br /&gt;
SlicerAstro development focuses on HI datasets. The [[Documentation/{{documentation/version}}/Modules/AstroVolume|Astro Volume]] component is the core module and handles the loading/saving, color functions and WCS corrdinates.&lt;br /&gt;
&lt;br /&gt;
Tutorials and information can be found in the [[Documentation/{{documentation/version}}/Modules/AstroWelcome|Astro Welcome]] module and sample data are available at the [[Documentation/{{documentation/version}}/Modules/AstroSampleData|Astro Sample Data]] module.&lt;br /&gt;
&lt;br /&gt;
We currently provide additional modules with their own interface widgets for user interaction, which are mainly aimed for the analysis of HI data-cubes:&lt;br /&gt;
&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/SlicerAstroDataProbe|SlicerAstro Data Probe]]&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/AstroReproject|Astro Reproject]]&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/AstroStatistics|Astro Statistics]]&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/AstroMasking|Astro Masking]]&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/AstroSmoothing|Astro Smoothing]]&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/AstroProfiles|Astro Profiles]]&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/AstroMomentMaps|Astro Moment Maps]]&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/AstroPVSlice|Astro PV Slice]]&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/AstroPVDiagram|Astro PV Diagram]]&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/AstroModeling|Astro Modeling]]&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Use Case: Visualization of HI dataset}}&lt;br /&gt;
&lt;br /&gt;
3D visualization for the inspection and analysis of complex HI source: &lt;br /&gt;
A 3D view gives an immediate overview of the coherence along the spatial and velocity dimensions such as tidal tail, gas stripping and filaments. &lt;br /&gt;
&lt;br /&gt;
NOTE: SlicerAstro can potentially enhance also the inspection of other datasets such as mm/submm molecular line data and optical integral field spectroscopic data. The user is welcome to share any idea and feedback in the issue tracker[https://github.com/Punzo/SlicerAstro/issues].&lt;br /&gt;
&amp;lt;br&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
[[File:SlicerAstroScreenshot.png| Slicer Astro Screenshot|1000px]]&lt;br /&gt;
&amp;lt;br&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|References}}&lt;br /&gt;
==How to cite==&lt;br /&gt;
Please cite the following paper when referring to SlicerAstro in your publication:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
@MISC{SlicerAstro,&lt;br /&gt;
   author = {{Punzo}, D. and {van der Hulst}, T. and {Roerdink}, J. and {Fillion-Robin}, J.-C.&lt;br /&gt;
	},&lt;br /&gt;
    title = &amp;quot;{SlicerAstro: Astronomy (HI) extension for 3D Slicer}&amp;quot;,&lt;br /&gt;
 keywords = {Software },&lt;br /&gt;
howpublished = {Astrophysics Source Code Library},&lt;br /&gt;
     year = 2016,&lt;br /&gt;
    month = nov,&lt;br /&gt;
archivePrefix = &amp;quot;ascl&amp;quot;,&lt;br /&gt;
   eprint = {1611.021},&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
@ARTICLE{2017A&amp;amp;C....19...45P,&lt;br /&gt;
   author = {{Punzo}, D. and {van der Hulst}, J.~M. and {Roerdink}, J.~B.~T.~M. and &lt;br /&gt;
	{Fillion-Robin}, J.~C. and {Yu}, L.},&lt;br /&gt;
    title = &amp;quot;{SlicerAstro: A 3-D interactive visual analytics tool for HI data}&amp;quot;,&lt;br /&gt;
  journal = {Astronomy and Computing},&lt;br /&gt;
archivePrefix = &amp;quot;arXiv&amp;quot;,&lt;br /&gt;
   eprint = {1703.06651},&lt;br /&gt;
 primaryClass = &amp;quot;astro-ph.IM&amp;quot;,&lt;br /&gt;
 keywords = {Radio lines: galaxies, Scientific visualization, Visual analytics, Agile software development, Object oriented development, Empirical software validation},&lt;br /&gt;
     year = 2017,&lt;br /&gt;
    month = apr,&lt;br /&gt;
   volume = 19,&lt;br /&gt;
    pages = {45-59},&lt;br /&gt;
      doi = {10.1016/j.ascom.2017.03.004},&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
@ARTICLE{2015A&amp;amp;C....12...86P,&lt;br /&gt;
   author = {{Punzo}, D. and {van der Hulst}, J.~M. and {Roerdink}, J.~B.~T.~M. and {Oosterloo}, T.~A. and {Ramatsoku}, M. and {Verheijen}, M.~A.~W.},&lt;br /&gt;
    title = &amp;quot;{The role of 3-D interactive visualization in blind surveys of H I in galaxies}&amp;quot;,&lt;br /&gt;
  journal = {Astronomy and Computing},&lt;br /&gt;
archivePrefix = &amp;quot;arXiv&amp;quot;,&lt;br /&gt;
   eprint = {1505.06976},&lt;br /&gt;
 primaryClass = &amp;quot;astro-ph.IM&amp;quot;,&lt;br /&gt;
 keywords = {Radio lines: galaxies, Galaxies: kinematics and dynamics, Surveys, Scientific visualization, Visual analytics},&lt;br /&gt;
     year = 2015,&lt;br /&gt;
    month = sep,&lt;br /&gt;
   volume = 12,&lt;br /&gt;
    pages = {86-99},&lt;br /&gt;
      doi = {10.1016/j.ascom.2015.05.004},&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-footer}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Davide</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Modules/AstroReprojection&amp;diff=58981</id>
		<title>Documentation/Nightly/Modules/AstroReprojection</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Modules/AstroReprojection&amp;diff=58981"/>
		<updated>2018-05-17T16:26:37Z</updated>

		<summary type="html">&lt;p&gt;Davide: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-header}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
[[File:ERCIcon.png|300px|European Research Council]]&lt;br /&gt;
[[File:Kapteyn logo1.png|500px|Kapteyn Astronomical Institute]]&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Introduction and Acknowledgements}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-start|{{documentation/modulename}}}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
Authors:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Davide Punzo&amp;lt;/b&amp;gt; (Kapteyn Astronomical Institute, University of Groningen) &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Thijs van der Hulst&amp;lt;/b&amp;gt; (Kapteyn Astronomical Institute, University of Groningen) &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Acknowledgements: &amp;lt;br&amp;gt; &lt;br /&gt;
This work was supported by the European Research Council under the European Union's Seventh Framework Programme (FP/2007-2013)/ERC Grant Agreement nr. 291-531.&amp;lt;br&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Contacts:&lt;br /&gt;
* Davide Punzo, &amp;lt;email&amp;gt;punzodavide@hotmail.it&amp;lt;/email&amp;gt;; &amp;lt;email&amp;gt;D.Punzo@astro.rug.nl&amp;lt;/email&amp;gt;&lt;br /&gt;
* Thijs van der Hulst, &amp;lt;email&amp;gt;J.M.van.der.Hulst@astro.rug.nl&amp;lt;/email&amp;gt;&lt;br /&gt;
[http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Extensions/SlicerAstro Back to SlicerAstro home]&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Module Description}}&lt;br /&gt;
The AstroReproject module implements image reprojection (resampling) methods for astronomical datasets. Specifically, the methods have been designed to reproject the spatial axis, (e.g., 2D images or 3D datacubes over 2D images). For example in the case of datacubes, the algorithm reprojects each slice (spatial celestial axis) of the datacube with the reference data (treating each slice as independent). However, overlaying two 3D astronomical datasets requires also to resample the velocity axes, which is not implemented in this module.&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
The AstroReproject module requires that the WCS information contained in the fits header are correct and that the two datasets ahve the same celestial system of reference (e.g., J2000/FK5).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Panels and their use}}&lt;br /&gt;
[[File:AstroReproject.png | 1000px]]&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Additionally, the reprojection module is used in the AstroVolume GUI to create contours of datasets reprojected over another dataset.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
[[File:AstroReprojectContours.png | 1000px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|References}}&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
@ARTICLE{2017A&amp;amp;C....19...45P,&lt;br /&gt;
   author = {{Punzo}, D. and {van der Hulst}, J.~M. and {Roerdink}, J.~B.~T.~M. and &lt;br /&gt;
	{Fillion-Robin}, J.~C. and {Yu}, L.},&lt;br /&gt;
    title = &amp;quot;{SlicerAstro: A 3-D interactive visual analytics tool for HI data}&amp;quot;,&lt;br /&gt;
  journal = {Astronomy and Computing},&lt;br /&gt;
archivePrefix = &amp;quot;arXiv&amp;quot;,&lt;br /&gt;
   eprint = {1703.06651},&lt;br /&gt;
 primaryClass = &amp;quot;astro-ph.IM&amp;quot;,&lt;br /&gt;
 keywords = {Radio lines: galaxies, Scientific visualization, Visual analytics, Agile software development, Object oriented development, Empirical software validation},&lt;br /&gt;
     year = 2017,&lt;br /&gt;
    month = apr,&lt;br /&gt;
   volume = 19,&lt;br /&gt;
    pages = {45-59},&lt;br /&gt;
      doi = {10.1016/j.ascom.2017.03.004},&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-footer}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Davide</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Modules/AstroReprojection&amp;diff=58980</id>
		<title>Documentation/Nightly/Modules/AstroReprojection</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Modules/AstroReprojection&amp;diff=58980"/>
		<updated>2018-05-17T16:26:20Z</updated>

		<summary type="html">&lt;p&gt;Davide: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-header}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
[[File:ERCIcon.png|300px|European Research Council]]&lt;br /&gt;
[[File:Kapteyn logo1.png|500px|Kapteyn Astronomical Institute]]&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Introduction and Acknowledgements}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-start|{{documentation/modulename}}}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
Authors:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Davide Punzo&amp;lt;/b&amp;gt; (Kapteyn Astronomical Institute, University of Groningen) &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Thijs van der Hulst&amp;lt;/b&amp;gt; (Kapteyn Astronomical Institute, University of Groningen) &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Acknowledgements: &amp;lt;br&amp;gt; &lt;br /&gt;
This work was supported by the European Research Council under the European Union's Seventh Framework Programme (FP/2007-2013)/ERC Grant Agreement nr. 291-531.&amp;lt;br&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Contacts:&lt;br /&gt;
* Davide Punzo, &amp;lt;email&amp;gt;punzodavide@hotmail.it&amp;lt;/email&amp;gt;; &amp;lt;email&amp;gt;D.Punzo@astro.rug.nl&amp;lt;/email&amp;gt;&lt;br /&gt;
* Thijs van der Hulst, &amp;lt;email&amp;gt;J.M.van.der.Hulst@astro.rug.nl&amp;lt;/email&amp;gt;&lt;br /&gt;
[http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Extensions/SlicerAstro Back to SlicerAstro home]&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Module Description}}&lt;br /&gt;
The AstroReproject module implements image reprojection (resampling) methods for astronomical datasets. Specifically, the methods have been designed to reproject the spatial axis, (e.g., 2D images or 3D datacubes over 2D images). For example in the case of datacubes, the algorithm reprojects each slice (spatial celestial axis) of the datacube with the reference data (treating each slice as independent). However, overlaying two 3D astronomical datasets requires also to resample the velocity axes, which is not implemented in this module.&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
The AstroReproject module requires that the WCS information contained in the fits header are correct and that the two datasets ahve the same celestial system of reference (e.g., J2000/FK5).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Panels and their use}}&lt;br /&gt;
[[File:AstroReproject.png | 1000px]]&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
Additionally, the reprojection module is used in the AstroVolume GUI to create contours of datasets reprojected over another dataset.&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
[[File:AstroReprojectContours.png | 1000px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|References}}&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
@ARTICLE{2017A&amp;amp;C....19...45P,&lt;br /&gt;
   author = {{Punzo}, D. and {van der Hulst}, J.~M. and {Roerdink}, J.~B.~T.~M. and &lt;br /&gt;
	{Fillion-Robin}, J.~C. and {Yu}, L.},&lt;br /&gt;
    title = &amp;quot;{SlicerAstro: A 3-D interactive visual analytics tool for HI data}&amp;quot;,&lt;br /&gt;
  journal = {Astronomy and Computing},&lt;br /&gt;
archivePrefix = &amp;quot;arXiv&amp;quot;,&lt;br /&gt;
   eprint = {1703.06651},&lt;br /&gt;
 primaryClass = &amp;quot;astro-ph.IM&amp;quot;,&lt;br /&gt;
 keywords = {Radio lines: galaxies, Scientific visualization, Visual analytics, Agile software development, Object oriented development, Empirical software validation},&lt;br /&gt;
     year = 2017,&lt;br /&gt;
    month = apr,&lt;br /&gt;
   volume = 19,&lt;br /&gt;
    pages = {45-59},&lt;br /&gt;
      doi = {10.1016/j.ascom.2017.03.004},&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-footer}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Davide</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:AstroReprojectContours.png&amp;diff=58979</id>
		<title>File:AstroReprojectContours.png</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:AstroReprojectContours.png&amp;diff=58979"/>
		<updated>2018-05-17T16:25:33Z</updated>

		<summary type="html">&lt;p&gt;Davide: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Davide</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:AstroReproject.png&amp;diff=58978</id>
		<title>File:AstroReproject.png</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:AstroReproject.png&amp;diff=58978"/>
		<updated>2018-05-17T16:25:17Z</updated>

		<summary type="html">&lt;p&gt;Davide: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Davide</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Modules/AstroReprojection&amp;diff=58977</id>
		<title>Documentation/Nightly/Modules/AstroReprojection</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Modules/AstroReprojection&amp;diff=58977"/>
		<updated>2018-05-17T16:24:57Z</updated>

		<summary type="html">&lt;p&gt;Davide: Created page with &amp;quot;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt; &amp;lt;!-- ---------------------------- --&amp;gt; {{documentation/{{documentation/version}}/module-header}} &amp;lt;!-- --------------------...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-header}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
[[File:ERCIcon.png|300px|European Research Council]]&lt;br /&gt;
[[File:Kapteyn logo1.png|500px|Kapteyn Astronomical Institute]]&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Introduction and Acknowledgements}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-start|{{documentation/modulename}}}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
Authors:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Davide Punzo&amp;lt;/b&amp;gt; (Kapteyn Astronomical Institute, University of Groningen) &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Thijs van der Hulst&amp;lt;/b&amp;gt; (Kapteyn Astronomical Institute, University of Groningen) &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Acknowledgements: &amp;lt;br&amp;gt; &lt;br /&gt;
This work was supported by the European Research Council under the European Union's Seventh Framework Programme (FP/2007-2013)/ERC Grant Agreement nr. 291-531.&amp;lt;br&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Contacts:&lt;br /&gt;
* Davide Punzo, &amp;lt;email&amp;gt;punzodavide@hotmail.it&amp;lt;/email&amp;gt;; &amp;lt;email&amp;gt;D.Punzo@astro.rug.nl&amp;lt;/email&amp;gt;&lt;br /&gt;
* Thijs van der Hulst, &amp;lt;email&amp;gt;J.M.van.der.Hulst@astro.rug.nl&amp;lt;/email&amp;gt;&lt;br /&gt;
[http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Extensions/SlicerAstro Back to SlicerAstro home]&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Module Description}}&lt;br /&gt;
The AstroReproject module implements image reprojection (resampling) methods for astronomical datasets. Specifically, the methods have been designed to reproject the spatial axis, (e.g., 2D images or 3D datacubes over 2D images). For example in the case of datacubes, the algorithm reprojects each slice (spatial celestial axis) of the datacube with the reference data (treating each slice as independent). However, overlaying two 3D astronomical datasets requires also to resample the velocity axes, which is not implemented in this module.&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
The AstroReproject module requires that the WCS information contained in the fits header are correct and that the two datasets ahve the same celestial system of reference (e.g., J2000/FK5).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Panels and their use}}&lt;br /&gt;
[[File:AstroReprojection.png | 1000px]]&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
Additionally, the reprojection module is used in the AstroVolume GUI to create contours of datasets reprojected over another dataset.&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
[[File:AstroReprojectionContours.png | 1000px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|References}}&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
@ARTICLE{2017A&amp;amp;C....19...45P,&lt;br /&gt;
   author = {{Punzo}, D. and {van der Hulst}, J.~M. and {Roerdink}, J.~B.~T.~M. and &lt;br /&gt;
	{Fillion-Robin}, J.~C. and {Yu}, L.},&lt;br /&gt;
    title = &amp;quot;{SlicerAstro: A 3-D interactive visual analytics tool for HI data}&amp;quot;,&lt;br /&gt;
  journal = {Astronomy and Computing},&lt;br /&gt;
archivePrefix = &amp;quot;arXiv&amp;quot;,&lt;br /&gt;
   eprint = {1703.06651},&lt;br /&gt;
 primaryClass = &amp;quot;astro-ph.IM&amp;quot;,&lt;br /&gt;
 keywords = {Radio lines: galaxies, Scientific visualization, Visual analytics, Agile software development, Object oriented development, Empirical software validation},&lt;br /&gt;
     year = 2017,&lt;br /&gt;
    month = apr,&lt;br /&gt;
   volume = 19,&lt;br /&gt;
    pages = {45-59},&lt;br /&gt;
      doi = {10.1016/j.ascom.2017.03.004},&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-footer}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Davide</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Modules/AstroVolume&amp;diff=58976</id>
		<title>Documentation/Nightly/Modules/AstroVolume</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Modules/AstroVolume&amp;diff=58976"/>
		<updated>2018-05-17T16:23:06Z</updated>

		<summary type="html">&lt;p&gt;Davide: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-header}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
[[File:ERCIcon.png|300px|European Research Council]]&lt;br /&gt;
[[File:Kapteyn logo1.png|500px|Kapteyn Astronomical Institute]]&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Introduction and Acknowledgements}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-start|{{documentation/modulename}}}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
Authors:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Davide Punzo&amp;lt;/b&amp;gt; (Kapteyn Astronomical Institute, University of Groningen) &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Thijs van der Hulst&amp;lt;/b&amp;gt; (Kapteyn Astronomical Institute, University of Groningen) &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Jos Roerdink&amp;lt;/b&amp;gt; (Johann Bernoulli Institute for Mathematics and Computer Science, University of Groningen) &amp;lt;br&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Contributors: &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Jean-Christophe Fillion-Robin&amp;lt;/b&amp;gt; (Kitware) &amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;b&amp;gt;Steve Pieper&amp;lt;/b&amp;gt; (Isomics) &amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;b&amp;gt;Andras Lasso&amp;lt;/b&amp;gt; (PerkLab, Queen's) &amp;lt;br&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Acknowledgements: &amp;lt;br&amp;gt; &lt;br /&gt;
This work was supported by the European Research Council under the European Union's Seventh Framework Programme (FP/2007-2013)/ERC Grant Agreement nr. 291-531.&amp;lt;br&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Contacts:&lt;br /&gt;
* Davide Punzo, &amp;lt;email&amp;gt;punzodavide@hotmail.it&amp;lt;/email&amp;gt;; &amp;lt;email&amp;gt;D.Punzo@astro.rug.nl&amp;lt;/email&amp;gt;&lt;br /&gt;
* Thijs van der Hulst, &amp;lt;email&amp;gt;J.M.van.der.Hulst@astro.rug.nl&amp;lt;/email&amp;gt;&lt;br /&gt;
* Jos Roerdink &amp;lt;email&amp;gt;j.b.t.m.roerdink@rug.nl&amp;lt;/email&amp;gt;&lt;br /&gt;
[http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Extensions/SlicerAstro Back to SlicerAstro home]&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Module Description}}&lt;br /&gt;
The {{documentation/modulename}} can read/write FITS file (astronomical data format) and handle the color function and display of Astro Volumes. &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Panels and their use}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;h4&amp;gt;Handling the loading and writing of FITS files&amp;lt;/h4&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:AstroLoading.png|750 px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h4&amp;gt; MRML nodes that store the data-cube and the FITS keywords in the 3DSlicer object-tree (Data module) &amp;lt;/h4&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:AstroData.png|500 px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;h4&amp;gt;The control of the display coordinates&amp;lt;/h4&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:AstroVolumeInformation.png|1000 px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;h4&amp;gt; The display of Beam information in the XY view &amp;lt;/h4&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:AstroHistogram.png|1000 px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;h4&amp;gt;The control of the 2D color transfer function&amp;lt;/h4&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Astro2DColorFunction1.png|1000 px]]&lt;br /&gt;
[[File:Astro2DColorFunction2.png|1000 px]]&lt;br /&gt;
[[File:Astro2DColorFunction3.png|1000 px]]&lt;br /&gt;
[[File:Astro2DColorFunction4.png|1000 px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;h4&amp;gt; The display of the Astronomical World Coordinate (WCS) and Data Probing for 2D views &amp;lt;/h4&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Astro2DAxes1.png|1000 px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;h4&amp;gt; The display of Beam information in the XY view &amp;lt;/h4&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:AstroBeam.png|1000 px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;h4&amp;gt;The control of the 3D color transfer function&amp;lt;/h4&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Astro3DColorFunction.png|1000 px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;h4&amp;gt;Tools to convert mask from FITS files (e.g., generated by SoFiA) into segmentations objects and viceversa&amp;lt;/h4&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:AstroMask2.png|1000 px]]&lt;br /&gt;
[[File:AstroMask6.png|1000 px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Astro segmentation editor effect}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;h4&amp;gt;AstroCloudLasso Effect&amp;lt;/h4&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
The AstroCloudLasso segmentation editor effect is a tool to interactively perform a 3D selection.&lt;br /&gt;
This 3D selection (the segmentation) can be used either for:&lt;br /&gt;
&lt;br /&gt;
1. changing an imported mask generated by automated algorithms (e.g., source finders);&amp;lt;br&amp;gt;&lt;br /&gt;
2. providing an input mask to a variety of tools in SlicerAstro (e.g., MomentMaps module and Modeling module).&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:AstroMask3.png|1000 px]]&lt;br /&gt;
[[File:AstroMask4.png|1000 px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|References}}&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
@ARTICLE{2017A&amp;amp;C....19...45P,&lt;br /&gt;
   author = {{Punzo}, D. and {van der Hulst}, J.~M. and {Roerdink}, J.~B.~T.~M. and &lt;br /&gt;
	{Fillion-Robin}, J.~C. and {Yu}, L.},&lt;br /&gt;
    title = &amp;quot;{SlicerAstro: A 3-D interactive visual analytics tool for HI data}&amp;quot;,&lt;br /&gt;
  journal = {Astronomy and Computing},&lt;br /&gt;
archivePrefix = &amp;quot;arXiv&amp;quot;,&lt;br /&gt;
   eprint = {1703.06651},&lt;br /&gt;
 primaryClass = &amp;quot;astro-ph.IM&amp;quot;,&lt;br /&gt;
 keywords = {Radio lines: galaxies, Scientific visualization, Visual analytics, Agile software development, Object oriented development, Empirical software validation},&lt;br /&gt;
     year = 2017,&lt;br /&gt;
    month = apr,&lt;br /&gt;
   volume = 19,&lt;br /&gt;
    pages = {45-59},&lt;br /&gt;
      doi = {10.1016/j.ascom.2017.03.004},&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-footer}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Davide</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/SlicerAstro&amp;diff=58975</id>
		<title>Documentation/Nightly/Extensions/SlicerAstro</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Extensions/SlicerAstro&amp;diff=58975"/>
		<updated>2018-05-17T16:21:56Z</updated>

		<summary type="html">&lt;p&gt;Davide: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-header}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
[[File:ERCIcon.png|300px|European Research Council]]&lt;br /&gt;
[[File:Kapteyn logo1.png|500px|Kapteyn Astronomical Institute]]&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Introduction and Acknowledgements}}&lt;br /&gt;
Authors:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Davide Punzo&amp;lt;/b&amp;gt; (Kapteyn Astronomical Institute, University of Groningen) &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Thijs van der Hulst&amp;lt;/b&amp;gt; (Kapteyn Astronomical Institute, University of Groningen) &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Jos Roerdink&amp;lt;/b&amp;gt; (Johann Bernoulli Institute for Mathematics and Computer Science, University of Groningen) &amp;lt;br&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Contributors: &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Jean-Christophe Fillion-Robin&amp;lt;/b&amp;gt; (Kitware) &amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;b&amp;gt;Steve Pieper&amp;lt;/b&amp;gt; (Isomics) &amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;b&amp;gt;Andras Lasso&amp;lt;/b&amp;gt; (PerkLab, Queen's) &amp;lt;br&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Acknowledgements: &amp;lt;br&amp;gt; &lt;br /&gt;
This work was supported by the European Research Council under the European Union's Seventh Framework Programme (FP/2007-2013)/ERC Grant Agreement nr. 291-531.&amp;lt;br&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Contacts:&lt;br /&gt;
* Davide Punzo, &amp;lt;email&amp;gt;punzodavide@hotmail.it&amp;lt;/email&amp;gt;; &amp;lt;email&amp;gt;D.Punzo@astro.rug.nl&amp;lt;/email&amp;gt;&lt;br /&gt;
* Thijs van der Hulst, &amp;lt;email&amp;gt;J.M.van.der.Hulst@astro.rug.nl&amp;lt;/email&amp;gt;&lt;br /&gt;
* Jos Roerdink &amp;lt;email&amp;gt;j.b.t.m.roerdink@rug.nl&amp;lt;/email&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Source: [https://github.com/Punzo/SlicerAstro]&amp;lt;br&amp;gt;&lt;br /&gt;
License: [http://www.slicer.org/pages/LicenseText Slicer license]&amp;lt;br&amp;gt;&lt;br /&gt;
'''Download/install:''' install 3D Slicer, start 3D Slicer, open the Extension Manager, install the SlicerAstro extension[https://github.com/Punzo/SlicerAstro/wiki].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:right; margin-left:12px;&amp;quot;&amp;gt;&lt;br /&gt;
importScript('http://www.ohloh.net/p/641228/widgets/project_basic_stats.js');&lt;br /&gt;
&amp;lt;wiki:gadget url=&amp;quot;http://www.ohloh.net/p/641228/widgets/project_search_code.xml&amp;quot; height=&amp;quot;195&amp;quot; border=&amp;quot;1&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Extension Description}}&lt;br /&gt;
{|&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
[[Image:SlicerAstroIcon1.png|350px]]&lt;br /&gt;
|&lt;br /&gt;
Upcoming HI (neutral Hydrogen) surveys will deliver large datasets, and automated processing using the full 3-D information (two positional dimensions and one spectral dimension) to find and characterize HI objects is imperative. In this context, visualization is an essential tool for enabling qualitative and quantitative human control on an automated source finding and analysis pipeline. Visual Analytics, the combination of automated data processing and human reasoning, creativity and intuition, supported by interactive visualization, enables flexible and fast interaction with the 3-D data, helping the astronomer to deal with the analysis of complex sources. 3-D visualization, coupled to modeling, provides additional capabilities helping the discovery and analysis of subtle structures in the 3-D domain.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt; Objective: general description&amp;lt;/h3&amp;gt;&lt;br /&gt;
* 1) proper visualization of astronomical data cubes: using data astronomical data formats, such as FITS, and astronomical world coordinates system (WCS);&lt;br /&gt;
* 2) generation of Histogram, flux density profiles, moment maps and position-velocity diagrams linked with the 3-D view;&lt;br /&gt;
* 3) enabling interactive smoothing in all three dimensions;&lt;br /&gt;
* 4) interactive HI data modeling coupled to visualization;&lt;br /&gt;
* 5) introduction of the SAMP protocol to enable interoperability with Topcat, and other VO tools and catalogs.&lt;br /&gt;
&lt;br /&gt;
for more info see [https://github.com/Punzo/SlicerAstro/wiki] and [http://arxiv.org/pdf/1505.06976v2.pdf], [https://arxiv.org/pdf/1703.06651].&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Modules}}&lt;br /&gt;
{||&lt;br /&gt;
&lt;br /&gt;
SlicerAstro development focuses on HI datasets. The [[Documentation/{{documentation/version}}/Modules/AstroVolume|Astro Volume]] component is the core module and handles the loading/saving, color functions and WCS corrdinates.&lt;br /&gt;
&lt;br /&gt;
Tutorials and information can be found in the [[Documentation/{{documentation/version}}/Modules/AstroWelcome|Astro Welcome]] module and sample data are available at the [[Documentation/{{documentation/version}}/Modules/AstroSampleData|Astro Sample Data]] module.&lt;br /&gt;
&lt;br /&gt;
We currently provide additional modules with their own interface widgets for user interaction, which are mainly aimed for the analysis of HI data-cubes:&lt;br /&gt;
&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/SlicerAstroDataProbe|SlicerAstro Data Probe]]&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/AstroReprojection|Astro Reprojection]]&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/AstroStatistics|Astro Statistics]]&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/AstroMasking|Astro Masking]]&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/AstroSmoothing|Astro Smoothing]]&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/AstroProfiles|Astro Profiles]]&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/AstroMomentMaps|Astro Moment Maps]]&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/AstroPVSlice|Astro PV Slice]]&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/AstroPVDiagram|Astro PV Diagram]]&lt;br /&gt;
*[[Documentation/{{documentation/version}}/Modules/AstroModeling|Astro Modeling]]&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|Use Case: Visualization of HI dataset}}&lt;br /&gt;
&lt;br /&gt;
3D visualization for the inspection and analysis of complex HI source: &lt;br /&gt;
A 3D view gives an immediate overview of the coherence along the spatial and velocity dimensions such as tidal tail, gas stripping and filaments. &lt;br /&gt;
&lt;br /&gt;
NOTE: SlicerAstro can potentially enhance also the inspection of other datasets such as mm/submm molecular line data and optical integral field spectroscopic data. The user is welcome to share any idea and feedback in the issue tracker[https://github.com/Punzo/SlicerAstro/issues].&lt;br /&gt;
&amp;lt;br&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
[[File:SlicerAstroScreenshot.png| Slicer Astro Screenshot|1000px]]&lt;br /&gt;
&amp;lt;br&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-section|References}}&lt;br /&gt;
==How to cite==&lt;br /&gt;
Please cite the following paper when referring to SlicerAstro in your publication:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
@MISC{SlicerAstro,&lt;br /&gt;
   author = {{Punzo}, D. and {van der Hulst}, T. and {Roerdink}, J. and {Fillion-Robin}, J.-C.&lt;br /&gt;
	},&lt;br /&gt;
    title = &amp;quot;{SlicerAstro: Astronomy (HI) extension for 3D Slicer}&amp;quot;,&lt;br /&gt;
 keywords = {Software },&lt;br /&gt;
howpublished = {Astrophysics Source Code Library},&lt;br /&gt;
     year = 2016,&lt;br /&gt;
    month = nov,&lt;br /&gt;
archivePrefix = &amp;quot;ascl&amp;quot;,&lt;br /&gt;
   eprint = {1611.021},&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
@ARTICLE{2017A&amp;amp;C....19...45P,&lt;br /&gt;
   author = {{Punzo}, D. and {van der Hulst}, J.~M. and {Roerdink}, J.~B.~T.~M. and &lt;br /&gt;
	{Fillion-Robin}, J.~C. and {Yu}, L.},&lt;br /&gt;
    title = &amp;quot;{SlicerAstro: A 3-D interactive visual analytics tool for HI data}&amp;quot;,&lt;br /&gt;
  journal = {Astronomy and Computing},&lt;br /&gt;
archivePrefix = &amp;quot;arXiv&amp;quot;,&lt;br /&gt;
   eprint = {1703.06651},&lt;br /&gt;
 primaryClass = &amp;quot;astro-ph.IM&amp;quot;,&lt;br /&gt;
 keywords = {Radio lines: galaxies, Scientific visualization, Visual analytics, Agile software development, Object oriented development, Empirical software validation},&lt;br /&gt;
     year = 2017,&lt;br /&gt;
    month = apr,&lt;br /&gt;
   volume = 19,&lt;br /&gt;
    pages = {45-59},&lt;br /&gt;
      doi = {10.1016/j.ascom.2017.03.004},&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
@ARTICLE{2015A&amp;amp;C....12...86P,&lt;br /&gt;
   author = {{Punzo}, D. and {van der Hulst}, J.~M. and {Roerdink}, J.~B.~T.~M. and {Oosterloo}, T.~A. and {Ramatsoku}, M. and {Verheijen}, M.~A.~W.},&lt;br /&gt;
    title = &amp;quot;{The role of 3-D interactive visualization in blind surveys of H I in galaxies}&amp;quot;,&lt;br /&gt;
  journal = {Astronomy and Computing},&lt;br /&gt;
archivePrefix = &amp;quot;arXiv&amp;quot;,&lt;br /&gt;
   eprint = {1505.06976},&lt;br /&gt;
 primaryClass = &amp;quot;astro-ph.IM&amp;quot;,&lt;br /&gt;
 keywords = {Radio lines: galaxies, Galaxies: kinematics and dynamics, Surveys, Scientific visualization, Visual analytics},&lt;br /&gt;
     year = 2015,&lt;br /&gt;
    month = sep,&lt;br /&gt;
   volume = 12,&lt;br /&gt;
    pages = {86-99},&lt;br /&gt;
      doi = {10.1016/j.ascom.2015.05.004},&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/extension-footer}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Davide</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:AstroMask6.png&amp;diff=58822</id>
		<title>File:AstroMask6.png</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:AstroMask6.png&amp;diff=58822"/>
		<updated>2018-03-22T16:17:36Z</updated>

		<summary type="html">&lt;p&gt;Davide: Davide uploaded a new version of File:AstroMask6.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Davide</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:AstroMask6.png&amp;diff=58821</id>
		<title>File:AstroMask6.png</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:AstroMask6.png&amp;diff=58821"/>
		<updated>2018-03-22T14:50:04Z</updated>

		<summary type="html">&lt;p&gt;Davide: Davide uploaded a new version of File:AstroMask6.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Davide</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:AstroMask2.png&amp;diff=58820</id>
		<title>File:AstroMask2.png</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:AstroMask2.png&amp;diff=58820"/>
		<updated>2018-03-22T14:49:51Z</updated>

		<summary type="html">&lt;p&gt;Davide: Davide uploaded a new version of File:AstroMask2.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Davide</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:AstroPVDiagram.png&amp;diff=58744</id>
		<title>File:AstroPVDiagram.png</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:AstroPVDiagram.png&amp;diff=58744"/>
		<updated>2018-03-07T18:34:41Z</updated>

		<summary type="html">&lt;p&gt;Davide: Davide uploaded a new version of File:AstroPVDiagram.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Davide</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:AstroPVDiagram.png&amp;diff=58743</id>
		<title>File:AstroPVDiagram.png</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:AstroPVDiagram.png&amp;diff=58743"/>
		<updated>2018-03-07T18:32:57Z</updated>

		<summary type="html">&lt;p&gt;Davide: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Davide</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Modules/AstroPVDiagram&amp;diff=58742</id>
		<title>Documentation/Nightly/Modules/AstroPVDiagram</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Modules/AstroPVDiagram&amp;diff=58742"/>
		<updated>2018-03-07T17:56:41Z</updated>

		<summary type="html">&lt;p&gt;Davide: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-header}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
[[File:ERCIcon.png|300px|European Research Council]]&lt;br /&gt;
[[File:Kapteyn logo1.png|500px|Kapteyn Astronomical Institute]]&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Introduction and Acknowledgements}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-start|{{documentation/modulename}}}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
Authors:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Davide Punzo&amp;lt;/b&amp;gt; (Kapteyn Astronomical Institute, University of Groningen) &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Thijs van der Hulst&amp;lt;/b&amp;gt; (Kapteyn Astronomical Institute, University of Groningen) &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Acknowledgements: &amp;lt;br&amp;gt; &lt;br /&gt;
This work was supported by the European Research Council under the European Union's Seventh Framework Programme (FP/2007-2013)/ERC Grant Agreement nr. 291-531.&amp;lt;br&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Contacts:&lt;br /&gt;
* Davide Punzo, &amp;lt;email&amp;gt;punzodavide@hotmail.it&amp;lt;/email&amp;gt;; &amp;lt;email&amp;gt;D.Punzo@astro.rug.nl&amp;lt;/email&amp;gt;&lt;br /&gt;
* Thijs van der Hulst, &amp;lt;email&amp;gt;J.M.van.der.Hulst@astro.rug.nl&amp;lt;/email&amp;gt;&lt;br /&gt;
[http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Extensions/SlicerAstro Back to SlicerAstro home]&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Module Description}}&lt;br /&gt;
The AstroPVDiagram module generates a Position Velocity (PV) diagram. The user can manually place fiducials in the 3D view or on a moment map in the red 2D view. Such fiducials will be connected and a PV Diagram from this selection will be generated.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Panels and their use}}&lt;br /&gt;
[[File:AstroPVDiagram.png | 1000px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|References}}&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
@ARTICLE{2017A&amp;amp;C....19...45P,&lt;br /&gt;
   author = {{Punzo}, D. and {van der Hulst}, J.~M. and {Roerdink}, J.~B.~T.~M. and &lt;br /&gt;
	{Fillion-Robin}, J.~C. and {Yu}, L.},&lt;br /&gt;
    title = &amp;quot;{SlicerAstro: A 3-D interactive visual analytics tool for HI data}&amp;quot;,&lt;br /&gt;
  journal = {Astronomy and Computing},&lt;br /&gt;
archivePrefix = &amp;quot;arXiv&amp;quot;,&lt;br /&gt;
   eprint = {1703.06651},&lt;br /&gt;
 primaryClass = &amp;quot;astro-ph.IM&amp;quot;,&lt;br /&gt;
 keywords = {Radio lines: galaxies, Scientific visualization, Visual analytics, Agile software development, Object oriented development, Empirical software validation},&lt;br /&gt;
     year = 2017,&lt;br /&gt;
    month = apr,&lt;br /&gt;
   volume = 19,&lt;br /&gt;
    pages = {45-59},&lt;br /&gt;
      doi = {10.1016/j.ascom.2017.03.004},&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-footer}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Davide</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Modules/AstroPVDiagram&amp;diff=58741</id>
		<title>Documentation/Nightly/Modules/AstroPVDiagram</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Modules/AstroPVDiagram&amp;diff=58741"/>
		<updated>2018-03-07T17:45:49Z</updated>

		<summary type="html">&lt;p&gt;Davide: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-header}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
[[File:ERCIcon.png|300px|European Research Council]]&lt;br /&gt;
[[File:Kapteyn logo1.png|500px|Kapteyn Astronomical Institute]]&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Introduction and Acknowledgements}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-start|{{documentation/modulename}}}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
Authors:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Davide Punzo&amp;lt;/b&amp;gt; (Kapteyn Astronomical Institute, University of Groningen) &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Thijs van der Hulst&amp;lt;/b&amp;gt; (Kapteyn Astronomical Institute, University of Groningen) &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Acknowledgements: &amp;lt;br&amp;gt; &lt;br /&gt;
This work was supported by the European Research Council under the European Union's Seventh Framework Programme (FP/2007-2013)/ERC Grant Agreement nr. 291-531.&amp;lt;br&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Contacts:&lt;br /&gt;
* Davide Punzo, &amp;lt;email&amp;gt;punzodavide@hotmail.it&amp;lt;/email&amp;gt;; &amp;lt;email&amp;gt;D.Punzo@astro.rug.nl&amp;lt;/email&amp;gt;&lt;br /&gt;
* Thijs van der Hulst, &amp;lt;email&amp;gt;J.M.van.der.Hulst@astro.rug.nl&amp;lt;/email&amp;gt;&lt;br /&gt;
[http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Extensions/SlicerAstro Back to SlicerAstro home]&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Module Description}}&lt;br /&gt;
The AstroPVDiagram module generates a Position Velocity (PV) diagram. The user can manually place fiducials in the 3D view or on a moment map in the red 2D view. Such fiducials will be connected and a PV Diagram from this selection will be generated.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Panels and their use}}&lt;br /&gt;
working...&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|References}}&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
@ARTICLE{2017A&amp;amp;C....19...45P,&lt;br /&gt;
   author = {{Punzo}, D. and {van der Hulst}, J.~M. and {Roerdink}, J.~B.~T.~M. and &lt;br /&gt;
	{Fillion-Robin}, J.~C. and {Yu}, L.},&lt;br /&gt;
    title = &amp;quot;{SlicerAstro: A 3-D interactive visual analytics tool for HI data}&amp;quot;,&lt;br /&gt;
  journal = {Astronomy and Computing},&lt;br /&gt;
archivePrefix = &amp;quot;arXiv&amp;quot;,&lt;br /&gt;
   eprint = {1703.06651},&lt;br /&gt;
 primaryClass = &amp;quot;astro-ph.IM&amp;quot;,&lt;br /&gt;
 keywords = {Radio lines: galaxies, Scientific visualization, Visual analytics, Agile software development, Object oriented development, Empirical software validation},&lt;br /&gt;
     year = 2017,&lt;br /&gt;
    month = apr,&lt;br /&gt;
   volume = 19,&lt;br /&gt;
    pages = {45-59},&lt;br /&gt;
      doi = {10.1016/j.ascom.2017.03.004},&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-footer}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Davide</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Modules/AstroPVSlice&amp;diff=58693</id>
		<title>Documentation/Nightly/Modules/AstroPVSlice</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Modules/AstroPVSlice&amp;diff=58693"/>
		<updated>2018-02-26T18:14:50Z</updated>

		<summary type="html">&lt;p&gt;Davide: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-header}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
[[File:ERCIcon.png|300px|European Research Council]]&lt;br /&gt;
[[File:Kapteyn logo1.png|500px|Kapteyn Astronomical Institute]]&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Introduction and Acknowledgements}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-start|{{documentation/modulename}}}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
Authors:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Davide Punzo&amp;lt;/b&amp;gt; (Kapteyn Astronomical Institute, University of Groningen) &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Thijs van der Hulst&amp;lt;/b&amp;gt; (Kapteyn Astronomical Institute, University of Groningen) &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Acknowledgements: &amp;lt;br&amp;gt; &lt;br /&gt;
This work was supported by the European Research Council under the European Union's Seventh Framework Programme (FP/2007-2013)/ERC Grant Agreement nr. 291-531.&amp;lt;br&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Contacts:&lt;br /&gt;
* Davide Punzo, &amp;lt;email&amp;gt;punzodavide@hotmail.it&amp;lt;/email&amp;gt;; &amp;lt;email&amp;gt;D.Punzo@astro.rug.nl&amp;lt;/email&amp;gt;&lt;br /&gt;
* Thijs van der Hulst, &amp;lt;email&amp;gt;J.M.van.der.Hulst@astro.rug.nl&amp;lt;/email&amp;gt;&lt;br /&gt;
[http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Extensions/SlicerAstro Back to SlicerAstro home]&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Module Description}}&lt;br /&gt;
AstroPVSlice module visualize Position Velocity (PV) Slices by providing customized controls over the GUI. This module provides a fast inspection tool with a PVSlice linked both with the 2D and 3D views.&lt;br /&gt;
For creating PV Diagram (e.g., creating a curvilinear PV and save it as fits file), please use the [[Documentation/{{documentation/version}}/Modules/AstroPVDiagram|Astro PV Diagram]] module.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Panels and their use}}&lt;br /&gt;
[[File:AstroPVSlice.png | 1000px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Shortcuts}}&lt;br /&gt;
These shortcuts are available in the 2D Red slice view: &amp;lt;br&amp;gt; &lt;br /&gt;
1. 'c': Activate/Deactivate the interaction &amp;quot;move ruler center&amp;quot; &amp;lt;br&amp;gt; &lt;br /&gt;
2. move the mouse: will after activating the &amp;quot;move ruler center&amp;quot; will update the position of the ruler in the 2D/3D views and in the GUI. &amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|References}}&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
@ARTICLE{2017A&amp;amp;C....19...45P,&lt;br /&gt;
   author = {{Punzo}, D. and {van der Hulst}, J.~M. and {Roerdink}, J.~B.~T.~M. and &lt;br /&gt;
	{Fillion-Robin}, J.~C. and {Yu}, L.},&lt;br /&gt;
    title = &amp;quot;{SlicerAstro: A 3-D interactive visual analytics tool for HI data}&amp;quot;,&lt;br /&gt;
  journal = {Astronomy and Computing},&lt;br /&gt;
archivePrefix = &amp;quot;arXiv&amp;quot;,&lt;br /&gt;
   eprint = {1703.06651},&lt;br /&gt;
 primaryClass = &amp;quot;astro-ph.IM&amp;quot;,&lt;br /&gt;
 keywords = {Radio lines: galaxies, Scientific visualization, Visual analytics, Agile software development, Object oriented development, Empirical software validation},&lt;br /&gt;
     year = 2017,&lt;br /&gt;
    month = apr,&lt;br /&gt;
   volume = 19,&lt;br /&gt;
    pages = {45-59},&lt;br /&gt;
      doi = {10.1016/j.ascom.2017.03.004},&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-footer}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Davide</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Modules/AstroPVSlice&amp;diff=58692</id>
		<title>Documentation/Nightly/Modules/AstroPVSlice</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Modules/AstroPVSlice&amp;diff=58692"/>
		<updated>2018-02-26T18:13:50Z</updated>

		<summary type="html">&lt;p&gt;Davide: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-header}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
[[File:ERCIcon.png|300px|European Research Council]]&lt;br /&gt;
[[File:Kapteyn logo1.png|500px|Kapteyn Astronomical Institute]]&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Introduction and Acknowledgements}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-start|{{documentation/modulename}}}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
Authors:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Davide Punzo&amp;lt;/b&amp;gt; (Kapteyn Astronomical Institute, University of Groningen) &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Thijs van der Hulst&amp;lt;/b&amp;gt; (Kapteyn Astronomical Institute, University of Groningen) &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Acknowledgements: &amp;lt;br&amp;gt; &lt;br /&gt;
This work was supported by the European Research Council under the European Union's Seventh Framework Programme (FP/2007-2013)/ERC Grant Agreement nr. 291-531.&amp;lt;br&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Contacts:&lt;br /&gt;
* Davide Punzo, &amp;lt;email&amp;gt;punzodavide@hotmail.it&amp;lt;/email&amp;gt;; &amp;lt;email&amp;gt;D.Punzo@astro.rug.nl&amp;lt;/email&amp;gt;&lt;br /&gt;
* Thijs van der Hulst, &amp;lt;email&amp;gt;J.M.van.der.Hulst@astro.rug.nl&amp;lt;/email&amp;gt;&lt;br /&gt;
[http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Extensions/SlicerAstro Back to SlicerAstro home]&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Module Description}}&lt;br /&gt;
AstroPVSlice module visualize Position Velocity (PV) Slices by providing customized controls over the GUI. This module provides a fast inspection tool with a PVSlice linked both with the 2D and 3D views.&lt;br /&gt;
For creating PV Diagram (e.g., creating a curvilinear PV and save it as fits file), please use the [[Documentation/{{documentation/version}}/Modules/AstroPVDiagram|Astro PV Diagram]] module.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Panels and their use}}&lt;br /&gt;
[[File:AstroPVSlice.png | 1000px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Shortcuts}}&lt;br /&gt;
These shortcuts are available in the 2D Red slice view:&lt;br /&gt;
1. 'c': Activate/Deactivate the interaction &amp;quot;move ruler center&amp;quot;&lt;br /&gt;
2. move the mouse: will after activating the &amp;quot;move ruler center&amp;quot; will update the position of the ruler in the 2D/3D views and in the GUI.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|References}}&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
@ARTICLE{2017A&amp;amp;C....19...45P,&lt;br /&gt;
   author = {{Punzo}, D. and {van der Hulst}, J.~M. and {Roerdink}, J.~B.~T.~M. and &lt;br /&gt;
	{Fillion-Robin}, J.~C. and {Yu}, L.},&lt;br /&gt;
    title = &amp;quot;{SlicerAstro: A 3-D interactive visual analytics tool for HI data}&amp;quot;,&lt;br /&gt;
  journal = {Astronomy and Computing},&lt;br /&gt;
archivePrefix = &amp;quot;arXiv&amp;quot;,&lt;br /&gt;
   eprint = {1703.06651},&lt;br /&gt;
 primaryClass = &amp;quot;astro-ph.IM&amp;quot;,&lt;br /&gt;
 keywords = {Radio lines: galaxies, Scientific visualization, Visual analytics, Agile software development, Object oriented development, Empirical software validation},&lt;br /&gt;
     year = 2017,&lt;br /&gt;
    month = apr,&lt;br /&gt;
   volume = 19,&lt;br /&gt;
    pages = {45-59},&lt;br /&gt;
      doi = {10.1016/j.ascom.2017.03.004},&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-footer}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Davide</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Modules/AstroVolume&amp;diff=58686</id>
		<title>Documentation/Nightly/Modules/AstroVolume</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Modules/AstroVolume&amp;diff=58686"/>
		<updated>2018-02-23T16:09:25Z</updated>

		<summary type="html">&lt;p&gt;Davide: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-header}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
[[File:ERCIcon.png|300px|European Research Council]]&lt;br /&gt;
[[File:Kapteyn logo1.png|500px|Kapteyn Astronomical Institute]]&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Introduction and Acknowledgements}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-start|{{documentation/modulename}}}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
Authors:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Davide Punzo&amp;lt;/b&amp;gt; (Kapteyn Astronomical Institute, University of Groningen) &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Thijs van der Hulst&amp;lt;/b&amp;gt; (Kapteyn Astronomical Institute, University of Groningen) &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Jos Roerdink&amp;lt;/b&amp;gt; (Johann Bernoulli Institute for Mathematics and Computer Science, University of Groningen) &amp;lt;br&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Contributors: &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Jean-Christophe Fillion-Robin&amp;lt;/b&amp;gt; (Kitware) &amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;b&amp;gt;Steve Pieper&amp;lt;/b&amp;gt; (Isomics) &amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;b&amp;gt;Andras Lasso&amp;lt;/b&amp;gt; (PerkLab, Queen's) &amp;lt;br&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Acknowledgements: &amp;lt;br&amp;gt; &lt;br /&gt;
This work was supported by the European Research Council under the European Union's Seventh Framework Programme (FP/2007-2013)/ERC Grant Agreement nr. 291-531.&amp;lt;br&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Contacts:&lt;br /&gt;
* Davide Punzo, &amp;lt;email&amp;gt;punzodavide@hotmail.it&amp;lt;/email&amp;gt;; &amp;lt;email&amp;gt;D.Punzo@astro.rug.nl&amp;lt;/email&amp;gt;&lt;br /&gt;
* Thijs van der Hulst, &amp;lt;email&amp;gt;J.M.van.der.Hulst@astro.rug.nl&amp;lt;/email&amp;gt;&lt;br /&gt;
* Jos Roerdink &amp;lt;email&amp;gt;j.b.t.m.roerdink@rug.nl&amp;lt;/email&amp;gt;&lt;br /&gt;
[http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Extensions/SlicerAstro Back to SlicerAstro home]&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Module Description}}&lt;br /&gt;
The {{documentation/modulename}} can read/write FITS file (astronomical data format) and handle the color function and display of Astro Volumes. &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Panels and their use}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;h4&amp;gt;Handling the loading and writing of FITS files&amp;lt;/h4&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:AstroLoading.png|750 px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h4&amp;gt; MRML nodes that store the data-cube and the FITS keywords in the 3DSlicer object-tree (Data module) &amp;lt;/h4&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:AstroData.png|500 px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;h4&amp;gt;The control of the display coordinates&amp;lt;/h4&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:AstroVolumeInformation.png|1000 px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;h4&amp;gt; The display of Beam information in the XY view &amp;lt;/h4&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:AstroHistogram.png|1000 px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;h4&amp;gt;The control of the 2D color transfer function&amp;lt;/h4&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Astro2DColorFunction1.png|1000 px]]&lt;br /&gt;
[[File:Astro2DColorFunction2.png|1000 px]]&lt;br /&gt;
[[File:Astro2DColorFunction3.png|1000 px]]&lt;br /&gt;
[[File:Astro2DColorFunction4.png|1000 px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;h4&amp;gt; The display of the Astronomical World Coordinate (WCS) and Data Probing for 2D views &amp;lt;/h4&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Astro2DAxes1.png|1000 px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;h4&amp;gt; The display of Beam information in the XY view &amp;lt;/h4&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:AstroBeam.png|1000 px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;h4&amp;gt;The control of the 3D color transfer function&amp;lt;/h4&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Astro3DColorFunction.png|1000 px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;h4&amp;gt;Tools to convert mask from FITS files (e.g., generated by SoFiA) into segmentations objects and viceversa&amp;lt;/h4&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:AstroMask2.png|1000 px]]&lt;br /&gt;
[[File:AstroMask6.png|1000 px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Astro segmentation editor effect}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;h4&amp;gt;AstroContours Effect&amp;lt;/h4&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
This editor effect can create multiple segmentation (3D contours) of the input volume.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:AstroContourEffect.png|1000 px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The Contour Levels can be specified using the following format: &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
'FISRT:LAST+SPACING' for linear spacing or 'FISRT:LAST*SPACING' for non linear spacing. &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The levels can also be specified as a list (e.g., 'VALUE1;VALUE2;VALUE3'). In the case of a list, it is possible also to specify for each contour&lt;br /&gt;
both the MIN and MAX intensity values of the level (e.g., 'CONTOUR1MIN,CONTOUR1MAX;CONTOUR2MIN,CONTOUR2MAX'). &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
If the string is preceded by '3DDisplayThreshold', the levels are evaluated in units of the value of 3DDisplayThreshold of the dataset.                                          &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
If the Histogram is active in the plot view and a selection is made, by typing the string 'Histogram' will create a segmentation around the selection.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The contours in SlicerAstro are a full 3D segmentation. Therefore it can be computationally heavy to segment &lt;br /&gt;
(marching cubes algorithm) and visualize around the noise range [-2, 2] RMS for large datacubes.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;h4&amp;gt;AstroCloudLasso Effect&amp;lt;/h4&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
The AstroCloudLasso segmentation editor effect is a tool to interactively perform a 3D selection.&lt;br /&gt;
This 3D selection (the segmentation) can be used either for:&lt;br /&gt;
&lt;br /&gt;
1. changing an imported mask generated by automated algorithms (e.g., source finders);&amp;lt;br&amp;gt;&lt;br /&gt;
2. providing an input mask to a variety of tools in SlicerAstro (e.g., MomentMaps module and Modeling module).&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:AstroMask3.png|1000 px]]&lt;br /&gt;
[[File:AstroMask4.png|1000 px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|References}}&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
@ARTICLE{2017A&amp;amp;C....19...45P,&lt;br /&gt;
   author = {{Punzo}, D. and {van der Hulst}, J.~M. and {Roerdink}, J.~B.~T.~M. and &lt;br /&gt;
	{Fillion-Robin}, J.~C. and {Yu}, L.},&lt;br /&gt;
    title = &amp;quot;{SlicerAstro: A 3-D interactive visual analytics tool for HI data}&amp;quot;,&lt;br /&gt;
  journal = {Astronomy and Computing},&lt;br /&gt;
archivePrefix = &amp;quot;arXiv&amp;quot;,&lt;br /&gt;
   eprint = {1703.06651},&lt;br /&gt;
 primaryClass = &amp;quot;astro-ph.IM&amp;quot;,&lt;br /&gt;
 keywords = {Radio lines: galaxies, Scientific visualization, Visual analytics, Agile software development, Object oriented development, Empirical software validation},&lt;br /&gt;
     year = 2017,&lt;br /&gt;
    month = apr,&lt;br /&gt;
   volume = 19,&lt;br /&gt;
    pages = {45-59},&lt;br /&gt;
      doi = {10.1016/j.ascom.2017.03.004},&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-footer}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Davide</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Modules/AstroVolume&amp;diff=58685</id>
		<title>Documentation/Nightly/Modules/AstroVolume</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Modules/AstroVolume&amp;diff=58685"/>
		<updated>2018-02-23T16:08:49Z</updated>

		<summary type="html">&lt;p&gt;Davide: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-header}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
[[File:ERCIcon.png|300px|European Research Council]]&lt;br /&gt;
[[File:Kapteyn logo1.png|500px|Kapteyn Astronomical Institute]]&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Introduction and Acknowledgements}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-start|{{documentation/modulename}}}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
Authors:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Davide Punzo&amp;lt;/b&amp;gt; (Kapteyn Astronomical Institute, University of Groningen) &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Thijs van der Hulst&amp;lt;/b&amp;gt; (Kapteyn Astronomical Institute, University of Groningen) &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Jos Roerdink&amp;lt;/b&amp;gt; (Johann Bernoulli Institute for Mathematics and Computer Science, University of Groningen) &amp;lt;br&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Contributors: &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Jean-Christophe Fillion-Robin&amp;lt;/b&amp;gt; (Kitware) &amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;b&amp;gt;Steve Pieper&amp;lt;/b&amp;gt; (Isomics) &amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;b&amp;gt;Andras Lasso&amp;lt;/b&amp;gt; (PerkLab, Queen's) &amp;lt;br&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Acknowledgements: &amp;lt;br&amp;gt; &lt;br /&gt;
This work was supported by the European Research Council under the European Union's Seventh Framework Programme (FP/2007-2013)/ERC Grant Agreement nr. 291-531.&amp;lt;br&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Contacts:&lt;br /&gt;
* Davide Punzo, &amp;lt;email&amp;gt;punzodavide@hotmail.it&amp;lt;/email&amp;gt;; &amp;lt;email&amp;gt;D.Punzo@astro.rug.nl&amp;lt;/email&amp;gt;&lt;br /&gt;
* Thijs van der Hulst, &amp;lt;email&amp;gt;J.M.van.der.Hulst@astro.rug.nl&amp;lt;/email&amp;gt;&lt;br /&gt;
* Jos Roerdink &amp;lt;email&amp;gt;j.b.t.m.roerdink@rug.nl&amp;lt;/email&amp;gt;&lt;br /&gt;
[http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Extensions/SlicerAstro Back to SlicerAstro home]&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Module Description}}&lt;br /&gt;
The {{documentation/modulename}} can read/write FITS file (astronomical data format) and handle the color function and display of Astro Volumes. &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Panels and their use}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;h4&amp;gt;Handling the loading and writing of FITS files&amp;lt;/h4&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:AstroLoading.png|750 px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h4&amp;gt; MRML nodes that store the data-cube and the FITS keywords in the 3DSlicer object-tree (Data module) &amp;lt;/h4&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:AstroData.png|500 px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;h4&amp;gt;The control of the display coordinates&amp;lt;/h4&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:AstroVolumeInformation.png|1000 px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;h4&amp;gt; The display of Beam information in the XY view &amp;lt;/h4&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:AstroHistogram.png|1000 px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;h4&amp;gt;The control of the 2D color transfer function&amp;lt;/h4&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Astro2DColorFunction1.png|1000 px]]&lt;br /&gt;
[[File:Astro2DColorFunction2.png|1000 px]]&lt;br /&gt;
[[File:Astro2DColorFunction3.png|1000 px]]&lt;br /&gt;
[[File:Astro2DColorFunction4.png|1000 px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;h4&amp;gt; The display of the Astronomical World Coordinate (WCS) and Data Probing for 2D views &amp;lt;/h4&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Astro2Daxes1.png|1000 px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;h4&amp;gt; The display of Beam information in the XY view &amp;lt;/h4&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:AstroBeam.png|1000 px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;h4&amp;gt;The control of the 3D color transfer function&amp;lt;/h4&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Astro3DColorFunction.png|1000 px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;h4&amp;gt;Tools to convert mask from FITS files (e.g., generated by SoFiA) into segmentations objects and viceversa&amp;lt;/h4&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:AstroMask2.png|1000 px]]&lt;br /&gt;
[[File:AstroMask6.png|1000 px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Astro segmentation editor effect}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;h4&amp;gt;AstroContours Effect&amp;lt;/h4&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
This editor effect can create multiple segmentation (3D contours) of the input volume.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:AstroContourEffect.png|1000 px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The Contour Levels can be specified using the following format: &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
'FISRT:LAST+SPACING' for linear spacing or 'FISRT:LAST*SPACING' for non linear spacing. &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The levels can also be specified as a list (e.g., 'VALUE1;VALUE2;VALUE3'). In the case of a list, it is possible also to specify for each contour&lt;br /&gt;
both the MIN and MAX intensity values of the level (e.g., 'CONTOUR1MIN,CONTOUR1MAX;CONTOUR2MIN,CONTOUR2MAX'). &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
If the string is preceded by '3DDisplayThreshold', the levels are evaluated in units of the value of 3DDisplayThreshold of the dataset.                                          &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
If the Histogram is active in the plot view and a selection is made, by typing the string 'Histogram' will create a segmentation around the selection.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The contours in SlicerAstro are a full 3D segmentation. Therefore it can be computationally heavy to segment &lt;br /&gt;
(marching cubes algorithm) and visualize around the noise range [-2, 2] RMS for large datacubes.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;h4&amp;gt;AstroCloudLasso Effect&amp;lt;/h4&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
The AstroCloudLasso segmentation editor effect is a tool to interactively perform a 3D selection.&lt;br /&gt;
This 3D selection (the segmentation) can be used either for:&lt;br /&gt;
&lt;br /&gt;
1. changing an imported mask generated by automated algorithms (e.g., source finders);&amp;lt;br&amp;gt;&lt;br /&gt;
2. providing an input mask to a variety of tools in SlicerAstro (e.g., MomentMaps module and Modeling module).&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:AstroMask3.png|1000 px]]&lt;br /&gt;
[[File:AstroMask4.png|1000 px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|References}}&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
@ARTICLE{2017A&amp;amp;C....19...45P,&lt;br /&gt;
   author = {{Punzo}, D. and {van der Hulst}, J.~M. and {Roerdink}, J.~B.~T.~M. and &lt;br /&gt;
	{Fillion-Robin}, J.~C. and {Yu}, L.},&lt;br /&gt;
    title = &amp;quot;{SlicerAstro: A 3-D interactive visual analytics tool for HI data}&amp;quot;,&lt;br /&gt;
  journal = {Astronomy and Computing},&lt;br /&gt;
archivePrefix = &amp;quot;arXiv&amp;quot;,&lt;br /&gt;
   eprint = {1703.06651},&lt;br /&gt;
 primaryClass = &amp;quot;astro-ph.IM&amp;quot;,&lt;br /&gt;
 keywords = {Radio lines: galaxies, Scientific visualization, Visual analytics, Agile software development, Object oriented development, Empirical software validation},&lt;br /&gt;
     year = 2017,&lt;br /&gt;
    month = apr,&lt;br /&gt;
   volume = 19,&lt;br /&gt;
    pages = {45-59},&lt;br /&gt;
      doi = {10.1016/j.ascom.2017.03.004},&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-footer}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Davide</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:Astro2DAxes1.png&amp;diff=58684</id>
		<title>File:Astro2DAxes1.png</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:Astro2DAxes1.png&amp;diff=58684"/>
		<updated>2018-02-23T16:08:33Z</updated>

		<summary type="html">&lt;p&gt;Davide: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Davide</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Modules/AstroVolume&amp;diff=58683</id>
		<title>Documentation/Nightly/Modules/AstroVolume</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Modules/AstroVolume&amp;diff=58683"/>
		<updated>2018-02-23T16:08:09Z</updated>

		<summary type="html">&lt;p&gt;Davide: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-header}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
[[File:ERCIcon.png|300px|European Research Council]]&lt;br /&gt;
[[File:Kapteyn logo1.png|500px|Kapteyn Astronomical Institute]]&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Introduction and Acknowledgements}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-start|{{documentation/modulename}}}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
Authors:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Davide Punzo&amp;lt;/b&amp;gt; (Kapteyn Astronomical Institute, University of Groningen) &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Thijs van der Hulst&amp;lt;/b&amp;gt; (Kapteyn Astronomical Institute, University of Groningen) &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Jos Roerdink&amp;lt;/b&amp;gt; (Johann Bernoulli Institute for Mathematics and Computer Science, University of Groningen) &amp;lt;br&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Contributors: &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Jean-Christophe Fillion-Robin&amp;lt;/b&amp;gt; (Kitware) &amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;b&amp;gt;Steve Pieper&amp;lt;/b&amp;gt; (Isomics) &amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;b&amp;gt;Andras Lasso&amp;lt;/b&amp;gt; (PerkLab, Queen's) &amp;lt;br&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Acknowledgements: &amp;lt;br&amp;gt; &lt;br /&gt;
This work was supported by the European Research Council under the European Union's Seventh Framework Programme (FP/2007-2013)/ERC Grant Agreement nr. 291-531.&amp;lt;br&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Contacts:&lt;br /&gt;
* Davide Punzo, &amp;lt;email&amp;gt;punzodavide@hotmail.it&amp;lt;/email&amp;gt;; &amp;lt;email&amp;gt;D.Punzo@astro.rug.nl&amp;lt;/email&amp;gt;&lt;br /&gt;
* Thijs van der Hulst, &amp;lt;email&amp;gt;J.M.van.der.Hulst@astro.rug.nl&amp;lt;/email&amp;gt;&lt;br /&gt;
* Jos Roerdink &amp;lt;email&amp;gt;j.b.t.m.roerdink@rug.nl&amp;lt;/email&amp;gt;&lt;br /&gt;
[http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Extensions/SlicerAstro Back to SlicerAstro home]&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Module Description}}&lt;br /&gt;
The {{documentation/modulename}} can read/write FITS file (astronomical data format) and handle the color function and display of Astro Volumes. &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Panels and their use}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;h4&amp;gt;Handling the loading and writing of FITS files&amp;lt;/h4&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:AstroLoading.png|750 px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h4&amp;gt; MRML nodes that store the data-cube and the FITS keywords in the 3DSlicer object-tree (Data module) &amp;lt;/h4&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:AstroData.png|500 px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;h4&amp;gt;The control of the display coordinates&amp;lt;/h4&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:AstroVolumeInformation.png|1000 px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;h4&amp;gt; The display of Beam information in the XY view &amp;lt;/h4&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:AstroHistogram.png|1000 px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;h4&amp;gt;The control of the 2D color transfer function&amp;lt;/h4&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Astro2DColorFunction1.png|1000 px]]&lt;br /&gt;
[[File:Astro2DColorFunction2.png|1000 px]]&lt;br /&gt;
[[File:Astro2DColorFunction3.png|1000 px]]&lt;br /&gt;
[[File:Astro2DColorFunction4.png|1000 px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;h4&amp;gt; The display of the Astronomical World Coordinate (WCS) and Data Probing for 2D views &amp;lt;/h4&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Astro2Daxes.png|1000 px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;h4&amp;gt; The display of Beam information in the XY view &amp;lt;/h4&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:AstroBeam.png|1000 px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;h4&amp;gt;The control of the 3D color transfer function&amp;lt;/h4&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Astro3DColorFunction.png|1000 px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;h4&amp;gt;Tools to convert mask from FITS files (e.g., generated by SoFiA) into segmentations objects and viceversa&amp;lt;/h4&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:AstroMask2.png|1000 px]]&lt;br /&gt;
[[File:AstroMask6.png|1000 px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Astro segmentation editor effect}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;h4&amp;gt;AstroContours Effect&amp;lt;/h4&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
This editor effect can create multiple segmentation (3D contours) of the input volume.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:AstroContourEffect.png|1000 px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The Contour Levels can be specified using the following format: &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
'FISRT:LAST+SPACING' for linear spacing or 'FISRT:LAST*SPACING' for non linear spacing. &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The levels can also be specified as a list (e.g., 'VALUE1;VALUE2;VALUE3'). In the case of a list, it is possible also to specify for each contour&lt;br /&gt;
both the MIN and MAX intensity values of the level (e.g., 'CONTOUR1MIN,CONTOUR1MAX;CONTOUR2MIN,CONTOUR2MAX'). &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
If the string is preceded by '3DDisplayThreshold', the levels are evaluated in units of the value of 3DDisplayThreshold of the dataset.                                          &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
If the Histogram is active in the plot view and a selection is made, by typing the string 'Histogram' will create a segmentation around the selection.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The contours in SlicerAstro are a full 3D segmentation. Therefore it can be computationally heavy to segment &lt;br /&gt;
(marching cubes algorithm) and visualize around the noise range [-2, 2] RMS for large datacubes.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;h4&amp;gt;AstroCloudLasso Effect&amp;lt;/h4&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
The AstroCloudLasso segmentation editor effect is a tool to interactively perform a 3D selection.&lt;br /&gt;
This 3D selection (the segmentation) can be used either for:&lt;br /&gt;
&lt;br /&gt;
1. changing an imported mask generated by automated algorithms (e.g., source finders);&amp;lt;br&amp;gt;&lt;br /&gt;
2. providing an input mask to a variety of tools in SlicerAstro (e.g., MomentMaps module and Modeling module).&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:AstroMask3.png|1000 px]]&lt;br /&gt;
[[File:AstroMask4.png|1000 px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|References}}&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
@ARTICLE{2017A&amp;amp;C....19...45P,&lt;br /&gt;
   author = {{Punzo}, D. and {van der Hulst}, J.~M. and {Roerdink}, J.~B.~T.~M. and &lt;br /&gt;
	{Fillion-Robin}, J.~C. and {Yu}, L.},&lt;br /&gt;
    title = &amp;quot;{SlicerAstro: A 3-D interactive visual analytics tool for HI data}&amp;quot;,&lt;br /&gt;
  journal = {Astronomy and Computing},&lt;br /&gt;
archivePrefix = &amp;quot;arXiv&amp;quot;,&lt;br /&gt;
   eprint = {1703.06651},&lt;br /&gt;
 primaryClass = &amp;quot;astro-ph.IM&amp;quot;,&lt;br /&gt;
 keywords = {Radio lines: galaxies, Scientific visualization, Visual analytics, Agile software development, Object oriented development, Empirical software validation},&lt;br /&gt;
     year = 2017,&lt;br /&gt;
    month = apr,&lt;br /&gt;
   volume = 19,&lt;br /&gt;
    pages = {45-59},&lt;br /&gt;
      doi = {10.1016/j.ascom.2017.03.004},&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-footer}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Davide</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Modules/AstroVolume&amp;diff=58682</id>
		<title>Documentation/Nightly/Modules/AstroVolume</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Modules/AstroVolume&amp;diff=58682"/>
		<updated>2018-02-23T16:08:00Z</updated>

		<summary type="html">&lt;p&gt;Davide: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-header}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
[[File:ERCIcon.png|300px|European Research Council]]&lt;br /&gt;
[[File:Kapteyn logo1.png|500px|Kapteyn Astronomical Institute]]&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Introduction and Acknowledgements}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-start|{{documentation/modulename}}}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
Authors:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Davide Punzo&amp;lt;/b&amp;gt; (Kapteyn Astronomical Institute, University of Groningen) &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Thijs van der Hulst&amp;lt;/b&amp;gt; (Kapteyn Astronomical Institute, University of Groningen) &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Jos Roerdink&amp;lt;/b&amp;gt; (Johann Bernoulli Institute for Mathematics and Computer Science, University of Groningen) &amp;lt;br&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Contributors: &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Jean-Christophe Fillion-Robin&amp;lt;/b&amp;gt; (Kitware) &amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;b&amp;gt;Steve Pieper&amp;lt;/b&amp;gt; (Isomics) &amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;b&amp;gt;Andras Lasso&amp;lt;/b&amp;gt; (PerkLab, Queen's) &amp;lt;br&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Acknowledgements: &amp;lt;br&amp;gt; &lt;br /&gt;
This work was supported by the European Research Council under the European Union's Seventh Framework Programme (FP/2007-2013)/ERC Grant Agreement nr. 291-531.&amp;lt;br&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Contacts:&lt;br /&gt;
* Davide Punzo, &amp;lt;email&amp;gt;punzodavide@hotmail.it&amp;lt;/email&amp;gt;; &amp;lt;email&amp;gt;D.Punzo@astro.rug.nl&amp;lt;/email&amp;gt;&lt;br /&gt;
* Thijs van der Hulst, &amp;lt;email&amp;gt;J.M.van.der.Hulst@astro.rug.nl&amp;lt;/email&amp;gt;&lt;br /&gt;
* Jos Roerdink &amp;lt;email&amp;gt;j.b.t.m.roerdink@rug.nl&amp;lt;/email&amp;gt;&lt;br /&gt;
[http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Extensions/SlicerAstro Back to SlicerAstro home]&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Module Description}}&lt;br /&gt;
The {{documentation/modulename}} can read/write FITS file (astronomical data format) and handle the color function and display of Astro Volumes. &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Panels and their use}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;h4&amp;gt;Handling the loading and writing of FITS files&amp;lt;/h4&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:AstroLoading.png|750 px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h4&amp;gt; MRML nodes that store the data-cube and the FITS keywords in the 3DSlicer object-tree (Data module) &amp;lt;/h4&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:AstroData.png|500 px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;h4&amp;gt;The control of the display coordinates&amp;lt;/h4&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:AstroVolumeInformation.png|1000 px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;h4&amp;gt; The display of Beam information in the XY view &amp;lt;/h4&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:AstroHistogram.png|1000 px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;h4&amp;gt;The control of the 2D color transfer function&amp;lt;/h4&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Astro2DColorFunction1.png|1000 px]]&lt;br /&gt;
[[File:Astro2DColorFunction2.png|1000 px]]&lt;br /&gt;
[[File:Astro2DColorFunction3.png|1000 px]]&lt;br /&gt;
[[File:Astro2DColorFunction4.png|1000 px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;h4&amp;gt; The display of the Astronomical World Coordinate (WCS) and Data Probing for 2D views &amp;lt;/h4&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;h4&amp;gt; The display of Beam information in the XY view &amp;lt;/h4&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:AstroBeam.png|1000 px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;h4&amp;gt;The control of the 3D color transfer function&amp;lt;/h4&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Astro3DColorFunction.png|1000 px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;h4&amp;gt;Tools to convert mask from FITS files (e.g., generated by SoFiA) into segmentations objects and viceversa&amp;lt;/h4&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:AstroMask2.png|1000 px]]&lt;br /&gt;
[[File:AstroMask6.png|1000 px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Astro segmentation editor effect}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;h4&amp;gt;AstroContours Effect&amp;lt;/h4&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
This editor effect can create multiple segmentation (3D contours) of the input volume.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:AstroContourEffect.png|1000 px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The Contour Levels can be specified using the following format: &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
'FISRT:LAST+SPACING' for linear spacing or 'FISRT:LAST*SPACING' for non linear spacing. &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The levels can also be specified as a list (e.g., 'VALUE1;VALUE2;VALUE3'). In the case of a list, it is possible also to specify for each contour&lt;br /&gt;
both the MIN and MAX intensity values of the level (e.g., 'CONTOUR1MIN,CONTOUR1MAX;CONTOUR2MIN,CONTOUR2MAX'). &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
If the string is preceded by '3DDisplayThreshold', the levels are evaluated in units of the value of 3DDisplayThreshold of the dataset.                                          &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
If the Histogram is active in the plot view and a selection is made, by typing the string 'Histogram' will create a segmentation around the selection.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The contours in SlicerAstro are a full 3D segmentation. Therefore it can be computationally heavy to segment &lt;br /&gt;
(marching cubes algorithm) and visualize around the noise range [-2, 2] RMS for large datacubes.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;h4&amp;gt;AstroCloudLasso Effect&amp;lt;/h4&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
The AstroCloudLasso segmentation editor effect is a tool to interactively perform a 3D selection.&lt;br /&gt;
This 3D selection (the segmentation) can be used either for:&lt;br /&gt;
&lt;br /&gt;
1. changing an imported mask generated by automated algorithms (e.g., source finders);&amp;lt;br&amp;gt;&lt;br /&gt;
2. providing an input mask to a variety of tools in SlicerAstro (e.g., MomentMaps module and Modeling module).&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:AstroMask3.png|1000 px]]&lt;br /&gt;
[[File:AstroMask4.png|1000 px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|References}}&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
@ARTICLE{2017A&amp;amp;C....19...45P,&lt;br /&gt;
   author = {{Punzo}, D. and {van der Hulst}, J.~M. and {Roerdink}, J.~B.~T.~M. and &lt;br /&gt;
	{Fillion-Robin}, J.~C. and {Yu}, L.},&lt;br /&gt;
    title = &amp;quot;{SlicerAstro: A 3-D interactive visual analytics tool for HI data}&amp;quot;,&lt;br /&gt;
  journal = {Astronomy and Computing},&lt;br /&gt;
archivePrefix = &amp;quot;arXiv&amp;quot;,&lt;br /&gt;
   eprint = {1703.06651},&lt;br /&gt;
 primaryClass = &amp;quot;astro-ph.IM&amp;quot;,&lt;br /&gt;
 keywords = {Radio lines: galaxies, Scientific visualization, Visual analytics, Agile software development, Object oriented development, Empirical software validation},&lt;br /&gt;
     year = 2017,&lt;br /&gt;
    month = apr,&lt;br /&gt;
   volume = 19,&lt;br /&gt;
    pages = {45-59},&lt;br /&gt;
      doi = {10.1016/j.ascom.2017.03.004},&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-footer}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Davide</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:SlicerAstroDataProbe1.png&amp;diff=58681</id>
		<title>File:SlicerAstroDataProbe1.png</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:SlicerAstroDataProbe1.png&amp;diff=58681"/>
		<updated>2018-02-23T16:07:03Z</updated>

		<summary type="html">&lt;p&gt;Davide: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Davide</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/Nightly/Modules/SlicerAstroDataProbe&amp;diff=58680</id>
		<title>Documentation/Nightly/Modules/SlicerAstroDataProbe</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/Nightly/Modules/SlicerAstroDataProbe&amp;diff=58680"/>
		<updated>2018-02-23T16:06:56Z</updated>

		<summary type="html">&lt;p&gt;Davide: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-header}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
[[File:ERCIcon.png|300px|European Research Council]]&lt;br /&gt;
[[File:Kapteyn logo1.png|500px|Kapteyn Astronomical Institute]]&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Introduction and Acknowledgements}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-start|{{documentation/modulename}}}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
Authors:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Davide Punzo&amp;lt;/b&amp;gt; (Kapteyn Astronomical Institute, University of Groningen) &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Thijs van der Hulst&amp;lt;/b&amp;gt; (Kapteyn Astronomical Institute, University of Groningen) &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Jos Roerdink&amp;lt;/b&amp;gt; (Johann Bernoulli Institute for Mathematics and Computer Science, University of Groningen) &amp;lt;br&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Contributors: &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Jean-Christophe Fillion-Robin&amp;lt;/b&amp;gt; (Kitware) &amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;b&amp;gt;Steve Pieper&amp;lt;/b&amp;gt; (Isomics) &amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;b&amp;gt;Andras Lasso&amp;lt;/b&amp;gt; (PerkLab, Queen's) &amp;lt;br&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Acknowledgements: &amp;lt;br&amp;gt; &lt;br /&gt;
This work was supported by the European Research Council under the European Union's Seventh Framework Programme (FP/2007-2013)/ERC Grant Agreement nr. 291-531.&amp;lt;br&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Contacts:&lt;br /&gt;
* Davide Punzo, &amp;lt;email&amp;gt;punzodavide@hotmail.it&amp;lt;/email&amp;gt;; &amp;lt;email&amp;gt;D.Punzo@astro.rug.nl&amp;lt;/email&amp;gt;&lt;br /&gt;
* Thijs van der Hulst, &amp;lt;email&amp;gt;J.M.van.der.Hulst@astro.rug.nl&amp;lt;/email&amp;gt;&lt;br /&gt;
[http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Extensions/SlicerAstro Back to SlicerAstro home]&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Module Description}}&lt;br /&gt;
This module provides data probing and 2D views annotations specific for the astronomical needs.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Panels and their use}}&lt;br /&gt;
[[File:SlicerAstroDataProbe1.png  | 1000px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|References}}&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
@ARTICLE{2017A&amp;amp;C....19...45P,&lt;br /&gt;
   author = {{Punzo}, D. and {van der Hulst}, J.~M. and {Roerdink}, J.~B.~T.~M. and &lt;br /&gt;
	{Fillion-Robin}, J.~C. and {Yu}, L.},&lt;br /&gt;
    title = &amp;quot;{SlicerAstro: A 3-D interactive visual analytics tool for HI data}&amp;quot;,&lt;br /&gt;
  journal = {Astronomy and Computing},&lt;br /&gt;
archivePrefix = &amp;quot;arXiv&amp;quot;,&lt;br /&gt;
   eprint = {1703.06651},&lt;br /&gt;
 primaryClass = &amp;quot;astro-ph.IM&amp;quot;,&lt;br /&gt;
 keywords = {Radio lines: galaxies, Scientific visualization, Visual analytics, Agile software development, Object oriented development, Empirical software validation},&lt;br /&gt;
     year = 2017,&lt;br /&gt;
    month = apr,&lt;br /&gt;
   volume = 19,&lt;br /&gt;
    pages = {45-59},&lt;br /&gt;
      doi = {10.1016/j.ascom.2017.03.004},&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-footer}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Davide</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:SlicerAstroDataProbe.png&amp;diff=58679</id>
		<title>File:SlicerAstroDataProbe.png</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:SlicerAstroDataProbe.png&amp;diff=58679"/>
		<updated>2018-02-23T16:05:58Z</updated>

		<summary type="html">&lt;p&gt;Davide: Davide uploaded a new version of File:SlicerAstroDataProbe.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Davide</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:SlicerAstroDataProbe.png&amp;diff=58678</id>
		<title>File:SlicerAstroDataProbe.png</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:SlicerAstroDataProbe.png&amp;diff=58678"/>
		<updated>2018-02-23T16:05:17Z</updated>

		<summary type="html">&lt;p&gt;Davide: Davide uploaded a new version of File:SlicerAstroDataProbe.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Davide</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:SlicerAstroDataProbe.png&amp;diff=58677</id>
		<title>File:SlicerAstroDataProbe.png</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:SlicerAstroDataProbe.png&amp;diff=58677"/>
		<updated>2018-02-23T16:04:27Z</updated>

		<summary type="html">&lt;p&gt;Davide: Davide uploaded a new version of File:SlicerAstroDataProbe.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Davide</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:SlicerAstroDataProbe.png&amp;diff=58676</id>
		<title>File:SlicerAstroDataProbe.png</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:SlicerAstroDataProbe.png&amp;diff=58676"/>
		<updated>2018-02-23T16:02:42Z</updated>

		<summary type="html">&lt;p&gt;Davide: Davide uploaded a new version of File:SlicerAstroDataProbe.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Davide</name></author>
		
	</entry>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=File:Astro2Daxes.png&amp;diff=58675</id>
		<title>File:Astro2Daxes.png</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=File:Astro2Daxes.png&amp;diff=58675"/>
		<updated>2018-02-23T16:02:31Z</updated>

		<summary type="html">&lt;p&gt;Davide: Davide uploaded a new version of File:Astro2Daxes.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Davide</name></author>
		
	</entry>
</feed>