PreibischLab / BigStitcher

ImgLib2/BDV implementation of Stitching for large datasets
GNU General Public License v2.0
67 stars 14 forks source link

Parse angles from file pattern - window too large and can't advance #124

Closed jmmuncie closed 1 year ago

jmmuncie commented 1 year ago

Hi, I recently updated Bigstitcher to version 1.1.3 (was previously using 0.8.2) and have encountered a new error when attempting to define a new dataset. The automatic loader correctly identifies the patterns in my filenames (see first screenshot attached), but Bigstitcher then opens a window titled "Parse Angles from file pattern" that is too large to fully display and I am unable to advance beyond it (second screenshot).

Loader_01

Parse_02

hoerldavid commented 1 year ago

Hi @jmmuncie ,

Thanks for bringing this to our attention. The bug was introduced by functionality I added but apparently did not test extensively - I deeply apologise for that.

Thankfully, mhdominguez provided a pull request to the underlying multiview-reconstruction codebase fixing the issue (https://github.com/PreibischLab/multiview-reconstruction/pull/42). Thanks a lot!

I have merged the pull request and it should be fixed in the next update!

Best, David

jmmuncie commented 1 year ago

Hi David, great! Thanks for the quick response!