Skip to content

Commit

Permalink
Fix type of MRAcquisitionPhaseEncodingStepsInPlane
Browse files Browse the repository at this point in the history
  • Loading branch information
lamyj committed Jan 14, 2024
1 parent a9db655 commit 549562f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/dicomifier/bruker_to_dicom/modules/mr.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
"MRFOVGeometrySequence", False,
[
(
"VisuAcqPhaseEncSteps", "MRAcquisitionPhaseEncodingStepsInPlane", 1,
"VisuAcqPhaseEncSteps", "MRAcquisitionPhaseEncodingStepsInPlane", 3,
None),
]
]
Expand Down

0 comments on commit 549562f

Please sign in to comment.