Fix scan name

This commit is contained in:
Wei Ouyang 2021-05-14 11:57:41 +02:00
parent 344146639d
commit de5a0f6d6b

View file

@ -509,7 +509,7 @@ export default {
`Stack is ${transferredBytes} and will have shape: ${stackNdarray._rshape}` `Stack is ${transferredBytes} and will have shape: ${stackNdarray._rshape}`
); );
await viewer.viewImage(stackNdarray, { await viewer.viewImage(stackNdarray, {
name: "ScanImages" name
}); });
} }
}); });