https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 75728848fa48fe7930e770c48bed63339f3bbff1 authored by Bryna Hazelton on 03 March 2021, 23:29:22 UTC, committed by Paul La Plante on 30 March 2021, 19:16:52 UTC
1 parent 89d8358
Raw File
Tip revision: 75728848fa48fe7930e770c48bed63339f3bbff1 authored by Bryna Hazelton on 03 March 2021, 23:29:22 UTC
Fix descriptions of `ant_1_array` and `ant_2_array`
Tip revision: 7572884
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