Documentation/4.0/SlicerApplication/LookupTables
From Slicer Wiki
Home < Documentation < 4.0 < SlicerApplication < LookupTables
Overview
Slicer offers a variety of predefined lookup tables (LUT).
LUTs
Generic LUTs
- GenericAnatomyColors.txt: Default LUT for Slicer 4.0
- GenericColors.txt: Generic Colors LUT for Slicer 4.0
- Preparation work
Custom LUTs
- 2010 Colors for a generic labelmap
- 2010 Label colors for brain segmentation
- Freesurfer labels
- Mori-Atlas labels
- Lauras labels
Brain Atlas LUTs
- 2010 Brain Atlas (Good example of the wiki-based labelpage format, including multiple tables.)
LUTs for Charting
Please see the separate page
Slicer ColorPicker
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) |
- Standard color names and values: http://www.w3.org/TR/SVG/types.html#ColorKeywords
- Go here to create a text file in Slicer LUT format.
- A custom LUT can be loaded into Slicer like any other file.