How to change default snap to center slice when loading volume

There is no volume loading parameter for centering on first slice.

You can get the physical position of the first slice by converting its voxel position (i=(extent[0]+extent[1])/2; j=(extent[0]+extent[1])/2; k=0) to physical position as shown here then jump the slice to that position.

1 Like