https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision fdded632cc4f259c6f5be2dc6ea56e15ddcb0a96 authored by Bryna Hazelton on 26 May 2022, 21:59:13 UTC, committed by Matthew Kolopanis on 05 August 2022, 19:36:22 UTC
Since we set the apparent coords this is no longer possible. It's really only possible to detect this for uvh5 files and those are now fixed on read by default.
1 parent 9108557
Raw File
Tip revision: fdded632cc4f259c6f5be2dc6ea56e15ddcb0a96 authored by Bryna Hazelton on 26 May 2022, 21:59:13 UTC
Remove testing for old phase method on object
Tip revision: fdded63
.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
cov.xml
*,cover
.pytest_cache
pyuvdata/tests/cover

# Translations
*.mo
*.pot

# Django stuff:
*.log

# Sphinx documentation
docs/_build/
docs/index.rst
docs/uvdata.rst
docs/uvcal.rst
docs/uvbeam.rst
docs/uvflag.rst

# PyBuilder
target/

# Latex
docs/references/*.aux
docs/references/*.out
docs/references/*.toc
docs/references/_minted*/*.pygtex
docs/references/_minted*/*.pygstyle

# autogenerated c code
pyuvdata/uvdata/src/miriad_wrap.cpp
pyuvdata/uvdata/corr_fits.c
pyuvdata/utils.c
back to top