https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 5caaa2926646214e99aff1d32399428e1c7df405 authored by Garrett "Karto" Keating on 30 September 2021, 03:45:37 UTC, committed by Paul La Plante on 30 September 2021, 17:35:20 UTC
1 parent 04d1357
Raw File
Tip revision: 5caaa2926646214e99aff1d32399428e1c7df405 authored by Garrett "Karto" Keating on 30 September 2021, 03:45:37 UTC
Adding some testing to the CARMA MIRIAD <-> MS roundtrip
Tip revision: 5caaa29
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