Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
148ef91
add EpiReadout (work in progress)
schuenke Nov 28, 2025
a7f092c
ensure round_to_raster returns floats
schuenke Dec 15, 2025
9b7a9fa
update EpiReadout and add epi script (WIP)
schuenke Dec 15, 2025
ec7e3dc
add segmentation (SEG) label for reverse acquisitions
schuenke Dec 22, 2025
6ae5063
update epi2d script (deprecated)
schuenke Jan 6, 2026
005ec8d
split epi2d script into dedicated epi2d_fid and epi2d_se scripts (WIP)
schuenke Jan 6, 2026
406e7a8
minor adjustments to epi2d_se
schuenke Feb 3, 2026
e33f0e8
Merge branch 'main' into epi2d
schuenke Feb 24, 2026
7459abe
cleanup docstrings
schuenke Feb 24, 2026
567cc09
fix mrd trajectory definitions for multi-slice
schuenke Feb 25, 2026
b085211
Merge branch 'main' into epi2d
ckolbPTB Feb 28, 2026
0de0807
tests added
ckolbPTB Feb 28, 2026
1ebea4d
tests and example added. ismrmrd header fixed
ckolbPTB Feb 28, 2026
81338c8
separate epi readout + tests
ckolbPTB Mar 1, 2026
2543378
replace traj calculation for mrd file with analytical expression
schuenke Mar 3, 2026
e744aee
remove rounding of traj values in mrd file
schuenke Mar 3, 2026
2c1d2d4
add tests for analytical epi traj
schuenke Mar 3, 2026
8403cb3
fix mypy errors
schuenke Mar 3, 2026
a53c9b0
add direct recon for all
ckolbPTB Mar 3, 2026
01f9dc5
fix se epi2d
ckolbPTB Mar 3, 2026
6ed541b
update
ckolbPTB Mar 3, 2026
468cac4
adjust for v141 compatibility
schuenke Mar 4, 2026
7e4cd03
add calculate_full_trajectory method for better visualization in plot…
schuenke Mar 4, 2026
74f42be
fix mypy error
schuenke Mar 4, 2026
f2b5b2d
Merge branch 'main' into epi2d
schuenke Mar 5, 2026
2e1ed14
Merge branch 'main' into epi2d
ckolbPTB Mar 11, 2026
f4bc3ad
Merge branch 'main' into epi2d
ckolbPTB Mar 11, 2026
dc500da
ensures epi object stays unchanged
ckolbPTB Mar 20, 2026
123588c
Merge branch 'main' into epi2d
schuenke Mar 27, 2026
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
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ repos:
- types-requests
- typing-extensions
- pytest
- matplotlib
- scipy-stubs

ci:
Expand Down
Loading
Loading