spoonk / chip-imaging

Code to control a microscope stage and camera to stitch together a full picture of a chip
1 stars 0 forks source link

Update imaging grid to layout image locations in a snaking pattern #23

Open spoonk opened 1 year ago

spoonk commented 1 year ago

currently we have: 1 -> 2 -> 3 -> 4 v---------------| 5 -> 6 -> 7 -> 8

I want 1 -> 2 -> 3 -> 4 v 5 <- 6 <- 7 <- 8

note the images are still named the same

spoonk commented 1 year ago

eeeeee idk if I will do this, I think the coordinator should handle this rather than the grid

spoonk commented 1 year ago

I do still think this may reduce the number of crashes. Still gonna hold off on it