https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 9e945fec26bc2874994b0cfc9243ff0be92a8c29 authored by e-koch on 30 June 2021, 00:42:15 UTC, committed by Bryna Hazelton on 01 July 2021, 17:47:36 UTC
1 parent 6d39f16
Raw File
Tip revision: 9e945fec26bc2874994b0cfc9243ff0be92a8c29 authored by e-koch on 30 June 2021, 00:42:15 UTC
Move mir fixture to conftest
Tip revision: 9e945fe
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