https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Raw File
Tip revision: 1b67b131092654e7a600759b059ee6e67c7ff10c authored by Bryna Hazelton on 03 January 2023, 22:53:38 UTC
Properly handle the telescope frame in utils.calc_app_coords
Tip revision: 1b67b13
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