Skip to content

Commit

Permalink
Flip input image before creating stokes matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
aknierim committed Sep 20, 2024
1 parent d12e873 commit a619a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyvisgen/simulation/visibility.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ def vis_loop(
torch._dynamo.config.suppress_errors = True

pol = Polarisation(
SI,
torch.flip(SI, dims=[1]),
sensitivity_cut=obs.sensitivity_cut,
polarisation=obs.polarisation,
device=obs.device,
Expand Down

0 comments on commit a619a3a

Please sign in to comment.