https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 8834fb9ee3b77e7b4598452c63e3cf02e15b7811 authored by Garrett 'Karto' Keating on 15 December 2021, 01:54:28 UTC, committed by Bryna Hazelton on 16 December 2021, 20:39:39 UTC
1 parent 1556b90
Raw File
Tip revision: 8834fb9ee3b77e7b4598452c63e3cf02e15b7811 authored by Garrett 'Karto' Keating on 15 December 2021, 01:54:28 UTC
Fixing bug in the way CATEGORY was set, also fixing TOTAL_BANDWIDTH (optional parameter)
Tip revision: 8834fb9
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