RadioAstronomySoftwareGroup / pyuvsim

A ultra-high precision package for simulating radio interferometers in python on compute clusters.
https://pyuvsim.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
42 stars 6 forks source link

Beam_dict requires initializing all antennas in the MS even after after down selecting to one baseline. #434

Open nmahesh1412 opened 9 months ago

nmahesh1412 commented 9 months ago

In pyuvsim.uvsim.run_uvdata_uvsim the pyuvdata object passed has only one baseline. But the beam_dict parameter requires all the antennas in the MS set to be mapped to a beam_id in the beam_list. This is not the case when one passes beam_dict = None.