swh:1:snp:467a479aaed576dccafada966b029f9f7655023b
Raw File
Tip revision: ae16628d12a06e014d04e0a1139d42adb89dd8f2 authored by pyxieloustar on 17 November 2021, 16:24:26 UTC
move corrections into functions; only correct in-range values
Tip revision: ae16628
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