https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision ead292e77328a16f6ed514d46b5c3ac538e013d9 authored by Bryna Hazelton on 23 September 2021, 16:17:48 UTC, committed by Matthew Kolopanis on 28 September 2021, 18:46:02 UTC
1 parent ab4a44a
Raw File
Tip revision: ead292e77328a16f6ed514d46b5c3ac538e013d9 authored by Bryna Hazelton on 23 September 2021, 16:17:48 UTC
Add an option to flip the gain conjugation convention in uvcalibrate
Tip revision: ead292e
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