swh:1:snp:5d08e1a590957faccdc77737b5e8f49534d091bc
Raw File
Tip revision: 41cb765900a852e74e2fa4fb50432c69f857a927 authored by Paul La Plante on 19 November 2021, 17:49:45 UTC
Add check for uvh5 metadata only objects
Tip revision: 41cb765
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