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

Support for multiple focal planes (z stacking) #123

Open
DrexlerChao opened this issue Aug 25, 2022 · 2 comments
Open

Support for multiple focal planes (z stacking) #123

DrexlerChao opened this issue Aug 25, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@DrexlerChao
Copy link

Hi Sir,

Z-stacking involves scanning a glass slide at different focal planes along the vertical z-axis and stacking the images on top of each other to produce a composite multiplane image.
Z-stacks can be merged to create a detailed 3 dimensional representation of the sample.

Some WSI scanners that offer z-stacking capability. For example, 3DHistech, Hamamatsu, Leica, etc.

We are not sure if Slim or DICOM microscopy viewer JavaScript library supports Z-stacks display?
If yes, it will be easily used after feeding DICOM into viewer.
If not, any information we need to know from DICOM or scanner manufacturer?

Any help would be sincerely appreciated.
Thanks.

@hackermd hackermd added the question Further information is requested label Aug 26, 2022
@hackermd hackermd self-assigned this Aug 26, 2022
@hackermd
Copy link
Collaborator

Thank you for creating the issue @DrexlerChao.

The Slim application and the underlying dicom-microscopy-viewer library (see ImagingDataCommons/dicom-microscopy-viewer#80) do currently not support interactive visualization of images with multiple focal planes (z-stacks).

I just tested it in Slim with a 3DHistech image. It resulted in an error message "Images with multiple focal planes are not yet supported." Unfortunately, the error is only printed into the console, but is not reported to the user via the user interface (same issue as #122).

It would not be difficult to extend the viewer to support navigation of z-stacks (switching between different focal planes) but it has not been a priority for us so far and would require some development work.

In the short term, we will improve error handling so that the user knows why the viewer does not display the image. In the mid to long term, we can think about adding support for multiple focal planes.

@DrexlerChao
Copy link
Author

Hi @hackermd,

Thanks for your clearly explanation.
We are looking forward the Slim application and the dicom-microscopy-viewer library support z-stacks image in the future.

With sincere appreciation.

@hackermd hackermd added the enhancement New feature or request label Aug 29, 2022
@hackermd hackermd changed the title About Z-Stacking Microscopy Support for multiple focal planes (z stacking) Aug 29, 2022
@hackermd hackermd removed the question Further information is requested label Aug 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants