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 (