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

o-space bbox determination: enabled using eta constraint

parent 204192ac
No related branches found
No related tags found
No related merge requests found
......@@ -291,7 +291,7 @@ classdef GtOrientationSampling < handle
use_corners = true;
end
if (~exist('use_etas', 'var') || isempty(use_etas))
use_etas = false;
use_etas = true;
end
omega_step = gtGetOmegaStepDeg(self.parameters, self.detector_index);
......
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