stack_spiral_factory# snake.core.sampling.factories.stack_spiral_factory(shape, accelz, acsz, n_samples, nb_revolutions, in_out=True, spiral='archimedes', n_shot_slices=1, orderz=VDSorder.CENTER_OUT, pdfz=VDSpdf.GAUSSIAN, rng=None, rotate_angle=0.0)[source]# Generate a trajectory of stack of spiral. Parameters: shape (tuple[int, ...]) accelz (int) acsz (int | float) n_samples (int) nb_revolutions (int) in_out (bool) spiral (str) n_shot_slices (int) orderz (VDSorder) pdfz (VDSpdf) rng (int | None | Generator) rotate_angle (AngleRotation | float) Return type: ndarray