https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 40089a61c61f32ecd1f48fa9e297aab3b35960e3 authored by Bryna Hazelton on 10 December 2021, 21:58:57 UTC, committed by Matthew Kolopanis on 17 December 2021, 17:58:40 UTC
1 parent ebe9ca5
Raw File
Tip revision: 40089a61c61f32ecd1f48fa9e297aab3b35960e3 authored by Bryna Hazelton on 10 December 2021, 21:58:57 UTC
Add support for baseline coordinate suffixes in uvfits files
Tip revision: 40089a6
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