https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Raw File
Tip revision: 3224a6d50725602b4ef95ae197f14164bd0a7eea authored by Ruby Byrne on 24 February 2024, 01:14:41 UTC
support MODEL_DATA column on ms read
Tip revision: 3224a6d
__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