large_image icon indicating copy to clipboard operation
large_image copied to clipboard

Multi-file images from S3 and in jobs

Open manthey opened this issue 1 month ago • 0 comments

When we have a multi-file image that is imported (or uploaded in all its component parts), not all sources work correctly, even if they do work for filesystem assetstore imports. The cause is that in Girder, we expose a fuse mount that has items as folders. This is sufficient for some sources, but not all.

There are two parts that would generally fix access within Girder. (1) Modify the girder mount command to expose flat items (i.e., items as files, not directories). Since items could have multiple files, this should probably be done as a separate set of paths in the fuse mount (e.g., <mount>/flat/user/... rather than <mount>/user/...). When there are multiple files, the file matching the item name should be preferred, otherwise by the first file in the system. Alternately, large_image could inform the sort order so that the file used for the tile source would be preferred. (2) large_image's girder tile source would need to use these flat paths.

As a further issue (probably should be in its own issue in the slicer_cli_web repo), when we have multi-file images, we don't pass them to jobs very well.

manthey avatar Jul 08 '24 17:07 manthey