Python package for modeling and mitigating antenna-to-antenna mutual coupling in HERA visibility data.
- Coupling Parameter Storage: Store coupling parameters in a
UVMutualCouplingobject with metadata (antpos,freqs,pols,times). - Forward & Inverse Coupling: Perform both forward coupling and inverse decoupling operations, with optional first-order and multi-path corrections.
- HDF5 Read/Write: Read/write coupling parameters to HDF5 files via
UVMutualCoupling.write_couplingandUVMutualCoupling.write_coupling. - Multiple Data Format Support: Support for both
hera_cal.datacontainer.DataContainerandnumpy.ndarray
pip install git+https://github.com/HERA-Team/hera_coupling.git
or
git clone https://github.com/HERA-Team/hera_coupling.git
cd hera_coupling
pip install -e .
- Python >= 3.10
numpyscipyh5pyhera_calibration