https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 43dc7ac6acd8245940567b0c72a4dc12ac35d1fc authored by Bryna Hazelton on 08 February 2022, 20:55:23 UTC, committed by Paul La Plante on 10 February 2022, 00:48:52 UTC
1 parent 5455260
Raw File
Tip revision: 43dc7ac6acd8245940567b0c72a4dc12ac35d1fc authored by Bryna Hazelton on 08 February 2022, 20:55:23 UTC
clean up UVData parameter descriptions
Tip revision: 43dc7ac
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