stack#
- mrinufft.trajectories.tools.stack(trajectory: ndarray[tuple[int, ...], dtype[_ScalarType_co]], nb_stacks: int, z_tilt: str | float | None = None, *, hard_bounded: bool = True) ndarray[tuple[int, ...], dtype[_ScalarType_co]][source]#
Stack 2D or 3D trajectories over the \(k_z\)-axis.
- Parameters:
- Returns:
Stacked trajectory.
- Return type:
NDArray