Skip to content

Commit 6ed57bc

Browse files
committed
fix: Fix FITS layout
1 parent 3f9f7de commit 6ed57bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pyvisgrid/core/gridder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -793,7 +793,7 @@ def from_fits(
793793
src_dec=file[0].header["CRVAL7"] * 3600,
794794
ref_frequency=file[0].header["CRVAL4"],
795795
frequency_offsets=file[1].data["IF FREQ"],
796-
antenna_layout=Layout.from_uv_fits(path=path)
796+
antenna_layout=Layout.from_uv_fits(path=path, sefd=0)
797797
if include_array_layout
798798
else None,
799799
)

0 commit comments

Comments
 (0)