https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 806deb3138d8312101dea1ccd2c1bcc35317a82b authored by Bryna Hazelton on 12 September 2019, 04:57:10 UTC, committed by Bryna Hazelton on 01 January 2020, 19:04:51 UTC
1 parent 2313619
Raw File
Tip revision: 806deb3138d8312101dea1ccd2c1bcc35317a82b authored by Bryna Hazelton on 12 September 2019, 04:57:10 UTC
Add a basic existence test for mwa_beam
Tip revision: 806deb3
uvbeam.rst
UVBeam Class
=============

UVBeam is the main user class for beam models. It provides import and export functionality to
supported file formats and can be interacted with directly.

.. autoclass:: pyuvdata.UVBeam
  :members:
back to top