dicom-microscopy-viewer
dicom-microscopy-viewer copied to clipboard
Assert code 17 - resolutions_ assertion
I am using OHIF as a viewer which is erroring out on this assertion when attempting to view WSI studies:
assert(isSorted(this.resolutions_, function(a, b) {
return b - a;
}, true), 17);
I'm unclear on the purpose of this, or why it might be failing. Any insights would be much appreciated.
Thanks
Thanks for reporting the issue @jamesdigid. Could you kindly provide some additional information (version of the software, data used, etc.) that may help us debug the problem.
I am using standard SM modality study served by Orthanc server. After further testing i'm seeing its something unique to our custom build of OHIF.
"name": "dicom-microscopy-viewer",
"version": "0.6.1",
"name": "@ohif/viewer",
"version": "4.12.18",
Could you try whether you can reproduce the problem using Slim (https://github.com/herrmannlab/slim)?