diff --git a/zUtil_Deformation/Gt6DReconstructionAlgorithmFactory.m b/zUtil_Deformation/Gt6DReconstructionAlgorithmFactory.m index d338bc7b297c40fecea1d6c074f4015773d5ba9f..6b7a6acd844090d599cd0e652fba6ece967d66f3 100644 --- a/zUtil_Deformation/Gt6DReconstructionAlgorithmFactory.m +++ b/zUtil_Deformation/Gt6DReconstructionAlgorithmFactory.m @@ -889,10 +889,6 @@ classdef Gt6DReconstructionAlgorithmFactory < handle end methods (Access = protected, Static) - function grains_props = get_selected_props(grains, blobs_selected) - grains_props = [grains(:).allblobs]; - end - function new_offsets_ss = merge_offsets(offsets_ss) new_offsets_ss = offsets_ss{1}; cumulative_offs = max(offsets_ss{1}.sino_offsets); diff --git a/zUtil_Deformation/GtOrientationSampling.m b/zUtil_Deformation/GtOrientationSampling.m index 61abfc2224233bc017a69c46cc58ec9554e68499..02ca0ee0f70d49c8f05ee79ffec626c8621bb602 100644 --- a/zUtil_Deformation/GtOrientationSampling.m +++ b/zUtil_Deformation/GtOrientationSampling.m @@ -492,7 +492,10 @@ classdef GtOrientationSampling < handle % f = figure(); % ax = axes('parent', f); % hold(ax, 'on') -% scatter3(ax, trasl_ex_points(:, 1), trasl_ex_points(:, 2), trasl_ex_points(:, 3), 'b') +% scatter3(ax, trasl_ex_points_w(:, 1), trasl_ex_points_w(:, 2), trasl_ex_points_w(:, 3), 'b') +% if (use_etas) +% scatter3(ax, trasl_ex_points_n(:, 1), trasl_ex_points_n(:, 2), trasl_ex_points_n(:, 3), 'y') +% end % scatter3(ax, verts(:, 1), verts(:, 2), verts(:, 3), 'r') % hold(ax, 'off')