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
43 stars 7 forks source link

Simulations require full polarization #481

Open rlbyrne opened 1 month ago

rlbyrne commented 1 month ago

I am trying to simulate data in XX and YY only, but pyuvsim currently only supports Npols=4.

rlbyrne commented 1 month ago

This is actually related to using multithreading, and specifically to using the mpi.big_bcast command. Something is getting lost when the uv object is broadcast across threads in that way. I need to look into this further.