File tree Expand file tree Collapse file tree 4 files changed +16
-3
lines changed
Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 2222author = 'LinkunGao'
2323
2424# The full version, including alpha/beta/rc tags
25- release = 'v1.13.21 '
25+ release = 'v1.13.22 '
2626
2727
2828# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change @@ -1472,3 +1472,9 @@ const resetMainAreaSize = (factor: number) => {
14721472## Release v1 .13.21
14731473
14741474- fixed the export mask data no data value bug .
1475+
1476+ ## Release v1 .13.22
1477+
1478+ - update nrrd tools
1479+ - getVoxelSpacing ()
1480+ - getSpaceOrigin ()
Original file line number Diff line number Diff line change @@ -336,6 +336,13 @@ export class nrrd_tools {
336336 return this . nrrd_states . dimensions ;
337337 }
338338
339+ getVoxelSpacing ( ) {
340+ return this . nrrd_states . voxelSpacing ;
341+ }
342+ getSpaceOrigin ( ) {
343+ return this . nrrd_states . spaceOrigin ;
344+ }
345+
339346 private getSharedPlace ( len : number , ratio : number ) : number [ ] {
340347 let old = - 1 ;
341348 let same : number [ ] = [ ] ;
Original file line number Diff line number Diff line change @@ -36,10 +36,10 @@ import {
3636
3737import "./css/style.css" ;
3838
39- export const REVISION = "v1.13.21 " ;
39+ export const REVISION = "v1.13.22 " ;
4040
4141console . log (
42- "%cCopper3D Visualisation %cBeta:v1.13.21 " ,
42+ "%cCopper3D Visualisation %cBeta:v1.13.22 " ,
4343 "padding: 3px;color:white; background:#023047" ,
4444 "padding: 3px;color:white; background:#f50a25"
4545) ;
You can’t perform that action at this time.
0 commit comments