Skip to content

Commit

Permalink
Fix bug where the real part of the xy autos wasn't corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
bhazelton committed Oct 24, 2024
1 parent ac85512 commit 6b6a34c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pyuvdata/uvdata/mwa_corr_fits.py
Original file line number Diff line number Diff line change
Expand Up @@ -982,6 +982,7 @@ def van_vleck_correction(
sig2_arr=sig2,
cheby_approx=cheby_approx,
)
self.data_array.real[k, :, j, yx] = kap
# correct imaginary
kap = van_vleck_crosses_int(
k_arr=khat.imag,
Expand Down

0 comments on commit 6b6a34c

Please sign in to comment.