https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 028134f1b45ba0296abdee71146b040b049c9e58 authored by Adam Beardsley on 09 May 2017, 20:14:54 UTC, committed by Adam Beardsley on 09 May 2017, 20:14:54 UTC
Previously we assumed a planar array. Now it should be more general.
1 parent fc31e30
Raw File
Tip revision: 028134f1b45ba0296abdee71146b040b049c9e58 authored by Adam Beardsley on 09 May 2017, 20:14:54 UTC
Adding a fix to phasing
Tip revision: 028134f
MANIFEST.in
include *.md
include LICENSE
include pyuvdata/VERSION
include pyuvdata/GIT_INFO
include *.bib
include scripts/*.pro
include scripts/*.sh
recursive-include pyuvdata/data *
prune pyuvdata/data/test
recursive-include docs *
exclude docs/.DS_Store
prune docs/_build
back to top