https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Raw File
Tip revision: 89b46f6e86e8dcd99b7cafb34bba9165d0fd96af authored by Steven Murray on 24 January 2023, 21:51:01 UTC
feat: allow mag/phase interpolation for beams
Tip revision: 89b46f6
__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