- class etspy.base.CommonStack(Signal2D)[source]
An abstract base class for tomography data.
Abstract
This class is intended to be subclassed (e.g. by
TomoStackandRecStack) and should not be instantiated directly. Doing so will raise aNotImplementedError.All arguments (other than
tiltsandshifts) are passed to theSignal2Dconstructor and should be used as documented for that method.Constructors¶
Methods¶
-
plot(navigator: str =
'slider', *args, **kwargs)[source] Override of plot function to set default HyperSpy navigator to ‘slider’.
- change_data_type(dtype: str | dtype)[source]
Change the data type of a stack.
-
trans_stack(xshift: float =
0.0, yshift: float =0.0, ...) Self[source] Create a copy of a Stack, transformed using the
skimageAffine transform.
-
plot(navigator: str =