https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision ec312b06ecdc0c2e0261074d2db899c04ecbf7f7 authored by Garrett 'Karto' Keating on 02 June 2022, 12:20:40 UTC, committed by kartographer on 07 July 2022, 17:00:15 UTC
1 parent ad60744
Raw File
Tip revision: ec312b06ecdc0c2e0261074d2db899c04ecbf7f7 authored by Garrett 'Karto' Keating on 02 June 2022, 12:20:40 UTC
Cleaning up Mir module based on reviewer comments.
Tip revision: ec312b0
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