https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Raw File
Tip revision: 09e113445e2536aadf766e652eb76ab12b0a5211 authored by Paul La Plante on 19 October 2021, 01:32:19 UTC
Fix version specification for github actions
Tip revision: 09e1134
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