Draft
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
Contributor
Author
|
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
Contributor
Author
|
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 |
Contributor
Author
|
A few steps left to make this perfect...
|
Contributor
Author
|
A few things I've noticed after using the vis app some more:
|
…t to match changes made at the beamline computer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

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.