Skip to content

Commit

Permalink
Add support for density comp
Browse files Browse the repository at this point in the history
  • Loading branch information
chaithyagr committed Dec 6, 2024
1 parent 95ec156 commit db9290b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/example_learn_samples_multires.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ def __init__(
self.operator = get_operator("finufft", wrt_data=True, wrt_traj=True)(
sample_points,
shape=img_size,
density=True,
squeeze_dims=False,
)
self.img_size = img_size
Expand Down

0 comments on commit db9290b

Please sign in to comment.