Skip to content

AHorneffer/prefactor

 
 

Repository files navigation

prefactor

The LOFAR pre-facet calibration pipeline.

Parsets for the genericpipeline that do the first calibration of LOFAR data. Originally in order to prepare said data for the Factor facet calibration (https://github.com/lofar-astron/factor), but also useful if you don't plan to run Factor.

It includes:

  • applying Ionospheric RM corrections
  • clock-TEC separation with transfer of clock from the calibrator to the target
  • some flagging and averaging of amplitude solutions
  • grouping of subbands by actual frequency
  • speed and disk usage improvements by optimized usage of NDPPP
  • (optional) wide-band cleaning in Initial-Subtract
  • diagnostic plots
  • at least some documentation on the wiki pages

The documentation can be found on the GitHub wiki pages: https://github.com/lofar-astron/prefactor/wiki

There are several pipeline parsets in this repository:

  • Pre-Facet-Calibrator.parset : The calibrator part of the "standard" pre-facet calibration pipeline.
  • Pre-Facet-Target.parset : The target part of the "standard" pre-facet calibration pipeline.
  • Pre-Facet-Cal.parset : One parset calling first the calibrator and then the target pipelines. This is deprecated, please have a look at the pipeline description
  • Initial-Subtract.parset : A pipeline that generates full FoV images and subtracts the sky-models from the visibilities. (Needed for facet-calibration.)
  • Initial-Subtract-Deep.parset : Same as Initial-Subtract.parset, but it does only one image of the full bandwidth instead of imaging the bands separately.

Experimental and thus deprecated for "normal" use are:

  • Pre-Facet-Calibrator-RawSingle.parset : A version of a pre-facet calibrator pipeline to work on raw (non NDPPP'ed) data
  • Pre-Facet-Calibrator-RawCombine.parset : A version of a pre-facet calibrator pipeline to work on raw (non NDPPP'ed) data that does the subband concatenating in the first NDPPP step. (To reduce the number of files on systems where this is a problem, e.g. JURECA)
  • Pre-Facet-Target-RawSingle.parset : A version of a pre-facet target pipeline to work on raw (non NDPPP'ed) data
  • Pre-Facet-Target-RawCombine.parset : A version of a pre-facet target pipeline to work on raw (non NDPPP'ed) data that does the subband concatenating in the first NDPPP step.
  • Simple-Selfcal.parset : As the name says, an experimental selfcal pipeline.

Software requirements:

The Pre-Facet-Calibration pipeline and its scripts where developed by:

  • Martin Hardcastle
  • George Heald
  • Andreas Horneffer
  • Soumyajit Mandal
  • David Rafferty
  • Carole Roskowinski
  • Jose Sabater Montes
  • Timothy Shimwell
  • Sarrvesh Sridhar
  • Reinout van Weeren
  • Wendy Williams

With special thanks to Stefan Froehlich <s.froehlich somewhere fz-juelich.de> for developing the genericpipeline.

The procedure is also mostly described in these papers:

  • van Weeren et al. ApJ submitted
  • Williams et al. MNRAS submitted

About

Pre facet calibration pipeline

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%