https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 4ac96a6efc246f777adb5dd1407861f3ccd792bf authored by Matthew Kolopanis on 26 January 2021, 16:34:07 UTC, committed by Bryna Hazelton on 28 January 2021, 21:31:41 UTC
1 parent 9f91b75
Raw File
Tip revision: 4ac96a6efc246f777adb5dd1407861f3ccd792bf authored by Matthew Kolopanis on 26 January 2021, 16:34:07 UTC
added some docstrings; explain it operates in place.
Tip revision: 4ac96a6
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