Skip to content
Snippets Groups Projects
Commit 141bebe7 authored by preischig's avatar preischig
Browse files

gtSetupReconstruction: temporary fix to problem with parameters checking.


Signed-off-by: default avatarpreischig <preischig@gmail.com>
parent 83a169fe
No related branches found
No related tags found
No related merge requests found
......@@ -63,12 +63,13 @@ else
end
% Get reconstruction parameters
check = inputwdefault('Use existing parameters for grain reconstruction? [y/n]', 'y');
if ~strcmpi(check, 'y')
list = build_list_v2();
parameters.rec = gtModifyStructure(parameters.rec, list.rec, 1, 'Reconstruction parameters:');
save(parameters_savefile,'parameters');
end
% !!! to be fixed
%check = inputwdefault('Use existing parameters for grain reconstruction? [y/n]', 'y');
%if ~strcmpi(check, 'y')
% list = build_list_v2();
% parameters.rec = gtModifyStructure(parameters.rec, list.rec, 1, 'Reconstruction parameters:');
% save(parameters_savefile,'parameters');
%end
% add the possibility to redo abs reconstruction, even if existing
absorption_volume = fullfile(parameters.acq.dir, '5_reconstruction', 'volume_absorption.mat');
......
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