https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 0e705ac918160df1d1500534a8eba50de60ea65a authored by Bryna Hazelton on 05 May 2019, 17:27:06 UTC, committed by Jonathan Pober on 23 May 2019, 00:22:22 UTC
1 parent 2ed8fc9
Raw File
Tip revision: 0e705ac918160df1d1500534a8eba50de60ea65a authored by Bryna Hazelton on 05 May 2019, 17:27:06 UTC
add testing for reorder_blts, bug fixes
Tip revision: 0e705ac
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