https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 5f5689c6c964cda1c2a801f70a4771541dbc10df authored by Garrett "Karto" Keating on 17 June 2021, 03:08:25 UTC, committed by Paul La Plante on 25 June 2021, 14:49:40 UTC
1 parent c93af4b
Raw File
Tip revision: 5f5689c6c964cda1c2a801f70a4771541dbc10df authored by Garrett "Karto" Keating on 17 June 2021, 03:08:25 UTC
Making a couple of minor bugfixes to utility functions
Tip revision: 5f5689c
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