https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision cdc23f35a98a534d671f82e9376b7219d1b99289 authored by Bryna Hazelton on 05 October 2022, 19:51:16 UTC, committed by Bryna Hazelton on 20 December 2022, 19:45:00 UTC
1 parent 734a98a
Raw File
Tip revision: cdc23f35a98a534d671f82e9376b7219d1b99289 authored by Bryna Hazelton on 05 October 2022, 19:51:16 UTC
improve phasing handling in read, add tests for only one good file
Tip revision: cdc23f3
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