https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 9bfefaa9aae71b73149d25c7ebefeda3093a5fca authored by Bryna Hazelton on 13 December 2020, 20:31:57 UTC, committed by Bryna Hazelton on 02 April 2021, 22:10:52 UTC
1 parent 6d5eede
Raw File
Tip revision: 9bfefaa9aae71b73149d25c7ebefeda3093a5fca authored by Bryna Hazelton on 13 December 2020, 20:31:57 UTC
Make utils.apply_flag and initializing UVFlag from UVData work
Tip revision: 9bfefaa
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