https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 7d576a27260ba72c8d1a7511e77ac27e29edf0a5 authored by Garrett Keating on 06 January 2021, 03:10:05 UTC, committed by Paul La Plante on 25 June 2021, 14:49:40 UTC
1 parent cea4008
Raw File
Tip revision: 7d576a27260ba72c8d1a7511e77ac27e29edf0a5 authored by Garrett Keating on 06 January 2021, 03:10:05 UTC
Another couple of small bug fixes for calc_uvw
Tip revision: 7d576a2
MANIFEST.in
include *.md
include LICENSE
include *.bib
include pyuvdata/uvdata/src/*
include scripts/*.pro
include scripts/*.sh
recursive-include pyuvdata/data *
recursive-include pyuvdata/*.py
prune pyuvdata/data/test
recursive-include docs *
exclude docs/.DS_Store
prune docs/_build
prune docs/__pycache__
back to top