https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 11f06abe99dabaeba3e4c24c73b2dd7b9d73a162 authored by Matthew Kolopanis on 07 December 2020, 21:52:34 UTC, committed by Paul La Plante on 09 December 2020, 21:45:25 UTC
1 parent 5d44a82
Raw File
Tip revision: 11f06abe99dabaeba3e4c24c73b2dd7b9d73a162 authored by Matthew Kolopanis on 07 December 2020, 21:52:34 UTC
antnum -> bl: do memoryviewing behind the scenes, better variable types
Tip revision: 11f06ab
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