Difference between revisions of "Documentation/Nightly/Modules/ImageMaker"

From Slicer Wiki
Jump to: navigation, search
(Add code documentation)
(Prepend documentation/versioncheck template. See http://na-mic.org/Mantis/view.php?id=2887)
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
<noinclude>{{documentation/versioncheck}}</noinclude>
 
<!-- ---------------------------- -->
 
<!-- ---------------------------- -->
 
{{documentation/{{documentation/version}}/module-header}}
 
{{documentation/{{documentation/version}}/module-header}}
Line 7: Line 8:
 
{{documentation/{{documentation/version}}/module-introduction-start|{{documentation/modulename}}}}
 
{{documentation/{{documentation/version}}/module-introduction-start|{{documentation/modulename}}}}
 
{{documentation/{{documentation/version}}/module-introduction-row}}
 
{{documentation/{{documentation/version}}/module-introduction-row}}
Extension: [[Documentation/{{documentation/version}}/Extensions/QuickTools|QuickTools]]<br>
+
Extension: [[Documentation/{{documentation/version}}/Extensions/ImageMaker|ImageMaker]]<br>
 
Acknowledgments:
 
Acknowledgments:
 
This work is supported by the Air Force Research Laboratories.<br>
 
This work is supported by the Air Force Research Laboratories.<br>
Author: Julien Finet ({{collaborator|name|ge}})<br>
+
Author: Julien Finet ({{collaborator|name|kitware}})<br>
 
Contact: Julien Finet, <email>julien.finet@kitware.com</email><br>
 
Contact: Julien Finet, <email>julien.finet@kitware.com</email><br>
 
{{documentation/{{documentation/version}}/module-introduction-row}}
 
{{documentation/{{documentation/version}}/module-introduction-row}}
 
{{documentation/{{documentation/version}}/module-introduction-logo-gallery
 
{{documentation/{{documentation/version}}/module-introduction-logo-gallery
 
|{{collaborator|logo|kitware}}|{{collaborator|longname|kitware}}
 
|{{collaborator|logo|kitware}}|{{collaborator|longname|kitware}}
 +
|{{collaborator|logo|afrl}}|{{collaborator|longname|afrl}}
 
}}
 
}}
  
Line 21: Line 23:
 
<!-- ---------------------------- -->
 
<!-- ---------------------------- -->
 
{{documentation/{{documentation/version}}/module-section|Module Description}}
 
{{documentation/{{documentation/version}}/module-section|Module Description}}
 
+
Create a volume from scratch. The voxels of the volume can later be edited with the [[Documentation/{{documentation/version}}/Modules/Editor|Editor]] module. Some information such as the spacing and origin of the volume can be changed with the [[Documentation/{{documentation/version}}/Modules/Volumes|Volumes]] module.
 
 
  
 
<!-- ---------------------------- -->
 
<!-- ---------------------------- -->
Line 38: Line 39:
 
| valign="top" |
 
| valign="top" |
 
{{#xsl: https://raw.github.com/gist/1303059/b39751f476ce0ea2b3ca3f672df002daf8aa7507/slicer-4.0-module-parameterdescription.xsl |
 
{{#xsl: https://raw.github.com/gist/1303059/b39751f476ce0ea2b3ca3f672df002daf8aa7507/slicer-4.0-module-parameterdescription.xsl |
https://raw.github.com/finetjul/QuickTools/master/Modules/CLI/ImageMaker/ImageMaker.xml | parse=true | nocache = false}}
+
https://raw.github.com/finetjul/ImageMaker/master/Modules/CLI/ImageMaker/ImageMaker.xml | parse=true | nocache = false}}
 
| align="right" | [[Image:ImageMaker.png|thumb|280px|Image Maker user interface]]
 
| align="right" | [[Image:ImageMaker.png|thumb|280px|Image Maker user interface]]
 
|}
 
|}
Line 44: Line 45:
 
<!-- ---------------------------- -->
 
<!-- ---------------------------- -->
 
{{documentation/{{documentation/version}}/module-section|Similar Modules}}
 
{{documentation/{{documentation/version}}/module-section|Similar Modules}}
 +
[[Documentation/{{documentation/version}}/Modules/Editor|Editor]]: to edit the created volume
 +
 +
[[Documentation/{{documentation/version}}/Modules/Volumes|Volumes]]: to tweak the image origin and spacing after the volume is created.
  
 
<!-- ---------------------------- -->
 
<!-- ---------------------------- -->

Latest revision as of 07:50, 14 June 2013

Home < Documentation < Nightly < Modules < ImageMaker


For the latest Slicer documentation, visit the read-the-docs.


Introduction and Acknowledgements

Extension: ImageMaker
Acknowledgments: This work is supported by the Air Force Research Laboratories.
Author: Julien Finet (Kitware)
Contact: Julien Finet, <email>julien.finet@kitware.com</email>

Kitware, Inc.  
Air Force Research Laboratories  

Module Description

Create a volume from scratch. The voxels of the volume can later be edited with the Editor module. Some information such as the spacing and origin of the volume can be changed with the Volumes module.

Use Cases

Tutorials

Panels and their use

Parameters:

Image Maker user interface

Similar Modules

Editor: to edit the created volume

Volumes: to tweak the image origin and spacing after the volume is created.

References

Information for Developers