https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Raw File
Tip revision: 332efce16b430947771afe7125cf9792b61b754b authored by Garrett 'Karto' Keating on 01 April 2024, 18:46:15 UTC
Tutorial update to briefly highlight MS cal support
Tip revision: 332efce
__init__.py
# -*- mode: python; coding: utf-8 -*-
# Copyright (c) 2019 Radio Astronomy Software Group
# Licensed under the 2-clause BSD License

"""Init file for UVFlag."""
from .uvflag import *  # noqa
back to top