https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision eda92f1b660a118bfc2d0848b74fe45d5eaeb3cf authored by Garrett "Karto" Keating on 29 July 2021, 03:14:52 UTC, committed by Garrett "Karto" Keating on 29 July 2021, 03:14:52 UTC
1 parent c3edaa1
Raw File
Tip revision: eda92f1b660a118bfc2d0848b74fe45d5eaeb3cf authored by Garrett "Karto" Keating on 29 July 2021, 03:14:52 UTC
More mods to the MS writer, trying to get pyuvdata gen'd datasets to match other example datasets.
Tip revision: eda92f1
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