https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision b772b741690856b84dbb5b5fee1e88d16725bfd2 authored by Dara Storer on 02 February 2021, 21:07:05 UTC, committed by Dara Storer on 02 February 2021, 21:07:05 UTC
1 parent dd54021
Raw File
Tip revision: b772b741690856b84dbb5b5fee1e88d16725bfd2 authored by Dara Storer on 02 February 2021, 21:07:05 UTC
Add exclude_antennas option to read functions
Tip revision: b772b74
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