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

Reconstruction geometry, fixed renormalization of scattering direction in ASTRA's geometry

parent 0ee3aa02
No related branches found
No related tags found
No related merge requests found
...@@ -85,8 +85,8 @@ function proj_geom = gtGeoProjForReconstruction(projvec_sam, omega, graincenter, ...@@ -85,8 +85,8 @@ function proj_geom = gtGeoProjForReconstruction(projvec_sam, omega, graincenter,
else else
% Normalised projection vector in REC reference % Normalised projection vector in REC reference
projvec_rec = gtGeoSam2Sam(projvec_sam, samgeo, recgeo, true, false); projvec_rec = gtGeoSam2Sam(projvec_sam, samgeo, recgeo, true, false);
projvec_rec = gtMathsNormalizeVectorsList(projvec_rec);
end end
projvec_rec = gtMathsNormalizeVectorsList(projvec_rec);
if (strcmpi(rectype, 'ASTRA_grain')) if (strcmpi(rectype, 'ASTRA_grain'))
% Grain center in REC reference % Grain center in REC reference
......
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