HERA Memorandum #84: A Generalized Approach to Redundant Calibration with JAX
HERA Memorandum #84: A Generalized Approach to Redundant Calibration with JAX
复制标题
DOI:
--
复制
发表时间:
2020
期刊:
影响因子:
--
通讯作者:
Matyas David Molnar;B. Nikolic
中科院分区:
文献类型:
--
作者:
Matyas David Molnar;B. Nikolic
The Hydrogen Epoch of Reionization Array (HERA) relies on redundant calibration with redcal to calibrate its data, which assumes Gaussian noise statistics, linearizes the measurement equation and minimizes the χ. We show generalization of this maximum likelihood estimation (MLE) to non-Gaussian statistics and without the need for linearization, which can be achieved at good computational performance with very little programming effort by repurposing open-source libraries intended for machine learning (ML), in this case JAX. As an example, we show a comparison between Gaussian and Cauchy assumed noise distributions in the calibration of a sample HERA dataset, with the latter showing expected resilience to radio-frequency interference (RFI). The code for the work described in this section can be found at https://github.com/bnikolic/ simpleredcal. The example HERA data used throughout this memo was observed on Julian date (JD) 2458098.43869 and taken from the H1C_IDR2.2 dataset. We only look at the EE polarization. In §1, we review redundant calibration and extend its MLE to a Cauchy model. In §2, we show how redundant calibration with other models can be significantly and easily sped up with JAX. 1 Robust redundant calibration An array with regularly spaced antennas has many redundant visibilities that are sensitive to the same modes on the sky. Redundant calibration uses the fact that the true visibilities from redundant baselines are equal. Supposing there are no direction-dependent calibration effects, we therefore have a system of equations for all antenna pairs i and j: V obs ij (ν) = gi(ν)g ∗ j (ν)Uα(ν) + nij(ν) (1) where Uα(ν) = V (ri−rj), the visibility for the baseline vector bij = ri−rj , corresponds to a redundant baseline set that we index by α, and nij is the noise. For the planned full HERA array, there will be 331 elements in the hexagonal core, corresponding to Nbl = 331(331 − 1)/2 = 54, 615 baselines. The core only has 630 unique baselines, which means that we have a non-linear system of 54, 615 equations to determine the 630 true visibilities and 331 gains. 1.1 Relative calibration With the redundant calibration prior, an MLE for the gains and true visibilities can be constructed by assuming a distribution for the observed visibility noise.