thanks Don, I put your fix in Bruce On Thu, 17 Nov 2011, Don Hagler wrote:
FYI, in version 5.1.0, FreeSurferColorLUT.txt has a space (" ") instead of an empty line at line 1189. This causes the matlab funciton read_fscolorlut to throw an error. An easy fix is to change this line: if(~isempty(tline) & tline(1) ~= '#') break; end to this: if(~isempty(deblank(tline)) & tline(1) ~= '#') break; end
_______________________________________________ Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer The information in this e-mail is intended only for the person to whom it is addressed. If you believe this e-mail was sent to you in error and the e-mail contains patient information, please contact the Partners Compliance HelpLine at http://www.partners.org/complianceline . If the e-mail was sent to you in error but does not contain patient information, please contact the sender and properly dispose of the e-mail.