https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 5f5689c6c964cda1c2a801f70a4771541dbc10df authored by Garrett "Karto" Keating on 17 June 2021, 03:08:25 UTC, committed by Paul La Plante on 25 June 2021, 14:49:40 UTC
1 parent c93af4b
Raw File
Tip revision: 5f5689c6c964cda1c2a801f70a4771541dbc10df authored by Garrett "Karto" Keating on 17 June 2021, 03:08:25 UTC
Making a couple of minor bugfixes to utility functions
Tip revision: 5f5689c
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