From 1ff71a5a435aaafa6969654dbf7cf5ab0779eb3c Mon Sep 17 00:00:00 2001 From: Robert Pascua Date: Mon, 4 Mar 2024 13:21:01 -0500 Subject: [PATCH] fix: conjugation error in matvis wrapper --- hera_sim/visibilities/matvis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hera_sim/visibilities/matvis.py b/hera_sim/visibilities/matvis.py index fe7f54b2..54ba6a79 100644 --- a/hera_sim/visibilities/matvis.py +++ b/hera_sim/visibilities/matvis.py @@ -413,7 +413,7 @@ def simulate(self, data_model): return visfull def _reorder_vis(self, req_pols, uvdata, visfull, vis, ant_list, polarized): - ant1idx, ant2idx = np.triu_indices(vis.shape[-1]) + ant1idx, ant2idx = np.tril_indices(vis.shape[-1]) try: if (