We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8524ebe commit 00708b0Copy full SHA for 00708b0
examples/vtkDisplay/index.html
@@ -481,7 +481,7 @@ <h2>Volume:</h2>
481
}
482
483
function part10ToSEGVolumeActors(part10) {
484
-
+ part10 = Array.isArray(part10) ? part10[0] : part10;
485
dataset = DICOMZero.datasetFromArrayBuffer(part10);
486
if (dataset.SegmentSequence.constructor.name !== "Array") {
487
dataset.SegmentSequence = [dataset.SegmentSequence];
0 commit comments