https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision ee91bbea9a97fe5a82f12fcc855620e3583607f4 authored by Garrett "Karto" Keating on 20 July 2021, 17:38:40 UTC, committed by Paul La Plante on 30 September 2021, 17:35:20 UTC
1 parent 2c9c561
Raw File
Tip revision: ee91bbea9a97fe5a82f12fcc855620e3583607f4 authored by Garrett "Karto" Keating on 20 July 2021, 17:38:40 UTC
More updates to ms writer, not seems to work for multi-source and flex-spw
Tip revision: ee91bbe
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