A VLBI Software Correlator for Fast Radio Transients
Calvin Leung,Shion Andrew,Kiyoshi W. Masui,Charanjot Brar,Tomas Cassanelli,Shami Chatterjee,Victoria Kaspi,Kholoud Khairy,Adam E. Lanman,Mattias Lazda,Juan Mena-Parra,Gavin Noble,Aaron B. Pearlman,Mubdi Rahman,Pranav Sanghavi,Vishwangi Shah
2024-03-27
Abstract:One major goal in fast radio burst science is to detect fast radio bursts (FRBs) over a wide field of view without sacrificing the angular resolution required to pinpoint them to their host galaxies. Wide-field detection and localization capabilities have already been demonstrated using connected-element interferometry; the CHIME/FRB Outriggers project will push this further using widefield cylindrical telescopes as widefield outriggers for very long baseline interferometry (VLBI). This paper describes an offline VLBI software correlator written in Python for the CHIME/FRB Outriggers project. It includes features well-suited to modern widefield instruments like multibeaming/multiple phase center correlation, pulse gating including coherent dedispersion, and a novel correlation algorithm based on the quadratic estimator formalism. This algorithm mitigates sensitivity loss which arises in instruments where the windowing and channelization is done outside the VLBI correlator at each station, which accounts for a 30 percent sensitivity drop away from the phase center. Our correlation algorithm recovers this sensitivity on both simulated and real data. As an end to end check of our software, we have written a preliminary pipeline for VLBI calibration and single-pulse localization, which we use in Lanman et al. (2024) to verify the astrometric accuracy of the CHIME/FRB Outriggers array.
Instrumentation and Methods for Astrophysics,High Energy Astrophysical Phenomena
What problem does this paper attempt to address?
The problem that this paper attempts to solve is: How to perform wide - field - of - view detection and precise positioning of fast radio bursts (FRBs) through very long baseline interferometry (VLBI) technology without sacrificing angular resolution. Specifically, the authors developed a Python - based offline VLBI software correlator for the CHIME/FRB Outriggers project. This tool aims to overcome the limitations of traditional VLBI technology in dealing with fast transient sources and improve the precision of FRB positioning.
### Core of the problem
1. **Balance between wide - field - of - view detection and high angular resolution**:
- FRBs are millisecond - level, highly dispersed radio transient sources, usually located at cosmological distances.
- Traditional VLBI observations are usually narrow - field - of - view and require pre - planning and coordinating multiple telescopes to point at the target celestial body simultaneously.
- For one - time events such as FRBs, the wide - field - of - view interferometry capability is crucial, but it is difficult for traditional VLBI to balance wide - field - of - view and high angular resolution.
2. **Compensation for sensitivity loss**:
- Windowing and channelizing outside each observatory will lead to about 30% sensitivity loss.
- The authors proposed a new correlation algorithm based on the quadratic estimator form to recover this sensitivity loss.
### Solutions
- **Multi - beam/multi - phase - center correlation**: Support multi - beam observation and correlation processing of multiple phase centers.
- **Pulse gating and coherent de - dispersion**: Pulse gating functions including coherent de - dispersion, which are suitable for fast transient sources in low - frequency observations.
- **Innovative correlation algorithm**: An algorithm based on the quadratic estimator form, which can effectively recover the sensitivity loss caused by windowing and channelizing.
### Application and verification
- The authors wrote a preliminary VLBI calibration and single - pulse positioning pipeline to verify the astrometric precision of the CHIME/FRB Outriggers array.
- This software correlator has been tested in simulated data and actual observation data, proving that it can effectively recover sensitivity and improve positioning precision.
### Key formulas
To ensure the correctness and readability of the formulas, the following are some key formulas mentioned in the paper:
1. **Time delay calculation**:
\[
t_S^{kpn}=t_C^{kpn}+\tau_{SC}(t_C^{kpn})
\]
where \(t_S^{kpn}\) is the recording time of station \(S\), \(t_C^{kpn}\) is the absolute starting time in the geocentric reference frame, and \(\tau_{SC}(t_C^{kpn})\) is the time delay from station \(S\) to the geocenter.
2. **Time delay components**:
\[
\tau_0^{kq}=\Delta t\times\text{round}\left(\frac{\tau(t_A^{kq})}{\Delta t}\right)
\]
\[
\tau_1^{kq}=\tau(t_A^{kq})-\tau_0^{kq}
\]
\[
\tau'^{kq}(m)=\tau(t_A^{kq}+m\Delta t)-\tau_0^{kq}-\tau_1^{kq}
\]
3. **Phase correction**:
\[
B_k^q = \exp(i\phi'^{kq})B_k^q
\]
where \(\phi'^{kq}=2\pi\nu_k\tau_1^{kq}\), and \(\nu_k\) is the channel center frequency.
These formulas show how to perform time - delay compensation and phase correction in the VLBI correlation process, thereby improving the precision and sensitivity of the observation data.