https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 613c2ccfc43b768291c3f6395456c30505303663 authored by Garrett Keating on 02 September 2020, 18:56:41 UTC, committed by kartographer on 03 September 2020, 03:48:06 UTC
1 parent ddfbbfc
Raw File
Tip revision: 613c2ccfc43b768291c3f6395456c30505303663 authored by Garrett Keating on 02 September 2020, 18:56:41 UTC
Fixing doctest error in tutorials
Tip revision: 613c2cc
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