https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 6f7896d0c7fd155237f07cd1ba0761433512fec0 authored by Garrett 'Karto' Keating on 08 December 2021, 05:53:40 UTC, committed by Bryna Hazelton on 13 January 2022, 00:58:47 UTC
1 parent ec4bebc
Raw File
Tip revision: 6f7896d0c7fd155237f07cd1ba0761433512fec0 authored by Garrett 'Karto' Keating on 08 December 2021, 05:53:40 UTC
Adding tsys calibration, converting vis_units from uncalib to Jy
Tip revision: 6f7896d
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