https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 40089a61c61f32ecd1f48fa9e297aab3b35960e3 authored by Bryna Hazelton on 10 December 2021, 21:58:57 UTC, committed by Matthew Kolopanis on 17 December 2021, 17:58:40 UTC
1 parent ebe9ca5
Raw File
Tip revision: 40089a61c61f32ecd1f48fa9e297aab3b35960e3 authored by Bryna Hazelton on 10 December 2021, 21:58:57 UTC
Add support for baseline coordinate suffixes in uvfits files
Tip revision: 40089a6
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