Skip to content
Snippets Groups Projects
Commit 36d07665 authored by Nicola Vigano's avatar Nicola Vigano
Browse files

Extended grains: fixed small bug

parent c63d4a99
No related branches found
No related tags found
No related merge requests found
......@@ -96,6 +96,7 @@ function [refor, estim_space_bbox_pix, estim_orient_bbox] = gt6DCreateProjDataFr
end
or_abs = cat(1, ors(:).allblobs);
num_ors = numel(or_abs);
uvw_tab = zeros(numel(used_refl), num_ors, 3);
for ii_g = 1:num_ors
if (isfield(or_abs(1), 'detector'))
......
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