https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 92d41b649cf30a8072856e5a8f87f0a4c2bedae7 authored by Aaron Parsons on 14 October 2020, 20:44:36 UTC, committed by Paul La Plante on 23 October 2020, 18:53:50 UTC
1 parent 3c2756a
Raw File
Tip revision: 92d41b649cf30a8072856e5a8f87f0a4c2bedae7 authored by Aaron Parsons on 14 October 2020, 20:44:36 UTC
Partial commit trying to debug UVData.__add__ version of concat in UVData.read
Tip revision: 92d41b6
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