https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Raw File
Tip revision: 573d5c7129e32692fb9e03342eb2561dcaa81384 authored by Matthew Kolopanis on 21 October 2021, 16:17:15 UTC
Let miriad be more flexible with complex types; typo fix
Tip revision: 573d5c7
__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