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 ...@@ -63,12 +63,13 @@ else
end end
% Get reconstruction parameters % Get reconstruction parameters
check = inputwdefault('Use existing parameters for grain reconstruction? [y/n]', 'y'); % !!! to be fixed
if ~strcmpi(check, 'y') %check = inputwdefault('Use existing parameters for grain reconstruction? [y/n]', 'y');
list = build_list_v2(); %if ~strcmpi(check, 'y')
parameters.rec = gtModifyStructure(parameters.rec, list.rec, 1, 'Reconstruction parameters:'); % list = build_list_v2();
save(parameters_savefile,'parameters'); % parameters.rec = gtModifyStructure(parameters.rec, list.rec, 1, 'Reconstruction parameters:');
end % save(parameters_savefile,'parameters');
%end
% add the possibility to redo abs reconstruction, even if existing % add the possibility to redo abs reconstruction, even if existing
absorption_volume = fullfile(parameters.acq.dir, '5_reconstruction', 'volume_absorption.mat'); 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