https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision cd7537caeedcb4bc3844ed8bf62189563ff29864 authored by Garrett 'Karto' Keating on 12 December 2021, 04:35:22 UTC, committed by Bryna Hazelton on 14 January 2022, 19:28:11 UTC
1 parent 39fa2c0
Raw File
Tip revision: cd7537caeedcb4bc3844ed8bf62189563ff29864 authored by Garrett 'Karto' Keating on 12 December 2021, 04:35:22 UTC
Adding message on how to fix non-real autos in check()
Tip revision: cd7537c
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