https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 072f41e95566c33e00a37bdcc0a0afba8faffc82 authored by Bryna Hazelton on 11 November 2021, 18:58:22 UTC, committed by kartographer on 02 December 2021, 16:08:14 UTC
1 parent 41cb765
Raw File
Tip revision: 072f41e95566c33e00a37bdcc0a0afba8faffc82 authored by Bryna Hazelton on 11 November 2021, 18:58:22 UTC
Add filename parameter to UVCal, UVBeam and UVFlag
Tip revision: 072f41e
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