https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Raw File
Tip revision: f82e089f5e28dc1dc5e9d08271409283b6e1ebe9 authored by Bryna Hazelton on 25 March 2024, 21:50:38 UTC
handle another SPICE error, update codecov.yml for new version
Tip revision: f82e089
__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