https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 06b4cfe84eaf44fddfb7045b890ec7f03e724f76 authored by Bryna Hazelton on 25 April 2022, 21:40:02 UTC, committed by Matthew Kolopanis on 05 August 2022, 19:36:22 UTC
1 parent 447c8d8
Raw File
Tip revision: 06b4cfe84eaf44fddfb7045b890ec7f03e724f76 authored by Bryna Hazelton on 25 April 2022, 21:40:02 UTC
change "unphased" to "unprojected" in phase center catalog
Tip revision: 06b4cfe
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