Skip to content

Commit

Permalink
inversion of im_osc_fast_t outputs when cont=True to match with phase…
Browse files Browse the repository at this point in the history
…_fast
  • Loading branch information
kevinfalque committed Mar 26, 2024
1 parent 39223b3 commit 9e7d338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PhaseUtils/contrast.py
Original file line number Diff line number Diff line change
Expand Up @@ -1239,7 +1239,7 @@ def im_osc_fast_t(
im_ifft, im_ifft[im_ifft.shape[0] // 2, im_ifft.shape[1] // 2]
)
if cont:
return im_cont, im_ifft
return im_ifft, im_cont
return im_ifft


Expand Down

0 comments on commit 9e7d338

Please sign in to comment.