Skip to content
Snippets Groups Projects
Commit fcef067f authored by Wolfgang Ludwig's avatar Wolfgang Ludwig
Browse files

adapting Gt6DreconstructionAlgorithmFactory for sample movements durng scan

parent 71db907f
No related branches found
No related tags found
No related merge requests found
......@@ -1165,7 +1165,7 @@ classdef Gt6DReconstructionAlgorithmFactory < handle
dvec_sam = gtGeoLab2Sam(dvec_lab, rot_w_l2s, ...
self.parameters.labgeo, self.parameters.samgeo, true);
% accounting for sample shifts relative to rotation axis
[~, shifts_sam] = gtMatchGetSampleShifts([], [ors_allblobs.omega]);
[~, shifts_sam] = gtMatchGetSampleShifts([], [ors_allblobs(ii_o).omega(ind_of_blob)]);
proj_geom = gtGeoProjForReconstruction(...
dvec_sam, rot_w_l2s, ref_gr.center, ...
bb_bls_uv(ind_of_blob, :), [], ...
......@@ -1269,7 +1269,7 @@ classdef Gt6DReconstructionAlgorithmFactory < handle
self.parameters.labgeo, self.parameters.samgeo, true);
% accounting for sample shifts relative to rotation axis
[~, shifts_sam] = gtMatchGetSampleShifts([], [ors_allblobs.omega]);
[~, shifts_sam] = gtMatchGetSampleShifts([], [ors_allblobs(ii_o).omega(ind_of_blob)]);
proj_geom = gtGeoProjForReconstruction(...
dvec_sam, rot_w_l2s, ref_gr.center, ...
......
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