Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Random sampling #220

Merged
merged 14 commits into from
Jan 30, 2025
Prev Previous commit
Next Next commit
fix:use a suitable config.
paquiteau committed Jan 23, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 23012aa1d20d758cd155e6c1e8cfaedd53906f22
4 changes: 2 additions & 2 deletions examples/example_trajectory_tools.py
Original file line number Diff line number Diff line change
@@ -327,12 +327,12 @@
# Size of the k-space in voxel units. It
# is used to normalize the stack positions, and is used with the ``accel``
# factor and ``center_prop`` to determine the number of stacks.
arguments = [16, 32, 64, 128]
arguments = [32, 64, 128]
function = lambda x: tools.stack_random(
planar_trajectories["Spiral"],
dim_size=x,
center_prop=0.1,
accel=16,
accel=8,
pdf="gaussian",
order="top-down",
rng=42,