https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 0eda159ebb10b90ad4c1b681cc76ecf2908739a8 authored by Matthew Kolopanis on 21 May 2019, 21:32:43 UTC, committed by Matthew Kolopanis on 28 May 2019, 18:45:58 UTC
1 parent 6722022
Raw File
Tip revision: 0eda159ebb10b90ad4c1b681cc76ecf2908739a8 authored by Matthew Kolopanis on 21 May 2019, 21:32:43 UTC
added keepdims keyword in np.string_ call for antenna_names
Tip revision: 0eda159
MANIFEST.in
include *.md
include LICENSE
include pyuvdata/VERSION
include pyuvdata/GIT_INFO
include *.bib
include pyuvdata/src/*
include scripts/*.pro
include scripts/*.sh
recursive-include pyuvdata/data *
prune pyuvdata/data/test
recursive-include docs *
exclude docs/.DS_Store
prune docs/_build
prune docs/__pycache__
back to top