https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 88975f6162e3948ebcaa2167ce653ebaee09a687 authored by Nicholas Kern on 30 December 2019, 17:49:18 UTC, committed by Bryna Hazelton on 06 January 2020, 05:30:26 UTC
1 parent d0a16a5
Raw File
Tip revision: 88975f6162e3948ebcaa2167ce653ebaee09a687 authored by Nicholas Kern on 30 December 2019, 17:49:18 UTC
fixed uvcalibrate w/ x_orientation update
Tip revision: 88975f6
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