-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Welcome to the VPIPE wiki! This wiki outlines how to use the VLBI pipeline built by Jack Radcliffe. If you have any issues with the code feel free to create and issue or generate a pull request. This pipeline was built mostly by me so mistakes are probably there!
The wiki is designed to explain and guide the user through the steps conducted by the pipeline. Each step has a page to itself and you can use this page to get to these. This will give you help in completing the parameter file. This home page provides an overview of the pipeline and includes some future directions. Currently (as of 04-07-2022), the pipeline has been tested on continuum data sets from the European VLBI Network (EVN), Very Long Baseline Array (VLBA) and the Long Baseline Array (LBA), however, it can easily be adapted for other arrays.
The pipeline was built to accommodate the many large VLBI data sets on the horizon along with promoting and transitioning VLBI data processing from AIPS to CASA. This pipeline includes some wide-field VLBI specialist codes such as primary beam correction, the casting of calibration solutions to multiple phase centres and multi-source self-calibration.
This section outlines the steps in order of execution and you can visit each of these pages on how to input the correct parameters. However, before doing this, I recommend learning how to execute the pipeline and what input files are required for execution.
Preparing and executing the pipeline
Now that you know the ropes, follow the sections to calibrate your VLBI data and set the appropriate parameters. For the first time, it is recommended to run each step individiually.
Standard VLBI steps
- Preparing fitsidi data - EVN/LBA only (
prepare_data
) - Import fitsidi data to CASA measurement set(
import_fitsidi
) - (
make_mms
) - (
apriori_cal
) - (
init_flag
) - (
fit_autocorrs
) - (
sub_band_delay
) - (
bandpass_cal
) - (
phase_referencing
) - (
apply_target
)
Wide-field steps
- (
apply_to_all
) - (
mssc
) - Preparing EVN data
- Import fitsidi
- make mms
- apriori calibration
- initial flagging
- fit autocorrelations
- sub band delay
- bandpass calibration
- phase_referencing
- apply target(s)
- primary_beam_correction
The pipeline also comes with some additional scripts that can help you obtain better results from the pipeline. Please follow the links for information on the codes:
- copy_ms_pols.py - copies one polarisation to the other, useful as CASA cannot deal with single pols