https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Raw File
Tip revision: 26034c5adc55cb50767e5058d7453e00277fe7db authored by Bryna Hazelton on 20 October 2022, 21:24:48 UTC
update changelog for a new version
Tip revision: 26034c5
__init__.py
# -*- mode: python; coding: utf-8 -*-
# Copyright (c) 2019 Radio Astronomy Software Group
# Licensed under the 2-clause BSD License

"""Init file for UVData."""
from .uvdata import *  # noqa
back to top