https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 0dbb3d649aa8bb00ca77c5f68388725c70dd79f0 authored by Matthew Kolopanis on 28 April 2020, 17:03:13 UTC, committed by Matthew Kolopanis on 29 April 2020, 15:47:53 UTC
1 parent c74ced0
Raw File
Tip revision: 0dbb3d649aa8bb00ca77c5f68388725c70dd79f0 authored by Matthew Kolopanis on 28 April 2020, 17:03:13 UTC
reword a nasty for loop into cython
Tip revision: 0dbb3d6
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