MVRegFus
MVRegFus copied to clipboard
Python module for registering and fusing multi-view microscopy data
Hi Marvin Great talking to you last night. As I mentioned I was wondering if the RL code takes the transpose of the forward model when calculating the correction [here](https://github.com/m-albert/MVRegFus/blob/stitching_nd/mvregfus/multiview.py#L5704)...
Hi all, Super exciting to find this project! We are acquiring large light sheet data sets using a high NA oblique plane microscope ([publication](https://elifesciences.org/articles/57681)). We normally use BigStitcher to stitch...
Hi Marvin, I didn't know a better way to contact you, but I'd love to talk more about this registration code. I have built some very similar tools using dask...
Changed `mvregfus_run.py` such that now fusion parameters and paths are specified in a separate jupyter notebook, where they are exported as config file (.json). `mvregfus_run.py` now only contains functions that...
Hi, When I try to fuse very large images (4 volumes with 4 views each consisting of ~600x2000x2000px; ca. 40GB) I get a Memory Allocation Error. When I use smaller...
We also have a second, but separate question. We typically save our data as TIFFs and then convert to the BigDataViewer (BDV) H5 format, using [npy2bdv](https://github.com/nvladimus/npy2bdv). Since we can read...