https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 176477d5e3249f49607dcf1be86ed02428971caa authored by Bryna Hazelton on 11 May 2018, 17:59:58 UTC, committed by Bryna Hazelton on 11 May 2018, 23:57:19 UTC
1 parent 0cbaa7d
Raw File
Tip revision: 176477d5e3249f49607dcf1be86ed02428971caa authored by Bryna Hazelton on 11 May 2018, 17:59:58 UTC
fix miriad to avoid log10 of zero errors
Tip revision: 176477d
MANIFEST.in
include *.md
include LICENSE
include pyuvdata/VERSION
include pyuvdata/GIT_INFO
include *.bib
include scripts/*.pro
include scripts/*.sh
recursive-include pyuvdata/data *
prune pyuvdata/data/test
recursive-include docs *
exclude docs/.DS_Store
prune docs/_build
back to top