Difference between revisions of "Documentation/4.2/SlicerApplication/LookupTables"

From Slicer Wiki
Jump to: navigation, search
(Prepend documentation/versioncheck template. See http://na-mic.org/Mantis/view.php?id=2887)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 +
<noinclude>{{documentation/versioncheck}}</noinclude>
 
<!-- ---------------------------- -->
 
<!-- ---------------------------- -->
 
{{documentation/{{documentation/version}}/slicerapplication-header}}
 
{{documentation/{{documentation/version}}/slicerapplication-header}}
Line 5: Line 6:
  
 
=Overview=
 
=Overview=
Slicer offers a variety of predefined lookup tables (LUT). Volumes can be associated with a LUT in the volumes module. Also, see the [[Documentation/4.1/Modules/Colors|Colors Module]].
+
Slicer offers a variety of predefined lookup tables (LUT). Volumes can be associated with a LUT in the volumes module. Also, see the [[Documentation/{{documentation/version}}/Modules/Colors|Colors Module]].
  
 
==LUTs==
 
==LUTs==
Line 63: Line 64:
 
|-
 
|-
 
|}
 
|}
 
  
 
* Standard color names and values: http://www.w3.org/TR/SVG/types.html#ColorKeywords
 
* Standard color names and values: http://www.w3.org/TR/SVG/types.html#ColorKeywords
Line 79: Line 79:
 
*[[Documentation/{{documentation/version}}/SlicerApplication/LookupTables/Lauras-labels|Laura's Labels]]
 
*[[Documentation/{{documentation/version}}/SlicerApplication/LookupTables/Lauras-labels|Laura's Labels]]
 
*[[Documentation/{{documentation/version}}/SlicerApplication/LookupTables/Mori-Atlas_labels|Mori-Atlas Labels]]
 
*[[Documentation/{{documentation/version}}/SlicerApplication/LookupTables/Mori-Atlas_labels|Mori-Atlas Labels]]
 +
 +
====Brain Atlas LUTs====
 +
*[[Documentation/{{documentation/version}}/SlicerApplication/LookupTables/CCA:Atlases:MRI_Brain_Atlas_2012:ColorFile|2012 Multi-modality MRI-based Atlas of the Brain]]: Good example of the wiki-based labelpage format, including multiple tables.
 +
*[[Documentation/{{documentation/version}}/SlicerApplication/LookupTables/TractographyColors|Tractography Colors]]: LUT for White Matter Parcellation.
 +
*[[Documentation/{{documentation/version}}/SlicerApplication/LookupTables/2012SPL-BrainAtlasColorFile|2012 SPL Brain Atlas Colors]]
 +
  
 
<!-- ---------------------------- -->
 
<!-- ---------------------------- -->

Latest revision as of 07:39, 14 June 2013

Home < Documentation < 4.2 < SlicerApplication < LookupTables


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



Overview

Slicer offers a variety of predefined lookup tables (LUT). Volumes can be associated with a LUT in the volumes module. Also, see the Colors Module.

LUTs

LUTs for Charting

Please see the Generic Chart Colors page.

LUTs in Slicer

You can review and edit LUTs in Slicer via the Colors module.

Slicer ColorPicker

The slicer colorpicker allows to select colors from a label map and to assign them to objects such as surface models or streamlines.

SlicerColorPicker-2012-02-18.png

Custom LUTs

It is relatively easy to create custom LUTs by creating a table with the colors on the wiki. This allows to select specific names and colors when segmenting. See below for an example.

integer_label text_label color notes
0 background rgba(0,0,0,0)
1 tissue rgb(128,174,128) Default label for bodily tissues
2 bone rgb(241,214,145)
3 skin rgb(177,122,101)
4 connective tissue rgb(111,184,210)

Custom LUT Examples

Brain Atlas LUTs

Useful Links