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

From Slicer Wiki
Jump to: navigation, search
Line 5: Line 5:
  
 
=Overview=
 
=Overview=
Slicer offers a variety of predefined lookup tables (LUT). Volumes can be associated with a LUT in the volumes module. Also, [[Documentation/4.0/Modules/Colors|see the 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/4.1/Modules/Colors|Colors Module]].
  
=LUTs=
+
==LUTs==
 
<gallery widths=200px>
 
<gallery widths=200px>
 
file:DiscreteLUTs-2012-02-18.png|''Discrete LUTs''
 
file:DiscreteLUTs-2012-02-18.png|''Discrete LUTs''
Line 19: Line 19:
 
</gallery>
 
</gallery>
  
===Custom LUTs===
+
==LUTs for Charting==
*[[Slicer3:Mori-Atlas_labels|Mori-Atlas labels]]
+
Please see the [[Slicer4:2012_GenericChartColors|Generic Chart Colors]] page.
*[[Slicer3:Lauras_labels|Lauras labels]]
 
*[[CCA:Atlases:MRI_Brain_Atlas_2010:ColorFile|2010 Brain Atlas]]:Good example of the wiki-based labelpage format, including multiple tables.
 
*[[Documentation/{{documentation/version}}/SlicerApplication/LUTs/TractographyColors|TractographyColors]] LUT for WM parcellation
 
 
 
===LUTs for Charting===
 
Please see the [[Slicer4:2012_GenericChartColors|separate page]]
 
  
=LUTs in Slicer=
+
==LUTs in Slicer==
You can review and edit LUTs in Slicer via the [[Documentation/{{documentation/version}}/Modules/Colors|Colors module]]  
+
You can review and edit LUTs in Slicer via the [[Documentation/{{documentation/version}}/Modules/Colors|Colors module]].
 
=Slicer ColorPicker=
 
=Slicer ColorPicker=
[[Image:SlicerColorPicker-2012-02-18.png|300px|right|thumb|The slicer colorpicker allows to select colors from a label map and to assign them to objects such as surface models or streamlines]]
+
The slicer colorpicker allows to select colors from a label map and to assign them to objects such as surface models or streamlines.
 +
[[Image:SlicerColorPicker-2012-02-18.png|200px|left]]
  
=Custom LUTs=
+
==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.
 
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.
 
  
 
{| class="wikitable sortable labelpage labelpagetable" border="1"
 
{| class="wikitable sortable labelpage labelpagetable" border="1"
Line 72: Line 66:
  
 
* 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
* [http://labelpage.halle.us/ Go here] to create a text file in Slicer LUT format.
+
* Go [http://labelpage.halle.us/ here] to create a text file in Slicer LUT format.
 
* A custom LUT can be loaded into Slicer like any other file.
 
* A custom LUT can be loaded into Slicer like any other file.
  
 +
===Custom LUT Examples===
 +
*[[Slicer3:Mori-Atlas_labels|Mori-Atlas labels]]
 +
*[[Slicer3:Lauras_labels|Lauras labels]]
 +
*[[CCA:Atlases:MRI_Brain_Atlas_2010:ColorFile|2010 Brain Atlas]]: Good example of the wiki-based labelpage format, including multiple tables.
 +
*[[Documentation/{{documentation/version}}/SlicerApplication/LUTs/TractographyColors|TractographyColors]] LUT for WM parcellation.
  
 
<!-- ---------------------------- -->
 
<!-- ---------------------------- -->
 
{{documentation/{{documentation/version}}/slicerapplication-footer}}
 
{{documentation/{{documentation/version}}/slicerapplication-footer}}
 
<!-- ---------------------------- -->
 
<!-- ---------------------------- -->

Revision as of 18:38, 16 August 2012

Home < Documentation < 4.1 < SlicerApplication < LookupTables



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