jimpeo
Results
2
issues of
jimpeo
### Describe the Bug ``` const imageIds = [] files.forEach((file) => { const imageId = cornerstoneDICOMImageLoader.wadouri.fileManager.add(file); imageIds .push(imageId ); }); await cornerstone.imageLoader.loadAndCacheImages(imageIds); const volume = await volumeLoader.createAndCacheVolume(volumeId, { imageIds });...
https://github.com/cornerstonejs/cornerstoneMath/blob/d6b4bbbbb0571b64a3a654a3a024583f1bc4826f/src/Line3.js#L151