Skip to content
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

NGFF Testing #67

Closed
dgault opened this issue Nov 6, 2023 · 8 comments
Closed

NGFF Testing #67

dgault opened this issue Nov 6, 2023 · 8 comments

Comments

@dgault
Copy link
Member

dgault commented Nov 6, 2023

This is a placeholder issue for reports on testing of NGFF IDR datasets

@jburel
Copy link
Member

jburel commented Nov 6, 2023

image: 10648053
idr-test-10648053
idr-10648053
lower bound indicated as NaN

@will-moore
Copy link
Member

That issue is not related to NGFF data but is due to float/double pixel type.
Fixed at ome/omero-iviewer#460

@jburel
Copy link
Member

jburel commented Nov 21, 2023

Exploring images with z section e.g. https://idr-testing.openmicroscopy.org/webclient/img_detail/2857886/
The loading of the planes is slow when scrolling through z (I assume the same is true for t) this means that the user will move the slider knob and won't see any change

@jburel
Copy link
Member

jburel commented Nov 21, 2023

https://idr-testing.openmicroscopy.org/webclient/img_detail/3193545/ missing thumbnails for some fields
Screenshot 2023-11-21 at 07 20 13

@jburel
Copy link
Member

jburel commented Nov 21, 2023

@jburel
Copy link
Member

jburel commented Nov 21, 2023

@jburel
Copy link
Member

jburel commented Nov 21, 2023

https://idr-testing.openmicroscopy.org/webclient/img_detail/12555350/
Settings tab. It is stuck
Screenshot 2023-11-21 at 08 04 49

Preview crash

Traceback (most recent call last):

  File "/opt/omero/web/venv3/lib64/python3.6/site-packages/django/core/handlers/exception.py", line 47, in inner
    response = get_response(request)

  File "/opt/omero/web/venv3/lib64/python3.6/site-packages/django/core/handlers/base.py", line 181, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)

  File "/opt/omero/web/venv3/lib64/python3.6/site-packages/omeroweb/decorators.py", line 538, in wrapped
    retval = f(request, *args, **kwargs)

  File "/opt/omero/web/venv3/lib64/python3.6/site-packages/omeroweb/decorators.py", line 597, in wrapper
    context = f(request, *args, **kwargs)

  File "/opt/omero/web/venv3/lib64/python3.6/site-packages/omeroweb/webclient/views.py", line 1776, in load_metadata_preview
    rdefId = manager.image.getRenderingDefId()

  File "/opt/omero/web/venv3/lib64/python3.6/site-packages/omero/gateway/__init__.py", line 7944, in wrapped
    if not self._prepareRenderingEngine() \

  File "/opt/omero/web/venv3/lib64/python3.6/site-packages/omero/gateway/__init__.py", line 8220, in _prepareRenderingEngine
    self._re = self._prepareRE(rdid=rdid)

  File "/opt/omero/web/venv3/lib64/python3.6/site-packages/omero/gateway/__init__.py", line 8199, in _prepareRE
    re.load(ctx)

  File "/opt/omero/web/venv3/lib64/python3.6/site-packages/omero/gateway/__init__.py", line 4859, in __call__
    return self.handle_exception(e, *args, **kwargs)

  File "/opt/omero/web/venv3/lib64/python3.6/site-packages/omeroweb/webclient/webclient_gateway.py", line 2123, in handle_exception
    super(OmeroWebSafeCallWrapper, self).handle_exception(e, *args, **kwargs)

  File "/opt/omero/web/venv3/lib64/python3.6/site-packages/omero/gateway/__init__.py", line 4856, in __call__
    return self.f(*args, **kwargs)

  File "/opt/omero/web/venv3/lib64/python3.6/site-packages/omero_api_RenderingEngine_ice.py", line 1192, in load
    return _M_omero.api.RenderingEngine._op_load.invoke(self, ((), _ctx))

Ice.UnknownLocalException: exception ::Ice::UnknownLocalException
{
    unknown = Network.cpp:2357: Ice::ConnectionRefusedException:
connection refused: Connection refused
}

<WSGIRequest: GET '/webclient/metadata_preview/well/2072079/?_=1700549940904'>

I successfully managed to view other images from the same study

@will-moore
Copy link
Member

@jburel I think what has happened in #67 (comment) is that I've saved new rendering settings to all images in the Plate while logged-in as demo user with "Save to All" in the webclient, but that has only requested new thumbnails for the first field of each Well. Now, when you view the images as public user, I think you don't have permissions to generate new thumbnails.

The reason I used "Save to All" as demo user was that this was a good test to check every (first field) Image in the Plate was valid, by regenerating thumbnails (and checking that they were the same as the thumbnails they replaced). However, this won't happen when we do this "for real" on IDR next.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants