https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 9b7f4675a0c07c4bfab6dae4eaf90e325372d3fd authored by Bryna Hazelton on 03 December 2021, 22:12:58 UTC, committed by Bryna Hazelton on 22 December 2021, 01:10:09 UTC
1 parent dae8d61
Raw File
Tip revision: 9b7f4675a0c07c4bfab6dae4eaf90e325372d3fd authored by Bryna Hazelton on 03 December 2021, 22:12:58 UTC
reduce tolerance on LST array to 1mas
Tip revision: 9b7f467
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