https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Tip revision: 7d65f4b59ba2fb3dc292dd040504b5e10c97d469 authored by Bryna Hazelton on 25 April 2025, 01:40:52 UTC
update changelog, remove deprecated code for v3.2
update changelog, remove deprecated code for v3.2
Tip revision: 7d65f4b
beam_interface.rst
Beam Interface
==============
The BeamInterface object is designed to provide a unified interface for UVBeam
and AnalyticBeam objects to compute beam response values. It can be constructed
with either a :class:`pyuvdata.UVBeam` or :class:`AnalyticBeam` and it provides
the :meth:`pyuvdata.BeamInterface.compute_response` method, which can be used to
either evaluate the response of an AnalyticBeam or interpolate a UVBeam to get
the beam response. This interface provides a simplified way for simulators to
get beam responses from either UVBeams or analytic beams with the same code.
.. autoclass:: pyuvdata.BeamInterface
:members: