https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 02b01b94946d33ddb2c7d90cfaa3bc31ffd1aa94 authored by Bryna Hazelton on 15 February 2017, 23:46:42 UTC, committed by Bryna Hazelton on 15 February 2017, 23:46:42 UTC
1 parent b976e6f
Raw File
Tip revision: 02b01b94946d33ddb2c7d90cfaa3bc31ffd1aa94 authored by Bryna Hazelton on 15 February 2017, 23:46:42 UTC
and another syntax bug
Tip revision: 02b01b9
__init__.py
"""init file for pyuvdata."""
from .uvbase import *
from .parameter import *
from .uvdata import *
from .utils import *
from .telescopes import *
from .uvfits import *
from .fhd import *
from .miriad import *
back to top