Skip to content

Commit

Permalink
Fix 2D arrays (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecThomson authored Feb 5, 2025
1 parent 54f083c commit aef0458
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rm_lite/utils/synthesis.py
Original file line number Diff line number Diff line change
Expand Up @@ -699,6 +699,8 @@ def rmsynth_nufft(
complex_pol_arr.shape[1] * complex_pol_arr.shape[2],
),
)
else:
complex_pol_arr_2d = complex_pol_arr

# Create a complex polarised cube, B&dB Eqns. (8) and (14)
# Array has dimensions [nFreq, nY * nX]
Expand Down

0 comments on commit aef0458

Please sign in to comment.