https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision a8e60141bb14788dbc7352148aee41dc75dd4fc8 authored by Matthew Kolopanis on 11 February 2021, 17:02:32 UTC, committed by Paul La Plante on 16 February 2021, 20:13:13 UTC
1 parent f10a063
Raw File
Tip revision: a8e60141bb14788dbc7352148aee41dc75dd4fc8 authored by Matthew Kolopanis on 11 February 2021, 17:02:32 UTC
allocate a fixed length array, only copy max_length anyway
Tip revision: a8e6014
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