https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Raw File
Tip revision: 5ca0937a10251c116641bdf1a0086c4061171b0b authored by pre-commit-ci[bot] on 06 November 2023, 19:26:16 UTC
[pre-commit.ci] auto fixes from pre-commit.com hooks
Tip revision: 5ca0937
__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