https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Raw File
Tip revision: 835524471803bbc0e4802a41d20fd6dd9c834c5d authored by Bryna Hazelton on 23 March 2024, 14:08:37 UTC
Use absolute path in hdf5 hash
Tip revision: 8355244
__init__.py
# -*- mode: python; coding: utf-8 -*-
# Copyright (c) 2019 Radio Astronomy Software Group
# Licensed under the 2-clause BSD License

"""Init file for UVFlag."""
from .uvflag import *  # noqa
back to top