This MR adds Read the Docs documentation pages. It includes:
Installation instructions
Instructions to run the pipeline
A basic overview of the operations and adjustable parameters
Given that the pipeline is still very much in development, a lot of this information is subject to change. This is just a first pass at the user documentation.
* ``demix_skymodel``: the skymodel used by the demixing algorithm (default: ``Ateam.skymodel``).
* ``demix_sources``: the list of sources to demix, e.g., ``[CasA, CygA]``. Note that these sources have to be present in the provided skymodel. (default: ``[]``.)
* ``demix_baselines``: select the baselines used to demix (default: ``[CR]S*&"``).
* ``demix_baselines``: select the baselines used to demix (default: ``[CR]S*&``).
* ``demix_ignoretarget``: set this parameter to false if you want to project the target away, if set to true the target will be ignored (default: ``false``).
* ``demix_lbfgs_robustdof``: the degrees of freedom of the LBFGS solver noise model (default: ``200``).
* ``demix_lbfgs_historysize``: the history size the LBFGS solver uses to approximate the inverse Hessian (default: ``10``).