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

Incremental DICOM loading #606

Draft
wants to merge 20 commits into
base: main
Choose a base branch
from
Draft

Incremental DICOM loading #606

wants to merge 20 commits into from

Conversation

floryst
Copy link
Collaborator

@floryst floryst commented Jun 13, 2024

This PR updates VolView to support incremental DICOM loading. This is a pretty big change, so I hope to improve this issue description with details of how this is broken down.

Components:

Copy link

netlify bot commented Jun 13, 2024

Deploy Preview for volview-dev ready!

Name Link
🔨 Latest commit 19e8af5
🔍 Latest deploy log https://app.netlify.com/sites/volview-dev/deploys/66b4143e23e412000895b2ca
😎 Deploy Preview https://deploy-preview-606--volview-dev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

floryst and others added 20 commits August 7, 2024 20:41
Fix an incorrect impl of the PartialWithRequired type
- Detect mimetype of URI streams
- Download any unhandled streams as files
- Add onCleanup() hook to pipelines
Fixes some bugs regarding the order of chunk status updates.
Patches the opacity editor to not re-compute the data range
unnecessarily.
This should be removed in favor of updating vtk.js.
Support handling content-range headers if exposed. If not, then
content-range is inferred based on the content-length headers.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Image range and histogram computation: cache, defer and/or optimize
2 participants