https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision cb10568115e5cfb67b134d1cdf58eafd79f3d0de authored by Adam Lanman on 15 September 2018, 05:29:55 UTC, committed by Bryna Hazelton on 25 September 2018, 17:52:50 UTC
1 parent 1171d68
Raw File
Tip revision: cb10568115e5cfb67b134d1cdf58eafd79f3d0de authored by Adam Lanman on 15 September 2018, 05:29:55 UTC
Allow for flipped baselines to be considered redundant, like in hera_cal
Tip revision: cb10568
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
back to top