Alexis Girault
Alexis Girault
Those two issues seem to be vtk-js related. Which version of vtk-js is being used? Can we confirm this by creating a minimal example reproducing the issue then post it...
2. ~~There might be a way to ignore it if it wasn't started within the context, but I couldn't find it. However, this example by mozilla allows you to scroll...
Our use case also suffers from the time it takes to export to OCI image format/sending tarball. We end up sticking to `DOCKER_BUILDKIT`: ```bash DOCKER_BUILDKIT=1 docker build \ --build-arg BUILDKIT_INLINE_CACHE=1...
Hi @greggman. Is there a roadmap for this project? Any timeline? Thank you.
@pieper would you be able to show me where in dcmjs or OHIF are the instance tags extracted to generate the data necessary for volume visualization (pixel data, spacing, origin,...
Hi @pieper. Thanks a lot for sharing this. > Once you have the instances for a series, in dcmjs the mapping to volumes is [here](https://github.com/dcmjs-org/dcmjs/blob/master/src/normalizers.js). The idea is that a...
FYI @finetjul @aylward
Updated to handle rescale intercept, rescale slope, and masking, and added a chrono to log timings and compare. cc: @thewtex @floryst @aylward
Updated to speed up rescaling and parsing (less function calls, more classic loops), thanks @floryst for the suggestions.
cc: @KyleFromKitware, @alcroito