PreibischLab / BigStitcher

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

Saving selected views as new HDF5 file fails #93

Closed nvladimus closed 3 years ago

nvladimus commented 3 years ago

Hi, I tried to save selected views as new H5 project by clicking Resave > As HDF5, BigStitcher prompts me to extend selection to all views, I click No and get the following error:

Exception in thread "Thread-10" java.lang.NullPointerException
    at net.preibisch.mvrecon.fiji.spimdata.explorer.popup.ResavePopup$MyActionListener$1.run(ResavePopup.java:248)
    at java.lang.Thread.run(Thread.java:748)

Thank you!

StephanPreibisch commented 3 years ago

Thanks so much @nvladimus. Should be fixed with https://github.com/PreibischLab/multiview-reconstruction/commit/00e9e5bd70cad92604fe266f8e0a92310ab5be81. It is already uploaded to the Fiji Update Site.

nvladimus commented 3 years ago

Fixed, many thanks for the quick fix!