https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision ae9c3e488f4a2d055e6a4702e2d4d1cabdf97d60 authored by Garrett Keating on 23 August 2020, 03:12:41 UTC, committed by kartographer on 03 September 2020, 03:48:06 UTC
1 parent 4c0fef2
Raw File
Tip revision: ae9c3e488f4a2d055e6a4702e2d4d1cabdf97d60 authored by Garrett Keating on 23 August 2020, 03:12:41 UTC
Don't frequency_average w/ flex_spw datasets
Tip revision: ae9c3e4
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