https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 244697b6200461611752b40792176a3c14a66e3b authored by pyxieloustar on 02 August 2022, 19:24:09 UTC, committed by Bryna Hazelton on 12 August 2022, 06:28:12 UTC
1 parent 736a4d9
Raw File
Tip revision: 244697b6200461611752b40792176a3c14a66e3b authored by pyxieloustar on 02 August 2022, 19:24:09 UTC
use explicit numpy type for min baseline
Tip revision: 244697b
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