https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 0fb5b3b2e86d90c674e20ad059cb3cbb24f25ae3 authored by Matthew Kolopanis on 06 November 2019, 19:16:09 UTC, committed by Bryna Hazelton on 20 December 2019, 00:09:47 UTC
1 parent 639ec88
Raw File
Tip revision: 0fb5b3b2e86d90c674e20ad059cb3cbb24f25ae3 authored by Matthew Kolopanis on 06 November 2019, 19:16:09 UTC
include errors when phase center is too long
Tip revision: 0fb5b3b
MANIFEST.in
include *.md
include LICENSE
include pyuvdata/VERSION
include pyuvdata/GIT_INFO
include *.bib
include pyuvdata/src/*
include scripts/*.pro
include scripts/*.sh
recursive-include pyuvdata/data *
prune pyuvdata/data/test
recursive-include docs *
exclude docs/.DS_Store
prune docs/_build
prune docs/__pycache__
back to top