Skip to content

Commit

Permalink
Merge pull request #30 from toastisme/reduce-tof-default-bbox
Browse files Browse the repository at this point in the history
Reduced tof default bbox.
  • Loading branch information
toastisme committed Oct 3, 2023
2 parents 28a3b8a + cfd319a commit 2fbd926
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 2fbd926

Please sign in to comment.