reillytilbury / coppafish

Python version of iss software
MIT License
4 stars 2 forks source link

Stitch algorithm needs resizing of large images #287

Open reillytilbury opened 1 month ago

reillytilbury commented 1 month ago

Currently we are cutting off anything that goes out of the range of the nominal positions for fear of accidentally shifting the origin!

This can be improved to only cutting off negative overflow, thereby maintaining the origin but allowing positive overflow.