https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 208efed2ab5799d4bd5e74ea9383df1459981fdb authored by Matthew Kolopanis on 15 December 2020, 17:39:33 UTC, committed by Bryna Hazelton on 15 December 2020, 22:42:45 UTC
1 parent 28f1480
Raw File
Tip revision: 208efed2ab5799d4bd5e74ea9383df1459981fdb authored by Matthew Kolopanis on 15 December 2020, 17:39:33 UTC
take item(0) of ndarrays when checking parameter, quantity support
Tip revision: 208efed
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