https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision b26988a202edfc3b2af0b608a5cc6ae3f1fcfe4f authored by aelanman on 20 April 2017, 01:41:02 UTC, committed by Adam Beardsley on 11 May 2017, 16:35:19 UTC
1 parent 272d72c
Raw File
Tip revision: b26988a202edfc3b2af0b608a5cc6ae3f1fcfe4f authored by aelanman on 20 April 2017, 01:41:02 UTC
Slight improvement in phasing and write_miriad
Tip revision: b26988a
.gitignore
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]

# C extensions
*.so

# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg

# PyInstaller
#  Usually these files are written by a python script from a template
#  before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*,cover
pyuvdata/tests/cover

# Translations
*.mo
*.pot

# Django stuff:
*.log

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# exclude data files (can override as needed)
pyuvdata/data/
pyuvdata/data/test/
pyuvdata/GIT_INFO
back to top