Difference between revisions of "Slicer3:Execution Model Documentation:Parameter Naming Conventions"

From NAMIC Wiki
Jump to: navigation, search
(New page: The Execution Model allows creation of executables with command line options for doing medical image computing. This page collects conventions ...)
 
Line 1: Line 1:
 
The [[Slicer3:Execution_Model_Documentation | Execution Model]] allows creation of executables with command line options for doing medical image computing.  This page collects conventions for how those parameters work so that tools can be consistent.
 
The [[Slicer3:Execution_Model_Documentation | Execution Model]] allows creation of executables with command line options for doing medical image computing.  This page collects conventions for how those parameters work so that tools can be consistent.
 +
 +
 +
{| border="1"
 +
! Parameter Type
 +
! Long Flag
 +
! Short Flag
 +
! Type
 +
|-
 +
|
 +
Neighborhood
 +
|
 +
--neighborhood
 +
|
 +
-n
 +
|
 +
List of Integers
 +
|}

Revision as of 19:10, 16 October 2007

Home < Slicer3:Execution Model Documentation:Parameter Naming Conventions

The Execution Model allows creation of executables with command line options for doing medical image computing. This page collects conventions for how those parameters work so that tools can be consistent.


Parameter Type Long Flag Short Flag Type

Neighborhood

--neighborhood

-n

List of Integers