https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 2bf3b30029de7ab1666f11b68303b69589c7a89c authored by Bryna Hazelton on 26 March 2018, 04:07:45 UTC, committed by Adam Beardsley on 28 March 2018, 00:44:12 UTC
1 parent 43add00
Raw File
Tip revision: 2bf3b30029de7ab1666f11b68303b69589c7a89c authored by Bryna Hazelton on 26 March 2018, 04:07:45 UTC
Add proper healpix interpolation for complex power beams
Tip revision: 2bf3b30
uvdata.rst
UVData Class
=============

UVData is the main user class. It provides import and export functionality to
all supported file formats (UVFITS, Miriad, FHD) and can be interacted with directly.

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