Skip to content

Commit

Permalink
Fix retrieval of center from file
Browse files Browse the repository at this point in the history
  • Loading branch information
jonschumacher authored Apr 5, 2024
1 parent c77295b commit 6c958e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SystemMatrix/SystemMatrix.jl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ end
SystemMatrixGriddingParameter(file::MPIFile) = SystemMatrixGriddingParameter(
gridSize = calibSize(file),
fov = calibFieldOfView(file),
center = calibFieldOfViewCenter
center = calibFieldOfViewCenter(file)
)

export defaultParameterGridSize, defaultParameterCalibCenter, defaultParameterCalibFov
Expand Down

0 comments on commit 6c958e1

Please sign in to comment.