NSLS-II / lsdc

LSDC - Life Sciences Data Collection
https://nsls-ii.github.io/lsdc
BSD 3-Clause "New" or "Revised" License
3 stars 14 forks source link

Step size reduced in an interactive raster if the number of steps is less than 6 #371

Closed vshekar closed 6 months ago

vshekar commented 7 months ago

When either dimension of an interactive raster is 5 or less motors get stuck after the first row (potentially a zebra problem). To prevent this, the PR progressively reduces the step size until both dimensions have atleast 6 steps.

If the step size is 1 micron and is still < 6, no raster will be added

vshekar commented 6 months ago

Minimum size added to config_params: eaff8ad