https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision cc43a4a586e20d7732ebfe8c76b665bd79ee83a5 authored by Garrett Keating on 12 November 2020, 22:34:48 UTC, committed by Paul La Plante on 25 June 2021, 14:49:40 UTC
1 parent b2a4c65
Raw File
Tip revision: cc43a4a586e20d7732ebfe8c76b665bd79ee83a5 authored by Garrett Keating on 12 November 2020, 22:34:48 UTC
More fixes for tests
Tip revision: cc43a4a
uvflag.rst
UVFlag Class
=============

UVFlag is a *beta* level code being actively developed.

UVFlag is the main user class for combining flags, and turning data quality metrics into flags.
It provides import and export functionality to all supported file formats (hdf5)
and can be interacted with directly.


.. autoclass:: pyuvdata.UVFlag
  :members:
back to top