pyuvsim icon indicating copy to clipboard operation
pyuvsim copied to clipboard

Speed up apply_beam

Open jpober opened this issue 6 months ago • 0 comments

apply_beam in uvsim.py interpolates the beam for every antenna in every baseline. In principle, we only need to interpolate the beam once per unique beam and find a way to reuse it when an antenna using that beam shows up in another pair. We may need shared memory to do this, so the architecture requires more thought.

jpober avatar Aug 29 '24 15:08 jpober