https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 742084169a988e82ef5cd1b801b7fc93340166bc authored by Matthew Kolopanis on 28 April 2021, 16:08:43 UTC, committed by Matthew Kolopanis on 06 May 2021, 13:55:56 UTC
1 parent 71b620f
Raw File
Tip revision: 742084169a988e82ef5cd1b801b7fc93340166bc authored by Matthew Kolopanis on 28 April 2021, 16:08:43 UTC
update test actually check the ra/dec of the phase center
Tip revision: 7420841
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