https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Raw File
Tip revision: 4f873aae35d893bc44df12df22b602b8ba6a1fcc authored by Bryna Hazelton on 10 April 2023, 23:46:36 UTC
Update the changelog for the v2.3.2
Tip revision: 4f873aa
__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
from .uvh5 import FastUVH5Meta  # noqa
back to top