Skip to content
Snippets Groups Projects

RAP-840 Add Read the Docs

Merged Mick Veldhuis requested to merge rap-840-add-docs into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -4,7 +4,7 @@ Overview of the Pipeline
Processing workflow
-------------------
The pre-processing takes place in the ``preprocess`` step, which is a wrapper to DP3. This step consists of four major categories: flagging, demixing, averaging, and compression. The flagging procedure is comprised of multiple stages of flagging with DP3's PreFlagger and flagging of radio-frequency interference (RFI) with AOFlagger. Subsequently, A-team sources are demixed and the data is averaged in time and frequency. Finally, the visibility data is compressed using the Dysco compression algorithm.
The pre-processing takes place in the ``preprocess`` step, which is a wrapper to `DP3 <https://dp3.readthedocs.io/>`_. This step consists of four major categories: flagging, demixing, averaging, and compression. The flagging procedure is comprised of multiple stages of flagging with DP3's PreFlagger and flagging of radio-frequency interference (RFI) with `AOFlagger <https://aoflagger.readthedocs.io/>`_. Subsequently, A-team sources are demixed and the data is averaged in time and frequency. Finally, the visibility data is compressed using the `Dysco <https://arxiv.org/abs/1609.02019>`_ compression algorithm.
The pipeline performs the following operations in order:
Loading