Skip to content
Snippets Groups Projects
Commit 19c133ad authored by Laura Nervo's avatar Laura Nervo
Browse files

Commenting and formatting...


Signed-off-by: default avatarLaura Nervo <laura.nervo@esrf.fr>
parent b032e25a
No related branches found
No related tags found
No related merge requests found
function [im, info] = gtGetFullImage(n, parameters)
% GTGETFULLIMAGE GET FULL IMAGE N
% GTGETFULLIMAGE Gets the full image number n
%
% im = gtGetFullImage(n[, parameters])
% -----------------------------------------------
% ------------------------------------
% Read full image n from 1_preprocessing/full/
% Option second argument is parameters. If this is passed in then
% parameters.acq.dir will be used as the path. Otherwise, the function
......
......@@ -20,8 +20,8 @@ else
end
totproj = totproj-1;
check = inputwdefault('Launch Segmentation with OAR? [y/n]', 'y');
if strcmpi(check,'y')
check = questdlg('Launch Segmentation with OAR?','Question','Yes','No','Yes');
if strcmpi(check,'Yes')
% should be one big job
handles.parameters.oar.njobs = str2num(get(handles.OAR_njobs, 'string'));
......
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