https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 8fdad84e039c95d7a8c5537edddf533862a0c898 authored by Garrett 'Karto' Keating on 06 April 2023, 02:44:16 UTC, committed by Bryna Hazelton on 10 April 2023, 22:38:10 UTC
1 parent e3d0e37
Raw File
Tip revision: 8fdad84e039c95d7a8c5537edddf533862a0c898 authored by Garrett 'Karto' Keating on 06 April 2023, 02:44:16 UTC
Adding catalog_names keyword to read_uvh5 and read_uvfits
Tip revision: 8fdad84
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