Skip to content

Commit

Permalink
Update sdcflows/transform.py
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Markiewicz <[email protected]>
  • Loading branch information
oesteban and effigies committed Jul 7, 2023
1 parent 0e25a5b commit a09dc64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdcflows/transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def fit(self, target_reference, affine=None, approx=True):
# Project the reference's grid onto the fieldmap's
target_reference = target_reference.__class__(
target_reference.dataobj,
affine @ target_affine.T,
affine @ target_affine,
target_reference.header,
)

Expand Down

0 comments on commit a09dc64

Please sign in to comment.