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

Fixed partial commit bug

parent 6693b108
No related branches found
No related tags found
No related merge requests found
......@@ -239,6 +239,8 @@ classdef Gt6DReconstructionAlgorithmFactory < handle
padding = 10;
ref_gr = sampler.get_reference_grain();
proj = ref_gr.proj(self.det_index);
sel_allb_idxs = sampler.ondet(sampler.included(sel_bls));
etas = ref_gr.allblobs.eta(sel_allb_idxs);
omegas = ref_gr.allblobs.omega(sel_allb_idxs);
......
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