etspy.base.TomoStack.manual_align(nslice: int, xshift: int = 0, yshift: int = 0, display: bool = False) TomoStack[source]

Manually shift part of a stack with respect to another and return it as a copy.

Parameters:
nslice: int

Slice position at which to implement shift

xshift: int = 0

Number of pixels with which to shift the second portion of the stack relative to the first in the X dimension.

yshift: int = 0

Number of pixels with which to shift the second portion of the stack relative to the first in the Y dimension.

display: bool = False

If True, display the result.