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 the tilts and shifts properties are also copied

See also

copy()