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

phistep: changed definiton

parent 772881ed
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,6 @@ function phi_step = get_step(parameters, det_ind)
else
range_basetilt = parameters.acq(det_ind).range_basetilt(2) - parameters.acq(det_ind).range_basetilt(1);
num_basetilt_imgs = parameters.acq(det_ind).nproj_basetilt;
phi_step = range_basetilt / (num_basetilt_imgs - 1);
phi_step = range_basetilt / num_basetilt_imgs;
end
end
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