AIPY (Astronomical Interferometry in Python) is a library designed to support radio astronomical interferometry. This fork is specifically customized for handling data from the Expanded Owens Valley Solar Array (EOVSA).
- Pure-python phasing, calibration, imaging, and deconvolution.
- Interfaces to MIRIAD (Fortran interferometry package) and HEALPix (spherical data sets representation).
- Custom modifications to support the large total power data array sizes encountered in EOVSA data.
- Python 3 (3.0.x version series or newer)
- For Python 2 support, please refer to versions prior to 3.0.x.
To install AIPY for EOVSA, you can use pip:
pip install aipy-eovsaFor development purposes, you can install the source code in editable mode and build extensions in place:
pip install -e .
python setup.py build_ext --inplaceAIPY is licensed under the GNU General Public License (GPL), version 2 or later, ensuring it remains free software for all users. For the complete terms and conditions, refer to the LICENSE file.
For specific acknowledgements and licensing details regarding subpackages and included source code (such as "optimize" from SCIPY, the "cephes" Math Library, the HEALPix collaboration, and "miriad"), please see the license section.