- etspy.base.CommonStack(data: ndarray | Signal2D, *args, **kwargs)[source]
Create an ETSpy signal instance.
- Parameters:¶
- data: ndarray | Signal2D¶
The signal data. Can be provided as either a HyperSpy
hyperspy.api.signals.Signal2Dor a Numpy array of the shape (tilt, y, x).- *args¶
Additional non-keyword arguments passed to the
Signal2Dconstructor- **kwargs¶
Additional keyword arguments passed to the
hyperspy.api.signals.Signal2Dconstructor
- Raises:¶
NotImplementedError –
CommonStackis not intended to be used directly. One of its sub-classes (TomoStackorRecStack) should be used instead.