Skip to content

Commit

Permalink
Reduced tof default bbox.
Browse files Browse the repository at this point in the history
  • Loading branch information
toastisme committed Oct 3, 2023
1 parent 28a3b8a commit cfd319a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ namespace dials {
double z2 = sequence_.get_frame_from_tof(tof2);
double2 z(z1, z2);

int6 bbox(x0, x1, y0, y1, frame - 5, frame + 65);
int6 bbox(x0, x1, y0, y1, frame - 5, frame + 7);
DIALS_ASSERT(bbox[1] > bbox[0]);
DIALS_ASSERT(bbox[3] > bbox[2]);
DIALS_ASSERT(bbox[5] > bbox[4]);
Expand Down

0 comments on commit cfd319a

Please sign in to comment.