Fix scan name
This commit is contained in:
parent
344146639d
commit
de5a0f6d6b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue