https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision d5a40ed215322e7d2d1f21b3da90e0e8b27f3f61 authored by Matthew Kolopanis on 19 November 2020, 21:40:01 UTC, committed by Bryna Hazelton on 15 December 2020, 22:42:45 UTC
1 parent ba7e1eb
Raw File
Tip revision: d5a40ed215322e7d2d1f21b3da90e0e8b27f3f61 authored by Matthew Kolopanis on 19 November 2020, 21:40:01 UTC
add a generic type getter for Parameters, allow strict overwrite
Tip revision: d5a40ed
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