Difference between revisions of "Documentation/4.0/Modules/DataProbe"
From Slicer Wiki
(Created page with '<!-- ---------------------------- --> {{documentation/{{documentation/version}}/module-header}} <!-- ---------------------------- --> <!-- ---------------------------- --> {{doc…') |
(Prepend documentation/versioncheck template. See http://na-mic.org/Mantis/view.php?id=2887) |
||
(2 intermediate revisions by 2 users 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}} | ||
− | {{documentation/{{documentation/version}}/module-acknowledgements | + | <!-- {{documentation/{{documentation/version}}/module-acknowledgements}}<br> --> |
− | |||
− | |||
Information on NA-MIC can be obtained from the [http://www.na-mic.org/ NA-MIC website].<br> | Information on NA-MIC can be obtained from the [http://www.na-mic.org/ NA-MIC website].<br> | ||
Author: Steve Pieper, Isomics, Inc.<br> | Author: Steve Pieper, Isomics, Inc.<br> | ||
Line 50: | Line 49: | ||
** the name of the volume (or None if nothing is selected) | ** the name of the volume (or None if nothing is selected) | ||
** the IJK coordinates corresponding to the mouse pointer (see [[Coordinate_systems|the page on Coordinate Systems]] for more information) | ** the IJK coordinates corresponding to the mouse pointer (see [[Coordinate_systems|the page on Coordinate Systems]] for more information) | ||
− | ** or Label volumes, the name corresponding to the label value (as defined by the current color table) | + | ** or Label volumes, the name corresponding to the label value (as defined by the current [[Documentation/4.0/Modules/Colors|color table]]) |
** the value of the volume at that coordinate (a single value for scalar volumes or the number or components for non-scalar volumes) | ** the value of the volume at that coordinate (a single value for scalar volumes or the number or components for non-scalar volumes) | ||
<!-- ---------------------------- --> | <!-- ---------------------------- --> | ||
{{documentation/{{documentation/version}}/module-section|Similar Modules}} | {{documentation/{{documentation/version}}/module-section|Similar Modules}} | ||
− | + | [[Documentation/4.0/Modules/LabelStatistics|Label Statistics]] | |
+ | |||
<!-- ---------------------------- --> | <!-- ---------------------------- --> | ||
{{documentation/{{documentation/version}}/module-section|References}} | {{documentation/{{documentation/version}}/module-section|References}} | ||
N/A | N/A | ||
+ | |||
<!-- ---------------------------- --> | <!-- ---------------------------- --> | ||
{{documentation/{{documentation/version}}/module-section|Information for Developers}} | {{documentation/{{documentation/version}}/module-section|Information for Developers}} | ||
This module is written in python. | This module is written in python. | ||
+ | {{documentation/{{documentation/version}}/module-developerinfo}} | ||
+ | |||
<!-- ---------------------------- --> | <!-- ---------------------------- --> | ||
− | {{documentation/{{documentation/version}}/module-footer | + | {{documentation/{{documentation/version}}/module-footer}} |
<!-- ---------------------------- --> | <!-- ---------------------------- --> |
Latest revision as of 07:35, 14 June 2013
Home < Documentation < 4.0 < Modules < DataProbe
For the latest Slicer documentation, visit the read-the-docs. |
Introduction and Acknowledgements
Information on NA-MIC can be obtained from the NA-MIC website. | |||||
|
Module Description
Display information about the volume data at the location of the mouse pointer in the Slice views.
Use Cases
Examples:
- Use Case 1: Compare image intensity for two volumes before and after filtering by putting one in the foreground and one in the background.
- Use Case 2: Get a textual description of the label value of a segmented structure.
- Use Case 3: Determine the patient and voxel coordinates of a structure.
Tutorials
Panels and their use
The Data probe shows two blocks of data
- The first line displays:
- color and name of the Slice view that the mouse pointer is currently over
- the patient-space location corresponding to the mouse pointer in RAS (Right/Anterior/Superior space - see the page on Coordinate Systems for more information)
- the orientation of the slice view
- the spacing between slices for the slice view
- The lower block of three lines displays:
- L, F, or B for Label, Foreground, and Background respectively
- the name of the volume (or None if nothing is selected)
- the IJK coordinates corresponding to the mouse pointer (see the page on Coordinate Systems for more information)
- or Label volumes, the name corresponding to the label value (as defined by the current color table)
- the value of the volume at that coordinate (a single value for scalar volumes or the number or components for non-scalar volumes)
Similar Modules
References
N/A
Information for Developers
This module is written in python.
Section under construction. |