https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Raw File
Tip revision: f9cbf410113a1077ff84769beafddb7bf30f44b4 authored by Bryna Hazelton on 29 March 2024, 15:47:47 UTC
address some of the review comments
Tip revision: f9cbf41
__init__.py
# -*- mode: python; coding: utf-8 -*-
# Copyright (c) 2019 Radio Astronomy Software Group
# Licensed under the 2-clause BSD License

"""Init file for UVCal."""
from .calh5 import FastCalH5Meta  # noqa
from .uvcal import *  # noqa
back to top