https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision a352e5741de41a414d9000b9cbec1a3c54f7c303 authored by Bryna Hazelton on 10 March 2021, 16:54:30 UTC, committed by Paul La Plante on 30 September 2021, 17:35:20 UTC
1 parent 29c44bc
Raw File
Tip revision: a352e5741de41a414d9000b9cbec1a3c54f7c303 authored by Bryna Hazelton on 10 March 2021, 16:54:30 UTC
Fix uvw & data conjugation based on help desk response
Tip revision: a352e57
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