https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision c9f604987e17cf0c74eee86f8f24b4762975dc24 authored by Bryna Hazelton on 24 September 2021, 21:02:07 UTC, committed by Matthew Kolopanis on 28 September 2021, 17:49:24 UTC
tweak x_orientation handling in UVBeam feed selection
1 parent 090c5fc
Raw File
Tip revision: c9f604987e17cf0c74eee86f8f24b4762975dc24 authored by Bryna Hazelton on 24 September 2021, 21:02:07 UTC
Update changelog
Tip revision: c9f6049
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