You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the obtained middleImageIndex is 29, and the imageId is 'wadouri:http://~1.2.840.113619 .2.472.3.40120842.710.1685265533.1.30.dcm'
Why is the imageIds obtained in const { imageIds, metadata } = imageVolume;
in getVOIFromMetadata in reverse order, resulting in
The imageId obtained is 'wadouri:http://~1.2.840.113619.2.472.3.40120842.710.1685265533.1.29.dcm',
the image has not been downloaded yet, const voiLutModule = metaData.get('voiLutModule', imageId);
voiLutModule is undefined, the voi obtained by getVOIFromMiddleSliceMinMax is incorrect and very different from the image itself. Why is the order of imageIds reversed?
The current behavior
The obtained windowWidth and windowCenter are incorrect.
The expected behavior
getVOIFromMetadata returns the correct voi
OS
windows11
Node version
16.14.0
Browser
chrome
The text was updated successfully, but these errors were encountered:
Describe the Bug
getVOIFromMetadata logic error in setDefaultVolumeVOI
Steps to Reproduce
1、
const volume = await volumeLoader.createAndCacheVolume(ctVolumeId, { imageIds: [...imageIds] });
2、options.imageIds of cornerstoneStreamingImageVolumeLoader is in positive sequence,
the obtained middleImageIndex is 29, and the imageId is 'wadouri:http://~1.2.840.113619 .2.472.3.40120842.710.1685265533.1.30.dcm'
Why is the imageIds obtained in
const { imageIds, metadata } = imageVolume;
in getVOIFromMetadata in reverse order, resulting in
The imageId obtained is 'wadouri:http://~1.2.840.113619.2.472.3.40120842.710.1685265533.1.29.dcm',
the image has not been downloaded yet,
const voiLutModule = metaData.get('voiLutModule', imageId);
voiLutModule is undefined, the voi obtained by getVOIFromMiddleSliceMinMax is incorrect and very different from the image itself. Why is the order of imageIds reversed?
The current behavior
The obtained windowWidth and windowCenter are incorrect.
The expected behavior
getVOIFromMetadata returns the correct voi
OS
windows11
Node version
16.14.0
Browser
chrome
The text was updated successfully, but these errors were encountered: