-
Notifications
You must be signed in to change notification settings - Fork 5
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
Make Trajectory and Idx 5D #660
Conversation
Co-authored-by: Christoph Kolbitsch <[email protected]>
In mrpro/tests/data/test_trajectory.py Line 153 in 20b1d10
mrpro/tests/data/test_trajectory.py Line 184 in 20b1d10
|
ghstack-source-id: 31a55d2ba75646e42c9896d5d3dc2130c4c80d32 ghstack-comment-id: 2691622453 Pull Request resolved: #660
|
The CommonMrTrajectories decorator adds the arguments. We could if they are unused, add an underscore to the name. But is it worth it? |
But here it should be removed, yes |
missing coil dimension in the following?
|
replace 1 by coils=1 in ?
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some very small comments, I was not able to find anything obviously wrong
ghstack-source-id: 06161873be1dc924c5c039ffe5a4b2e147ac14a7 ghstack-comment-id: 2691622453 Pull Request resolved: #660
ghstack-source-id: 8486446026b32b61d71a127abccfd17f942655b3 ghstack-comment-id: 2691622453 Pull Request resolved: #660
is a 1 missing in the following? mrpro/src/mrpro/data/DcfData.py Line 66 in a639f93
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me
I think it's correct: Trajectory got another dimension, so did DCF. So it still matches? |
commit 7a6ad39 Author: Felix Zimmermann <[email protected]> Date: Fri Mar 14 01:40:07 2025 +0100 py310 commit cf58e03 Author: Felix Zimmermann <[email protected]> Date: Fri Mar 14 01:34:30 2025 +0100 py310 commit 9caa056 Author: Felix Zimmermann <[email protected]> Date: Fri Mar 14 01:31:23 2025 +0100 default commit 85b0fd9 Author: Felix Zimmermann <[email protected]> Date: Fri Mar 14 01:28:53 2025 +0100 fix commit 6785ccf Author: Felix Zimmermann <[email protected]> Date: Fri Mar 14 01:10:50 2025 +0100 add avg op commit 704fecd Author: Stefan Martin <[email protected]> Date: Tue Mar 11 11:31:43 2025 +0100 Fix examples in readme (#713) commit 77290ef Author: bernharb <[email protected]> Date: Mon Mar 10 12:13:56 2025 +0100 Fix naming of RearrangeOp tests (#711) commit 2e6e0d0 Author: bernharb <[email protected]> Date: Mon Mar 10 11:19:56 2025 +0100 Add tolerance to rotation mean test (#710) commit d87ab35 Author: Leonid Lunin <[email protected]> Date: Fri Mar 7 15:03:53 2025 +0100 Add python 3.13 support (#704) commit d286092 Author: Felix F Zimmermann <[email protected]> Date: Fri Mar 7 14:27:29 2025 +0100 Fix batched complex grid sampling (#695) commit d52987d Author: Christoph Kolbitsch <[email protected]> Date: Fri Mar 7 14:22:08 2025 +0100 Update readme on fork and pull request (#653) commit 133a11e Author: Stefan Martin <[email protected]> Date: Fri Mar 7 11:06:05 2025 +0100 Change iteration argument name in optimizers (#687) Co-authored-by: Felix F Zimmermann <[email protected]> commit 2988477 Author: Felix F Zimmermann <[email protected]> Date: Thu Mar 6 20:26:00 2025 +0100 Add Jacobian of Operator (#452) commit 6a9eb16 Author: rkcatarina <[email protected]> Date: Thu Mar 6 20:09:11 2025 +0100 Update zenodo citation (#698) commit 3aa5aeb Author: Felix F Zimmermann <[email protected]> Date: Thu Mar 6 20:04:43 2025 +0100 Reduce RAM usage in tests (#703) commit 870967c Author: Mara Guastini <[email protected]> Date: Thu Mar 6 16:32:33 2025 +0100 Add stopping criterion to optimizer callback (#699) commit 10aa16c Author: Felix F Zimmermann <[email protected]> Date: Thu Mar 6 16:17:03 2025 +0100 Indexing helper (#672) commit 15060bf Author: Christoph Kolbitsch <[email protected]> Date: Thu Mar 6 10:56:11 2025 +0100 Add gradient and autodiff checks for linear operators (#536) Co-authored-by: Felix F Zimmermann <[email protected]> commit 6d4b221 Author: Felix F Zimmermann <[email protected]> Date: Thu Mar 6 10:50:30 2025 +0100 Release v0.250306 (#697) commit ad7b6e0 Author: rkcatarina <[email protected]> Date: Thu Mar 6 01:12:25 2025 +0100 Rename ti to saturation_time in saturation recovery model (#689) commit 3839a07 Author: Felix F Zimmermann <[email protected]> Date: Wed Mar 5 20:23:51 2025 +0100 Refactor signal model tests (#671) commit d4bd171 Author: Stefan Martin <[email protected]> Date: Wed Mar 5 20:18:48 2025 +0100 Add __repr__ to Fourier operators (#676) Co-authored-by: Felix F Zimmermann <[email protected]> commit 08a60e9 Author: Felix F Zimmermann <[email protected]> Date: Wed Mar 5 20:13:45 2025 +0100 Make Trajectory and Idx 5D (#660) Makes all of our dataclasses at least 5D. So acq_idx get a (singleton) k0 dimension, trajectory a singleton coil dimension etc. commit a7a5e2f Author: Felix F Zimmermann <[email protected]> Date: Wed Mar 5 17:34:49 2025 +0100 Use gram in operator_norm (#682) commit c301e1b Author: Felix F Zimmermann <[email protected]> Date: Wed Mar 5 17:29:40 2025 +0100 Add more information to IHeader (#591) commit 65b965c Author: Felix F Zimmermann <[email protected]> Date: Wed Mar 5 17:23:11 2025 +0100 Rename remove_repeat to reduce_repeat and add tests (#679) commit 8e79e74 Author: Felix F Zimmermann <[email protected]> Date: Wed Mar 5 17:17:24 2025 +0100 Refactor AcqInfo and Trajectory Calculation (#560) commit 14e4058 Author: Felix F Zimmermann <[email protected]> Date: Wed Mar 5 15:32:04 2025 +0100 Fix torchvision in docker images (#693) commit 2bd6e29 Author: Felix F Zimmermann <[email protected]> Date: Wed Mar 5 15:19:38 2025 +0100 Add unsqeeze_at (#656) commit 274e203 Author: Felix F Zimmermann <[email protected]> Date: Wed Mar 5 15:03:29 2025 +0100 Make Rotation einops compatible (#655) commit b9840b8 Author: Felix F Zimmermann <[email protected]> Date: Wed Mar 5 14:32:33 2025 +0100 Add Brainweb phantom (#630) commit 7fe0014 Author: Mara Guastini <[email protected]> Date: Wed Mar 5 13:52:06 2025 +0100 Add pgd (fista) algorithm (#293) Co-authored-by: Felix F Zimmermann <[email protected]> Co-authored-by: Christoph Kolbitsch <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: koflera <[email protected]> commit c80ad02 Author: Andreas Kofler <[email protected]> Date: Wed Mar 5 13:20:57 2025 +0100 Bump pydicom dependency (#685) commit a14fde8 Author: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed Mar 5 10:56:54 2025 +0100 [pre-commit] pre-commit autoupdate (#681)
Would be great if somebody could lend another pair of eyes if I got all tests.