function path = getStudyBasePath(studyID)
switch studyID
case 'CHOICE24'
path = fullfile('D:','Analyze','Choice','24pilot');
otherwise
error('SVMCrossVal:getBasePath:noid',...
'Please specify a base path in ''getStudyBasePath'' or check the studyID');
end
end