Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mcencini committed Jan 24, 2024
1 parent a0b1961 commit 89669aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deepmr/io/types/header.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class Header:
List of spatial axis to be flipped after image reconstruction.
The default is an empty list (no flipping).
transpose : list
Permutation of image dimensions after reconstruction, depending on acquisition mode:
Permutation of image dimensions after reconstruction, depending on acquisition mode:
* **2Dcart:** reconstructed image has (nslices, ncontrasts, ny, nx) -> transpose = [1, 0, 2, 3]
* **2Dnoncart:** reconstructed image has (nslices, ncontrasts, ny, nx) -> transpose = [1, 0, 2, 3]
Expand Down

0 comments on commit 89669aa

Please sign in to comment.