https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Raw File
Tip revision: a60992aae2b83c1b476e6aa64745f3db3af8c103 authored by Paul La Plante on 07 December 2022, 18:27:23 UTC
Update changelog for new release
Tip revision: a60992a
__init__.py
# -*- mode: python; coding: utf-8 -*-

"""Init file for data directory."""
DATA_PATH = __path__[0]
back to top