Skip to content
Snippets Groups Projects
Commit e4571285 authored by Zheheng Liu's avatar Zheheng Liu
Browse files

remove the variable error_axes from gtReconstructTestCase


Signed-off-by: default avatarZheheng Liu <zheheng.liu@esrf.fr>
parent 07eb4aa0
No related tags found
No related merge requests found
......@@ -72,9 +72,9 @@ function [result_viewer, result, post_result, algo] = gtReconstructTestCase(test
gvdm_lims(3, :) = [-1, 1] * tand(rec_opts.ospace_resolution / 4);
rec_opts.max_grid_edge_points = [rec_opts.max_grid_edge_points([1 1]), 1];
error_axes = 1:2;
% error_axes = 1:2;
else
error_axes = 1:3;
% error_axes = 1:3;
end
for ii_d = 1:numel(det_index)
......@@ -195,7 +195,8 @@ function [result_viewer, result, post_result, algo] = gtReconstructTestCase(test
result.SEG = t.thresholdAutoSingleGrain(gr_rec);
result.voxsize = test_data.parameters.recgeo(det_index(1)).voxsize;
post_result = gt6DPostProcessOrientationSpread(test_data, result, true, error_axes);
post_result = gt6DPostProcessOrientationSpread(test_data, result, true);
% post_result = gt6DPostProcessOrientationSpread(test_data, result, true, error_axes);
if (~conf.single_orientation)
[proj_blobs, proj_spots] = algo.getProjectionOfCurrentSolution();
......
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