-
Notifications
You must be signed in to change notification settings - Fork 15
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
Hide Images from Multi-Image Filesets #107
Comments
|
What files are you thinking of? Pyramids and attachments? |
The files originally uploaded into the managed repository too. E.g., HCS readers will tend to be able to point to individual TIFFs, so one could delete a run and leave the others. |
I was under the impression that there's no XOR guarantee between what getSeriesUsedFiles returns. |
There doesn't need to be? It just needs to report all the files that are needed to show the given series (so those files are then excluded from the deletion). |
This issue has been mentioned on Image.sc Forum. There might be relevant details there: |
This issue has been mentioned on Image.sc Forum. There might be relevant details there: |
This issue has been mentioned on Image.sc Forum. There might be relevant details there: |
I guess an important point is to differentiate between a filter I can understand that an general filter "series==0 only" might not be suitable for other formats, but a "hide macro" filter would be fine - independent of the format. Manuel |
If permitting "Delete the superfluous images" then it would be worth revisiting ome/omero-blitz#100 (comment) as there is no point in restricting duplication of partial MIFs if deletion does not preserve their wholeness either. |
@mstritt I think it could be feasible. We need to get more feedback from the community, to judge whether that behaviour would disrupt the expectations or workflow of others. Also to assess the scope of that feature and to decide on demand/priorities. |
Another potential solution is that it should be possible to not import these superfluous images into the system in the first place. While ignoring these ancillary images unconditionally is not feasible, the Bio-Formats API supports reader-specific options allowing the user to choose specific behavior at the level of the individual filesets. We are currently discussing an extension of this API allowing to serialize these options to disk - see ome/bioformats#3605 for more details. Concretely, in the example above, an option could be added to the
|
Just wanted to jump in on this discussion to clarify the thinking that @mstritt and I had on this issue. First and foremost, we see the root cause of the issue to be a user experience issue. Our users are mostly interested only in the whole slide image, therefore 99% of the time they only want to see the main image. However, there are cases where it would be useful to view the slide overview (e.g. to double check a barcode, or manually drawn label), or to check the mask area is as expected. I think that means that deleting, or not importing the overview/mask images is not an option. Moving to another dataset also feels wrong (although we do lack some perspective on the Omero data model). Trying to think from the user perspective, I could imagine adding a decorator icon to those images that shows that there are more related images. E.g. Photoshop elements organizer generates 'stacked images' for visually similar photos taken in succession (https://www.youtube.com/watch?v=lJJNDOYOCIE). An MVP would probably just allow a filter checkbox that shows/hides the extra images. Maybe there would be a global setting that allows that to be set default on/off. I'm open to a quick call if any further input would be helpful. |
This issue has been mentioned on Image.sc Forum. There might be relevant details there: https://forum.image.sc/t/expected-behaviour-when-opening-an-image-in-iviewer/42571/2 |
This issue has been mentioned on Image.sc Forum. There might be relevant details there: https://forum.image.sc/t/expected-behaviour-when-opening-an-image-in-iviewer/42571/5 |
Thanks @jfkotw - I updated the description above to indicate that's the preferred solution.
|
This issue has been mentioned on Image.sc Forum. There might be relevant details there: https://forum.image.sc/t/correct-way-to-convert-svs-slides-for-omero-import/50942/22 |
See https://forum.image.sc/t/filter-only-main-image/42214
There are times when a multi-image file-set includes superfluous images that you don't want to see or use in the future.
For example, 'thumbnail' or 'macro' images, often in WSI images but also found in other formats.
Options:
Simply 'cut' the superfluous images from the Dataset and let them become "orphaned"
Put the superfluous images into a different Dataset. Probably the best option currently.
chgrp
actions with the fileset. Images will still show up in search results etc.Filter/Hide within the same Dataset. e.g. add a rating or Tag to all the non-superfluous images, then filter by this to hide the superfluous ones.
Delete the superfluous images: Needs some more investigation.
EDIT: clear preference below for Filtering within the one Dataset to preserve the 'macro' images beside the originals, allowing users to view them if they wish.
The text was updated successfully, but these errors were encountered: