etspy.simulation.create_model_tilt_series(model: ndarray | Signal2D, angles: ndarray | None = None, cuda: bool | None = None) TomoStack[source]

Create a tilt series from a 3D volume.

Parameters:
model: ndarray | Signal2D

3D array or HyperSpy signal containing the model volume to project to a tilt series

angles: ndarray | None = None

Projection angles for tilt series in degrees (optional). If None, an evenly spaced range from 0 to 180 degrees will be used.

cuda: bool | None = None

Whether or not to use CUDA-accelerated reconstruction algorithms. If None (the default), the decision to use CUDA will be left to astra.astra.use_cuda().

Returns:

model – Tilt series of the model data

Return type:

TomoStack