https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Raw File
Tip revision: 332efce16b430947771afe7125cf9792b61b754b authored by Garrett 'Karto' Keating on 01 April 2024, 18:46:15 UTC
Tutorial update to briefly highlight MS cal support
Tip revision: 332efce
__init__.py
# -*- mode: python; coding: utf-8 -*-

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