https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 8417bdc62aa893c67a63ece7c50c371d38981385 authored by Garrett 'Karto' Keating on 05 July 2022, 02:51:50 UTC, committed by kartographer on 07 July 2022, 17:00:15 UTC
1 parent 4ed58cf
Raw File
Tip revision: 8417bdc62aa893c67a63ece7c50c371d38981385 authored by Garrett 'Karto' Keating on 05 July 2022, 02:51:50 UTC
Fixing bug where ordering of auto data was not being preserved correctly across integrations, and a semi-related ordering issue w/ spectral windows.
Tip revision: 8417bdc
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