https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 95c9969d94d0be2b752bed5ecbfd5e2d0bd944fc authored by Bryna Hazelton on 29 May 2019, 21:13:58 UTC, committed by Adam Beardsley on 05 June 2019, 19:39:05 UTC
1 parent b0f512f
Raw File
Tip revision: 95c9969d94d0be2b752bed5ecbfd5e2d0bd944fc authored by Bryna Hazelton on 29 May 2019, 21:13:58 UTC
FHD follows UVFITS uvw direction convention
Tip revision: 95c9969
setup.cfg
[metadata]
description-file = README.md

[aliases]
test=pytest

[tool:pytest]
addopts = --ignore=scripts
back to top