https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 040f229e667a7c5640239c0a368134b596cf7a12 authored by e-koch on 07 December 2021, 16:55:07 UTC, committed by kartographer on 07 December 2021, 22:21:15 UTC
1 parent 9607ba3
Raw File
Tip revision: 040f229e667a7c5640239c0a368134b596cf7a12 authored by e-koch on 07 December 2021, 16:55:07 UTC
When no phase centers are defined, set a default of of 0 with shape Nblts
Tip revision: 040f229
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