https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Raw File
Tip revision: 6a38dff6cefd02670f1aa6d622d0201ea9ed95aa authored by Bryna Hazelton on 11 May 2018, 21:31:18 UTC
Add history changes for miriad partial read, handle warnings, fix tests
Tip revision: 6a38dff
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