-
Notifications
You must be signed in to change notification settings - Fork 3
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
3D Web App Next Steps #47
Comments
Last week I tried getting the standalone web version of itkwidgets running locally, but couldn't, so I opened a git issue on their repository: InsightSoftwareConsortium/itkwidgets#765 Paul responded, and their instructions worked for me. I was able to start an HTTP file server (with CORS enabled) serving an NGFF-ZARR directory, and then appended that path to the viewer URL as described: Using this approach, if we host the zarr reconstructions on Tiled, we could dynamically generate the URL to visualize each dataset, and add the link in SciCat. |
Update on the standalone viewer. I attempted to sort out why the cli version of itkwidgets was not working properly via pip, but I still hit roadblocks there. Interestingly, on the kitware site documentation, they listed a npm package for cli access to the viewer that can be installed globally on a machine, rather than python. Using this method, I got the viewer to run locally in fullscreen mode in the browser! Reproduction instructions:
Now that I have the viewer running locally, I am trying to serve the zarr folder using Tiled rather than my python cors server. |
After discussing with Elizabeth, Dula, and Dylan, we came up with a few next steps about visualizing reconstructions both at the beamline, and when users return home.
When the new
8.3.2 Viz Computer
arrives:Jupyter
/ITK
visualizationdata832
and use that globus endpoint for transfersTiled
server running on the new BL computerITK
widget into a web appSciCat
to the web app (no code) and aJupyter
environment (deep dive)Short term:
data832
before processing reconstruction (for more immediate results)data832
for downsamplingdownsampling flow
onflow-prd
downsampling flow
afternew_file_832
(once the raw data is ondata832
) and before sending to an HPC facility (NERSC or ALCF)ITK
widget into a web appThe text was updated successfully, but these errors were encountered: