https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision fc61a8bce9c7576d8525e36e66e04b2d5c8eecb0 authored by Bryna Hazelton on 04 November 2020, 23:19:33 UTC, committed by Paul La Plante on 13 December 2020, 16:51:37 UTC
1 parent ac8c006
Raw File
Tip revision: fc61a8bce9c7576d8525e36e66e04b2d5c8eecb0 authored by Bryna Hazelton on 04 November 2020, 23:19:33 UTC
Fix handling of FHD antenna positions, add test against mwa corr file
Tip revision: fc61a8b
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