- etspy.base.TomoStack.copy()[source]
Return a “shallow copy” of this Stack.
Uses the standard library’s
copy()
function. Note: this will return a copy of the, Stack, but it will not duplicate the underlying data in memory, and both Stacks will reference the same data.Overrides the
copy()
method to ensure thetilts
andshifts
properties are also copiedSee also