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 values returned by image.getDataRange() and image.getRescaledDataRange() are just for the first loaded slice and not for the whole volume. The values returned by the calculate equivalents are correct.
The text was updated successfully, but these errors were encountered:
In the default case, when the data is rendered at first load, the view class creates a minmax window level preset that triggers the image range calculation and storage. These values are not updated afterwards. The range could be updated in the appendSlice method so that, once all loaded, the getRange methods return the correct values.
The values returned by
image.getDataRange()
andimage.getRescaledDataRange()
are just for the first loaded slice and not for the whole volume. The values returned by thecalculate
equivalents are correct.The text was updated successfully, but these errors were encountered: