Skip to content

Commit

Permalink
transpose Jones matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
rlbyrne committed Jun 27, 2023
1 parent 87c9db9 commit 89fa16d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fhd_core/beam_modeling/import_az_el_beam.pro
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ FOR freq_i=0,n_freq-1 DO BEGIN
FOR b_i=0,n_basis-1 DO BEGIN
Jmat1 = Reform(Jmat0[*, *, freq_i, f_i, 0, b_i, 0] + icomp*Jmat0[*, *, freq_i, f_i, 0, b_i, 1])
Jmat1 = Transpose(Jmat1)
Jmat_arr[freq_i,f_i,b_i,*] = Reform(Jmat1, n_ang)
Jmat_arr[freq_i,b_i,f_i,*] = Reform(Jmat1, n_ang)
ENDFOR
ENDFOR
ENDFOR
Expand Down

0 comments on commit 89fa16d

Please sign in to comment.