https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 36ee5269beba13f00f57ae3e190f41af06a982c1 authored by Bryna Hazelton on 17 June 2022, 00:02:49 UTC, committed by Matthew Kolopanis on 16 August 2022, 21:29:20 UTC
1 parent 03af101
Raw File
Tip revision: 36ee5269beba13f00f57ae3e190f41af06a982c1 authored by Bryna Hazelton on 17 June 2022, 00:02:49 UTC
Add support for future array shapes in UVFlag
Tip revision: 36ee526
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