https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 6bb4440deed1083a002fb75b43d1f67bc39a0777 authored by Bryna Hazelton on 17 December 2019, 23:27:30 UTC, committed by Bryna Hazelton on 20 December 2019, 00:09:47 UTC
1 parent 774a5d8
Raw File
Tip revision: 6bb4440deed1083a002fb75b43d1f67bc39a0777 authored by Bryna Hazelton on 17 December 2019, 23:27:30 UTC
update the tutorial for deprecation of reading uvfits header only
Tip revision: 6bb4440
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