https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 09b7770eeaade6b864dd412aae0a75067a2a70fd authored by Bryna Hazelton on 14 February 2020, 00:32:50 UTC, committed by Adam Beardsley on 26 February 2020, 18:53:14 UTC
1 parent 995b08a
Raw File
Tip revision: 09b7770eeaade6b864dd412aae0a75067a2a70fd authored by Bryna Hazelton on 14 February 2020, 00:32:50 UTC
Add tutorial section on averaging and resampling, other tutorial cleanup
Tip revision: 09b7770
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