- 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 thetiltsandshiftsproperties are also copiedSee also