https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 4c66208245db29be8b9920434d6d48d23b29e367 authored by Bryna Hazelton on 01 July 2021, 18:47:33 UTC, committed by Bryna Hazelton on 01 July 2021, 21:45:35 UTC
1 parent 15c0503
Raw File
Tip revision: 4c66208245db29be8b9920434d6d48d23b29e367 authored by Bryna Hazelton on 01 July 2021, 18:47:33 UTC
fix tutorial error
Tip revision: 4c66208
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