https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 7b16717a0dbb526d0f16aa1800053ba0f52b6eda authored by Garrett Keating on 22 August 2020, 01:52:46 UTC, committed by kartographer on 03 September 2020, 03:48:06 UTC
1 parent 90a5941
Raw File
Tip revision: 7b16717a0dbb526d0f16aa1800053ba0f52b6eda authored by Garrett Keating on 22 August 2020, 01:52:46 UTC
Fix bug for single-spw datasets in UVH5
Tip revision: 7b16717
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