Skip to content
Snippets Groups Projects
Commit ed751427 authored by Wolfgang Ludwig's avatar Wolfgang Ludwig
Browse files

change default value for Segmentation stacksize and njobs on OAR

parent ea825ac9
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,7 @@ handles.debug=true;
% load parameters
load parameters
% add to the structure
parameters.oar.njobs = 6;
handles.parameters = parameters;
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
......
......@@ -4,7 +4,7 @@ function handles = gtSegmentationLaunchOAR(handles)
set(handles.status_label, 'string', 'Launching OAR', 'backgroundColor', 'y')
drawnow()
handles.parameters.seg.segmentation_stack_size = 1000;
handles.parameters.seg.segmentation_stack_size = 600;
list = build_list_v2();
ind_tmp = findValueIntoCell(list.seg(:,1), {'segmentation_stack_size'});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment