https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision bf4d65cb51231d2fad287189d4da91fa12604bea authored by Matthew Kolopanis on 07 December 2020, 21:53:04 UTC, committed by Paul La Plante on 09 December 2020, 21:45:25 UTC
1 parent 11f06ab
Raw File
Tip revision: bf4d65cb51231d2fad287189d4da91fa12604bea authored by Matthew Kolopanis on 07 December 2020, 21:53:04 UTC
some better variable types, use numpy.float64_t avoid OS type conflict
Tip revision: bf4d65c
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