https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision e8ae5178133d85b9498d50ff4ecba15f32945d9f authored by Nicholas Kern on 30 March 2021, 01:17:29 UTC, committed by Nicholas Kern on 30 March 2021, 01:17:29 UTC
	modified:   pyuvdata/tests/test_utils.py
	modified:   pyuvdata/utils.py
1 parent 89d8358
Raw File
Tip revision: e8ae5178133d85b9498d50ff4ecba15f32945d9f authored by Nicholas Kern on 30 March 2021, 01:17:29 UTC
modified: CHANGELOG.md
Tip revision: e8ae517
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