From a94862bb3d50860cd348a5d5d1aa76fa0cde332a Mon Sep 17 00:00:00 2001 From: alex <alex@tls-tautenburg.de> Date: Fri, 20 Dec 2024 19:51:21 +0000 Subject: [PATCH] update version numbers for 5.0 release --- README.md | 20 ++++++++++---------- docs/source/installation.rst | 16 +++++++--------- 2 files changed, 17 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 4e239046..83f8a0b4 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 bdc6462b..c03e2808 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 -- GitLab