https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 5d80c5b4721fa75e8e220ebf68f188f6fdf5a1ef authored by Bryna Hazelton on 28 September 2020, 00:20:38 UTC, committed by Bryna Hazelton on 11 December 2020, 19:21:28 UTC
1 parent bae350e
Raw File
Tip revision: 5d80c5b4721fa75e8e220ebf68f188f6fdf5a1ef authored by Bryna Hazelton on 28 September 2020, 00:20:38 UTC
use astropy sites for known telescopes, include HERA antenna positions
Tip revision: 5d80c5b
MANIFEST.in
include *.md
include LICENSE
include *.bib
include pyuvdata/uvdata/src/*
include scripts/*.pro
include scripts/*.sh
recursive-include pyuvdata/data *
recursive-include pyuvdata/*.py
prune pyuvdata/data/test
recursive-include docs *
exclude docs/.DS_Store
prune docs/_build
prune docs/__pycache__
back to top