https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision c7cfa01e6be3087a16f65bb9e01ac3b87dedfeb1 authored by Christopher Moriarty on 06 August 2020, 15:15:13 UTC, committed by Christopher Moriarty on 06 August 2020, 15:15:13 UTC
1 parent a30db40
Raw File
Tip revision: c7cfa01e6be3087a16f65bb9e01ac3b87dedfeb1 authored by Christopher Moriarty on 06 August 2020, 15:15:13 UTC
First draft of a comment for the MirParser class.
Tip revision: c7cfa01
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