https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 975b631aad49c0ca9298382487a67368687012d9 authored by Bryna Hazelton on 25 April 2019, 22:36:37 UTC, committed by Jonathan Pober on 26 April 2019, 00:34:41 UTC
1 parent 341f08c
Raw File
Tip revision: 975b631aad49c0ca9298382487a67368687012d9 authored by Bryna Hazelton on 25 April 2019, 22:36:37 UTC
document that the frequency array values are the center of the channels
Tip revision: 975b631
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