-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tile compositing not working #244
Comments
This will use the internal metadata from the nd2 files that contains the location for each XY tile. We then can generate the multi-source yaml file with the appropriate coordinates to composite it. I'll make a sample to demonstrate. |
This need a small tweak to to the multi source to properly composite tiles if the first one wasn't at the origin (girder/large_image#993). This can work for any file where we have coordinates for the XY frames. This is probably only for nd2 files unless we examine and determine the location of such data (OME tiffs also have it, at least). The process that needs to be done (in python pesudo code):
|
I think the UI will be added in src/views/dataset/MultiSourceConfiguration.vue. 20210723_155544_798__Plate20210723_STR_gfp_Well03_ChannelGFP,DAPI_Seq0000.nd2 is a good example. |
Need to apply a matrix transform FYI. |
Read position metadata of tiles from nd2 file Closes #244
@manthey not sure if the file reader was set to do this, but it seems that currently, the software doesn't do compositing. For instance, here is an ND2 file with a bunch of tiles, but the software doesn't composite it together into a big stitched image. Is that a feature that is easy to enable?
https://www.dropbox.com/sh/aagt5bf24t0o7zm/AACPG12_mndS0pqMXgqG4aada?dl=0
The text was updated successfully, but these errors were encountered: