https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision dc326421dfd4081a5d254e0c91d85862d6111f00 authored by Garrett "Karto" Keating on 08 May 2021, 02:56:04 UTC, committed by Paul La Plante on 25 June 2021, 14:49:40 UTC
1 parent cdfe5d2
Raw File
Tip revision: dc326421dfd4081a5d254e0c91d85862d6111f00 authored by Garrett "Karto" Keating on 08 May 2021, 02:56:04 UTC
Setting default to be to use ant positions
Tip revision: dc32642
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