Slicer: 2145-support-for-installing-extension-from-file d05b68a5

Author Committer Branch Timestamp Parent
hjohnson hjohnson 2145-support-for-installing-extension-from-file 2013-07-30 17:12:21 2145-support-for-installing-extension-from-file 9e7a7c05
Changeset

ENH: Add stock un-altered version of the LUT

For 20120827 directly form freesurfer
The next patch set will modify this file for slicers purposes.

ENH: Modify for Slicer LUT conformance

s/^#/# /g <-- Comment lines need a space after the #
s/0$/255/g <-- the alpha channel needs to be 255 in all cases except unknown
%s/(nknown.* )255$/\1 0/g <-- unknowns need to be transparent

ENH: Change Default LUT to the 2012 freesurfer.

This addresses the issues in mantis ticket
http://www.na-mic.org/Bug/view.php?id=3238

git-svn-id: http://svn.slicer.org/Slicer4/trunk@22251 3bd1e089-480b-0410-8dfb-8563597acbee

mod - Libs/FreeSurfer/CMakeLists.txt Diff File
add - Libs/FreeSurfer/FreeSurferColorLUT20120827.txt Diff File
mod - Libs/FreeSurfer/Testing/QueryAtlas3.tcl Diff File
mod - Libs/FreeSurfer/Testing/fips2mrml.tcl Diff File
mod - Libs/MRML/Core/vtkMRMLFreeSurferProceduralColorNode.cxx Diff File