https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 95c9969d94d0be2b752bed5ecbfd5e2d0bd944fc authored by Bryna Hazelton on 29 May 2019, 21:13:58 UTC, committed by Adam Beardsley on 05 June 2019, 19:39:05 UTC
1 parent b0f512f
Raw File
Tip revision: 95c9969d94d0be2b752bed5ecbfd5e2d0bd944fc authored by Bryna Hazelton on 29 May 2019, 21:13:58 UTC
FHD follows UVFITS uvw direction convention
Tip revision: 95c9969
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