User Tools

Site Tools


neuroelf:neuroelf_pipeline

This is an old revision of the document!


NeuroElf pipeline

Sources\MATLAB\bv_umg\ne_era

ne_era.m

This function relies on vtc.VOITimeCourse method, which has been changed from v0.9c → newer versions. The new method is AFT::VOITimeCourse, in versions v0.9d and 1.0, this method works only with TAL vois. The method vtc.VOITimeCourseOrig is kept for backward compatibility (works with both BV and TAL vois).

ne_era.m takes care of this:

	if strcmp('0.9c',v) || strcmp(voi.ReferenceSpace,'TAL'),
		tc = vtc.VOITimeCourse(voi)'; % each row - one roi tc
	else
		tc = vtc.VOITimeCourseOrig(voi)'; 
	end
neuroelf/neuroelf_pipeline.1416079237.txt.gz · Last modified: 2022/12/29 07:15 (external edit)