https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 493cf77d7d6923fbd5d87919f8436a633cb96824 authored by Paul La Plante on 01 September 2021, 16:16:16 UTC, committed by Bryna Hazelton on 15 September 2021, 20:25:57 UTC
1 parent 52adf1f
Raw File
Tip revision: 493cf77d7d6923fbd5d87919f8436a633cb96824 authored by Paul La Plante on 01 September 2021, 16:16:16 UTC
Fix logic in _index_dset and add associated test
Tip revision: 493cf77
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