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

Display 3D trajectories, with a grid interface #193

Open
wants to merge 91 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
91 commits
Select commit Hold shift + click to select a range
8ca012c
Added
Apr 26, 2024
3a980c2
Merge branch 'mind-inria:master' into master
chaithyagr Apr 26, 2024
093edfb
Fix
Apr 26, 2024
f8a6a4a
Merge branch 'master' of github.com:chaithyagr/mri-nufft
Apr 26, 2024
74c1ecd
Remove bymistake add
Apr 26, 2024
0250aa8
Fix
Apr 26, 2024
060a8bd
Fixed lint
Apr 26, 2024
aecb844
Lint
Apr 26, 2024
3130bc1
Added refbackend
Apr 26, 2024
bc014b8
Fix NDFT
Apr 26, 2024
0cc73c4
feat: use finufft as ref backend.
paquiteau Apr 29, 2024
21e090f
feat(tests): move ndft vs nufft tests to own file.
paquiteau Apr 29, 2024
6869a4a
Merge branch 'master' of github.com:mind-inria/mri-nufft
Apr 29, 2024
f8364d4
Merge branch 'master' of github.com:mind-inria/mri-nufft
Apr 30, 2024
23a63da
Merge branch 'master' of github.com:mind-inria/mri-nufft
Jun 17, 2024
3709e74
Merge branch 'master' of github.com:mind-inria/mri-nufft
Jul 1, 2024
8d6b9b4
Merge branch 'master' of github.com:chaithyagr/mri-nufft
chaithyagr Aug 1, 2024
96a8287
fix typoes (off_resonnance -> off_resonance)
mcencini Aug 8, 2024
f8d5dc8
feat: add field interpolators calculation (#124)
mcencini Aug 8, 2024
855c99d
Merge branch 'mind-inria:master' into off_resonance
mcencini Aug 8, 2024
6364186
feat: field interpolator estimation in MRIFourierCorrected constructor.
mcencini Aug 9, 2024
55eea10
Merge branch 'off_resonance' of github.com:mcencini/mri-nufft into of…
mcencini Aug 9, 2024
36563b5
feat: set autograd_available based on base FourierOperator
mcencini Aug 9, 2024
2b03a36
Merge branch 'mind-inria:master' into off_resonance
mcencini Aug 9, 2024
39105c6
Update test_offres_exp_approx.py
mcencini Aug 9, 2024
0b9666e
Merge branch 'mind-inria:master' into off_resonance
mcencini Aug 30, 2024
f3ad9ac
Update src/mrinufft/operators/off_resonance.py
mcencini Aug 30, 2024
f4b9108
address pr review
mcencini Aug 30, 2024
45ebb00
remove phantominator
mcencini Aug 30, 2024
308a27b
remove duplicated example and replacing subject in example_offres
mcencini Sep 2, 2024
f6a5cb7
address PR rev #2
mcencini Sep 2, 2024
f5b7230
Merge branch 'master' into off_resonance
chaithyagr Sep 3, 2024
ed44862
\!docs_build and fix on \!style
chaithyagr Sep 3, 2024
70c2cf8
\!docs_build
chaithyagr Sep 3, 2024
45a9364
skip field coefficient gpu test case if cupy not available
mcencini Sep 3, 2024
1bbe2c3
\!docs_build fix gpuNUFFT
chaithyagr Sep 3, 2024
398fb28
Merge branch 'master' of github.com:mind-inria/mri-nufft
chaithyagr Sep 5, 2024
216b7ad
Update src/mrinufft/operators/off_resonance.py
mcencini Sep 5, 2024
0ac0aa0
Update src/mrinufft/operators/off_resonance.py
mcencini Sep 5, 2024
9b04b51
\!docs_build gpunufft
chaithyagr Sep 5, 2024
60ed09c
Merge branch 'off_resonance' of github.com:mcencini/mri-nufft into pr…
chaithyagr Sep 5, 2024
a35fc35
Update src/mrinufft/operators/off_resonance.py
mcencini Sep 5, 2024
327cb03
Merge branch 'off_resonance' of github.com:mcencini/mri-nufft into pr…
chaithyagr Sep 5, 2024
f3ed9c1
Update src/mrinufft/operators/off_resonance.py
mcencini Sep 5, 2024
c57f3b8
address PR rev 3
mcencini Sep 5, 2024
e46095d
Update pyproject.toml
chaithyagr Sep 6, 2024
c944e78
Merge branch 'master' into off_resonance
chaithyagr Sep 9, 2024
5f32210
Update src/mrinufft/operators/off_resonance.py
mcencini Sep 12, 2024
211a6aa
\![docs_build]
chaithyagr Sep 13, 2024
fe05e31
Merge branch 'master' into display_dens
chaithyagr Sep 13, 2024
abd5970
Add 3D trajectory viewer
chaithyagr Sep 13, 2024
a97be05
Add supoport for grads and slew
chaithyagr Sep 16, 2024
cb076bd
Merge branch 'master' into display_dens
chaithyagr Sep 17, 2024
165043f
Merge branch 'master' into display_dens
chaithyagr Sep 27, 2024
2aff0f4
Fix ruff
chaithyagr Sep 27, 2024
0280cb0
Merge branch 'master' into display_dens
chaithyagr Oct 7, 2024
5ca6aec
Merge branch 'master' into display_dens
chaithyagr Nov 8, 2024
b6598a3
added example
chaithyagr Nov 8, 2024
dec680b
\!docs_build finalizing
chaithyagr Nov 8, 2024
2754158
\!docs_build added new example
chaithyagr Nov 13, 2024
96d9850
Apply suggestions from code review
chaithyagr Nov 25, 2024
2594b41
Handle a bunch of comments
chaithyagr Nov 26, 2024
4a07125
Examples
chaithyagr Nov 26, 2024
dad26ce
PEP
chaithyagr Nov 26, 2024
98cb154
PEP
chaithyagr Nov 26, 2024
34555cf
Merge branch 'master' into display_dens
chaithyagr Dec 3, 2024
9f89004
Merge branch 'master' into display_dens
chaithyagr Jan 13, 2025
43740a6
Merge branch 'master' into display_dens
chaithyagr Jan 23, 2025
133345b
\!docs_build hiopefully answered all queries
chaithyagr Jan 24, 2025
130ed5a
Merge branch 'master' into display_dens
chaithyagr Feb 3, 2025
ba3773a
Added a bunch of update \![docs_build]
chaithyagr Feb 3, 2025
2d8f8c3
[docs] allow docs_build
chaithyagr Feb 11, 2025
eb11ef1
Update src/mrinufft/trajectories/display3D.py
chaithyagr Feb 11, 2025
7aea83f
Update src/mrinufft/trajectories/display3D.py
chaithyagr Feb 11, 2025
01d134f
Update examples/GPU/example_3d_trajectory_display.py
chaithyagr Feb 11, 2025
842c793
Update examples/GPU/example_3d_trajectory_display.py
chaithyagr Feb 11, 2025
cbad007
Update examples/GPU/example_3d_trajectory_display.py
chaithyagr Feb 11, 2025
5aa3fdb
Update src/mrinufft/trajectories/display3D.py
chaithyagr Feb 12, 2025
c0004bc
Update examples/GPU/example_3d_trajectory_display.py
chaithyagr Feb 12, 2025
e495ce5
Update examples/GPU/example_3d_trajectory_display.py
chaithyagr Feb 12, 2025
032724e
Update examples/GPU/example_3d_trajectory_display.py
chaithyagr Feb 12, 2025
12f120b
Update examples/GPU/example_3d_trajectory_display.py
chaithyagr Feb 12, 2025
7ddd828
[docs] final updates and fixes and also try to fix #235
Feb 12, 2025
8187272
[docs] final comments
Feb 12, 2025
4a72079
Final update and test with secret
Feb 12, 2025
915b058
[docs] test
Feb 12, 2025
bb4737a
[docs] add coverage
Feb 12, 2025
3234914
Minor updates [docs]
Feb 12, 2025
d12c242
Update src/mrinufft/trajectories/display3D.py
chaithyagr Feb 12, 2025
8dfd6a5
[docs] finally everything should work
Feb 13, 2025
aa0e5cf
[docs] please work [temp] WIP dont merge
chaithyagr Feb 13, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'mind-inria:master' into off_resonance
mcencini authored Aug 9, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 2b03a36de0faeffd9044d98cd2fb163230581b75

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.