https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 7910e46c96aa84b400705c55391319b4454c5e47 authored by e-koch on 07 December 2021, 17:32:26 UTC, committed by kartographer on 07 December 2021, 22:21:15 UTC
1 parent 6a5db49
Raw File
Tip revision: 7910e46c96aa84b400705c55391319b4454c5e47 authored by e-koch on 07 December 2021, 17:32:26 UTC
Remove the added eq skip for scan_number_array
Tip revision: 7910e46
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