diff --git a/README.md b/README.md index 4e23904682af305d820d3c2cb522818c4aa5c2fc..83f8a0b4fff235f8914c0cb484cfbea1072e3f9f 100644 --- a/README.md +++ b/README.md @@ -20,21 +20,21 @@ The full documentation can be found at the [LINC webpage](https://linc.readthedo **WARNING**: Although calibrator models are at Scaife & Heald flux density scale, this is only in terms of integrated flux density using the full bandwidth. In-band spectral indices may not be accurate. Calibrators which are not yet fixed to the Scaife & Heald flux density scale for international station work are: 3C147 and 3C380. ### Software requirements -* [DP3](https://github.com/lofar-astron/DP3) (v6.0 or later) -* [LoSoTo](https://github.com/revoltek/losoto) (v2.4 or later) -* [LSMTool](https://git.astron.nl/RD/LSMTool) (v1.5.1 or later) -* [EveryBeam](https://git.astron.nl/RD/EveryBeam) (v0.5.3 or later) -* [Sagecal](https://github.com/nlesc-dirac/sagecal) (v0.8.1 or later) -* [RMextract](https://github.com/maaijke/RMextract) (v0.4.4 or later) +* [DP3](https://github.com/lofar-astron/DP3) (v6.2.1 or later) +* [LoSoTo](https://github.com/revoltek/losoto) (v2.4.4 or later) +* [LSMTool](https://git.astron.nl/RD/LSMTool) (v1.6 or later) +* [EveryBeam](https://git.astron.nl/RD/EveryBeam) (v0.6.2 or later) +* [Sagecal](https://github.com/nlesc-dirac/sagecal) (v0.8.4 or later) +* [RMextract](https://github.com/maaijke/RMextract) (v0.5.1 or later) * [AOFlagger](https://gitlab.com/aroffringa/aoflagger) (v3.4 or later) -* [WSClean](https://gitlab.com/aroffringa/wsclean) (v3.4 or later) -* [IDG](https://gitlab.com/astron-idg/idg) (v1.2.0 or later) +* [WSClean](https://gitlab.com/aroffringa/wsclean) (v3.5 or later) +* [IDG](https://gitlab.com/astron-idg/idg) (v0.7 or later) * [LofarStMan](https://github.com/lofar-astron/LofarStMan) * [Dysco](https://github.com/aroffringa/dysco.git) (v1.3 or later) * casacore * Python3 (including matplotlib, scipy, astropy) -* [cwltool](https://github.com/common-workflow-language/cwltool) (3.1.20231207110929 - or later) [toil-cwl-runner](https://github.com/DataBiosphere/toil) (6.0.0 or later) +* [cwltool](https://github.com/common-workflow-language/cwltool) (3.1.20231207110929 or later) +* [toil-cwl-runner](https://github.com/DataBiosphere/toil) (6.0.0 or later) ### Installation Detailled installation instructions for LINC are available at the [LINC documentation](https://linc.readthedocs.io/en/latest/installation.html). diff --git a/docs/source/installation.rst b/docs/source/installation.rst index bdc6462b9631eaa6bb20bbd7851736a07de69a52..c03e2808ac58a58b3da9ac6a1c69137daec07e51 100644 --- a/docs/source/installation.rst +++ b/docs/source/installation.rst @@ -73,14 +73,13 @@ Then you need to install the following software: * `Dysco`_ (v1.3 or newer) * `IDG`_ (v1.2.0 or newer) * `aoflagger`_ (v3.4 or newer) - * `LOFARBeam`_ (v4.1.1 or newer) - * `EveryBeam`_ (v0.5.3 or newer) - * `Sagecal`_ (v0.8.1 or newer) - * `DP3`_ (v6.0 or newer) - * `WSClean`_ (v3.4 or newer) - * `RMextract`_ (v0.4.4 or newer) - * `LoSoTo`_ (v2.4 or newer) - * `LSMTool`_ (v1.5.1 or newer) + * `EveryBeam`_ (v0.6.2 or newer) + * `Sagecal`_ (v0.8.4 or newer) + * `DP3`_ (v6.2.1 or newer) + * `WSClean`_ (v3.5 or newer) + * `RMextract`_ (v0.5.1 or newer) + * `LoSoTo`_ (v2.4.4 or newer) + * `LSMTool`_ (v1.6 or newer) Additionally, extra casacore tables are needed:: @@ -119,7 +118,6 @@ Those are written in the `Common Workflow Language`_ (CWL). .. _WSClean: https://gitlab.com/aroffringa/wsclean.git .. _DP3: https://git.astron.nl/RD/DP3.git .. _EveryBeam: https://git.astron.nl/RD/EveryBeam.git -.. _LOFARBeam: https://github.com/lofar-astron/LOFARBeam.git .. _aoflagger: https://gitlab.com/aroffringa/aoflagger.git .. _IDG: https://git.astron.nl/RD/idg.git .. _Dysco: https://github.com/aroffringa/dysco.git