-
Notifications
You must be signed in to change notification settings - Fork 6
Issue 47: 3D Viz Next Steps #48
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
base: main
Are you sure you want to change the base?
Conversation
…irectory you want to visualize, and then it hosts it locally and opens the web browser to the full-screen itk-vtik-viewer widget.
…ds the itk-vtk-viewer in an iframe, with a goal to select the dataset using the Tiled Browser Seij is working on.
… Select Dataset button
|
Yesterday I was able to get Seij's Bluesky TIled React component installed in my app via npm, and connected it to my "Select Dataset" button. There are still a few things to fix before it works properly:
|
…ible Select button when a Zarr directory is open, and then extract the filename from the metadata below. Then it generates the url, passes it back to App.jsx with the new url, and reloads the itk-vtk-viewer with the new url if it is different.
…nd startup script for centralized setup and installation. Still need to debug itk-vtk-viewer in this configuration
…m the als-computing github account
|
While testing at the beamline, I noticed that I should make it easier to tell the app (Dockerfile) where Tiled should look for the data. EDIT: Actually I just need better documentation. Setting |
|
A few steps left to make this perfect...
|
|
A few things I've noticed after using the vis app some more:
|
…t to match changes made at the beamline computer

I am starting this as a draft PR for the features outlined here: #47
This initial commit includes:
examples/tomo_scan.h5)orchestration/flows/bl832/downsample.py)exchange/data). To address this, I include a memory check, enabling Torch chunking. This slows down the downsampling (OpenCV: 80 seconds vs Torch: 123 seconds), but at least it works. I am keeping both versions here in case one works better in production.