https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Raw File
Tip revision: f7e61331f1aa1a38b3102a0b4e2b33e1cfeedf2e authored by Bryna Hazelton on 30 September 2021, 17:59:34 UTC
update the changelog for v2.2.2
Tip revision: f7e6133
__init__.py
# -*- mode: python; coding: utf-8 -*-
# Copyright (c) 2019 Radio Astronomy Software Group
# Licensed under the 2-clause BSD License

"""Init file for UVBeam."""
from .uvbeam import *  # noqa
back to top