https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 14a1b1c8147be19af7c21745b735276f7f88ab38 authored by Mike Wilensky on 11 March 2020, 01:53:50 UTC, committed by Bryna Hazelton on 23 March 2020, 21:09:08 UTC
1 parent 20fbcf9
Raw File
Tip revision: 14a1b1c8147be19af7c21745b735276f7f88ab38 authored by Mike Wilensky on 11 March 2020, 01:53:50 UTC
attempt to preserve weights_square array during clear_unused_attributes
Tip revision: 14a1b1c
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