https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision caac56faf7b5651c8f06badbb5e2ea1d68578913 authored by Bryna Hazelton on 13 September 2022, 00:55:53 UTC, committed by Bryna Hazelton on 20 December 2022, 19:45:00 UTC
1 parent 90f1484
Raw File
Tip revision: caac56faf7b5651c8f06badbb5e2ea1d68578913 authored by Bryna Hazelton on 13 September 2022, 00:55:53 UTC
Always use phase_center_catalog
Tip revision: caac56f
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