Skip to content

Commit

Permalink
cellx -> cell_rad in stokes2im
Browse files Browse the repository at this point in the history
  • Loading branch information
landmanbester committed Aug 19, 2024
1 parent fa6f92e commit 1995e45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pfb/utils/stokes2im.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ def single_stokes_image(
mask,
weight,
nx, ny,
cellx, celly,
cell_rad, cell_rad,
uvw.dtype,
ngrid=1)

Expand All @@ -259,7 +259,7 @@ def single_stokes_image(
uvw,
freq,
nx, ny,
cellx, celly,
cell_rad, cell_rad,
robustness)
if weight is not None:
weight *= imwgt
Expand Down

0 comments on commit 1995e45

Please sign in to comment.