https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision a59f4d2ef5dd2fc6f3514cfe4b10cf9e29f4943c authored by Garrett 'Karto' Keating on 12 December 2021, 04:56:59 UTC, committed by Bryna Hazelton on 14 January 2022, 19:28:11 UTC
1 parent 4371013
Raw File
Tip revision: a59f4d2ef5dd2fc6f3514cfe4b10cf9e29f4943c authored by Garrett 'Karto' Keating on 12 December 2021, 04:56:59 UTC
More docstring fixes, making sure to pass check arguments to MIR reader
Tip revision: a59f4d2
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