8000 GitHub - askap-craco/CELEBI at nt_oz313
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

askap-craco/CELEBI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CELEBI: The CRAFT Effortless Localisation and Enhanced Burst Inspection Pipeline

CELEBI is an automated data processing pipeline for producing sub-arcsecond precision localisations and high-time resolution polarimetric measurements of fast radio bursts (FRBs) from voltages obtained with the Australian Square Kilometre Array Pathfinder (ASKAP).

CELEBI operates on the VCRAFT data format, and is designed to be run on a supercomputer. Once the dependencies have been installed, you should set up a config file based on the template for the data you are processing, and then run main.nf:

nextflow /path/to/CELEBI/pipelines/main.nf -c [config file]

It is recommended that you do this from a separate processing directory, and make use of the -with-report and -w Nextflow configuration options.

Options

Running CELEBI without any additional flags will run everything up until completion of correlation. To perform flux calibration, imaging, and localisation, add --calibrate. To perform polarisation calibration and beamforming after this, add --beamform. Both of these flags can be provided together to run the entire pipeline in one go.

You can omit the FRB and polcal workflows from running with --nofrb and --nopolcal respectively. If the polcal is omited, the beamforming will substitute zeros in its polarisation calibration solutions.

RFI subtraction can be skipped with --skiprfi.

Visibility flagging can be skipped with --noflag. You can provide custom AIPS flag files with --fieldflagfile, --polflagfile, and --fluxflagfile. These can be provided alongside using automatic flagging.

Dependencies

About

The CRAFT Effortless Localisation and Enhanced Burst Inspection Pipeline

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors 5

0