- etspy.base.TomoStack.deepcopy()[source]
Return a “deep copy” of this Stack.
Uses the standard library’s
deepcopy()
function. Note: this means the underlying data structure will be duplicated in memory.Overrides the
deepcopy()
method to ensure thetilts
andshifts
properties are also copiedSee also