https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 4d5aba339dd64d2d5312f109d0d5d370feb9c02d authored by Bryna Hazelton on 03 May 2019, 18:38:02 UTC, committed by Jonathan Pober on 23 May 2019, 00:22:22 UTC
1 parent 84dcd74
Raw File
Tip revision: 4d5aba339dd64d2d5312f109d0d5d370feb9c02d authored by Bryna Hazelton on 03 May 2019, 18:38:02 UTC
replace _set_u_positive with conjugate_bls, fix bugs
Tip revision: 4d5aba3
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