https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 8105344f65b98aee7b50313812e2685eae004e69 authored by Bryna Hazelton on 14 October 2020, 20:12:55 UTC, committed by Jonathan Pober on 05 November 2020, 11:33:58 UTC
1 parent eafac32
Raw File
Tip revision: 8105344f65b98aee7b50313812e2685eae004e69 authored by Bryna Hazelton on 14 October 2020, 20:12:55 UTC
Check that conjugating some bls before compressing gives the same answer
Tip revision: 8105344
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