https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 44ad7093f210734619ce7c8569a9326a989e4723 authored by Matthew Kolopanis on 10 February 2021, 22:55:52 UTC, committed by Paul La Plante on 16 February 2021, 20:13:13 UTC
1 parent 97a1e68
Raw File
Tip revision: 44ad7093f210734619ce7c8569a9326a989e4723 authored by Matthew Kolopanis on 10 February 2021, 22:55:52 UTC
use strncmp in miriad_wrap
Tip revision: 44ad709
__init__.py
# -*- mode: python; coding: utf-8 -*-
# Copyright (c) 2019 Radio Astronomy Software Group
# Licensed under the 2-clause BSD License

"""Init file for UVBeam."""
from .uvbeam import *  # noqa
back to top