Skip to content
Snippets Groups Projects

RAP-840 Add Read the Docs

Merged Mick Veldhuis requested to merge rap-840-add-docs into main
Compare and Show latest version
2 files
+ 60
9
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 53
1
Overview of the Pipeline
========================
TBD!
\ No newline at end of file
Processing workflow
-------------------
The pre-processing takes place in the ``preprocess`` step, which is a wrapper to DP3. The flagging procedure is comprised of multiple stages of flagging with DP3's PreFlagger and flagging of radiofrequency interference (RFI) with AOFlagger. As such the basic flow is as follows:
* flagging edge channels
* flagging correlation type (e.g., all auto-correlations)
* flagging low-amplitude signals (below 1E-30)
* flagging of RFI
* demixing of A-team sources
* Averaging in time and frequency
* Dysco compression of visibility data
Diagnostics
-----------
.. note::
Diagnostics are currently not implemented.
User-defined parameters
-----------------------
**Mandatory parameters:**
* ``msin``: path to the input data (MeasurementSets)
**Optional parameters:**
*Flagging parameters:*
* ...
*Options for demixing:*
* ...
*Options for averaging:*
* ``avg_timestep``
* ``avg_freqstep``
*Options for compression:*
* ``dysco_distribution``
* ``dysco_databitrate``
* ``dysco_weightbitrate``
*General pipeine options and performance:*
* ``sasid``
* ``dp3_checkparset``
* ``dp3_numthreads``
\ No newline at end of file
Loading