https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 8d9d7acb91a3501952b569ec5b6d6ff2da2ca399 authored by Matthew Kolopanis on 20 January 2021, 20:34:04 UTC, committed by Bryna Hazelton on 28 January 2021, 21:31:41 UTC
1 parent 1ab2cee
Raw File
Tip revision: 8d9d7acb91a3501952b569ec5b6d6ff2da2ca399 authored by Matthew Kolopanis on 20 January 2021, 20:34:04 UTC
move file reading to own function, better for garbage collection
Tip revision: 8d9d7ac
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