From 6e943d3f388b014ba5174f4c2b6db8ff0c76943d Mon Sep 17 00:00:00 2001 From: mertelx Date: Wed, 17 Jan 2024 12:00:42 +0100 Subject: [PATCH] Update additional links --- doc/pages/Data-files.md | 2 +- doc/pages/example_notebooks/density/density_grid_sampling.ipynb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/pages/Data-files.md b/doc/pages/Data-files.md index 77552d70b..7ea9ecdb0 100644 --- a/doc/pages/Data-files.md +++ b/doc/pages/Data-files.md @@ -1,7 +1,7 @@ CRPropa needs a number of data files to run. These include databases for nuclear mass and decay rates, interaction rates for photodisintegration, photo-pion production and electron-pair production. The scripts and files that are used to prepare the data files are tracked by the [CRPropa3-data repository](https://github.com/CRPropa/CRPropa3-data). -Since a git repository is not well suited to store these large files (and git-lfs is not free on GitHub), the data files are downloaded automatically during cmake configuration. In case you want to use a different photodisintegration model or want to download the default data file manually use the following [link](https://www.desy.de/~crpropa/data/interaction_data/) to the tarballs files and extract them to your install folder. +Since a git repository is not well suited to store these large files (and git-lfs is not free on GitHub), the data files are downloaded automatically during cmake configuration. In case you want to use a different photodisintegration model or want to download the default data file manually use the following [link](https://ruhr-uni-bochum.sciebo.de/s/3juW9sntQX2IWBS) to the tarballs files and extract them to your install folder. **Default data files:** (data-YYYY-MM-DD.tar.gz where YYYY-MM-DD depends on the data files version) Contains interaction rates nuclei, electrons and photons and spectra of secondary particles from these interactions, as well as data on nuclear masses and decay rates. diff --git a/doc/pages/example_notebooks/density/density_grid_sampling.ipynb b/doc/pages/example_notebooks/density/density_grid_sampling.ipynb index f519f7d88..2dde74268 100644 --- a/doc/pages/example_notebooks/density/density_grid_sampling.ipynb +++ b/doc/pages/example_notebooks/density/density_grid_sampling.ipynb @@ -28,7 +28,7 @@ "metadata": {}, "source": [ "In this example a mass distribution is loaded from a given grid and used for the sampling of the source position of the candidates. \n", - "Here, we use the H2 distribution from [Mertsch & Vittino A&A 655, A64 (2021)](https://doi.org/10.1051/0004-6361/202141000). The original data can be found [here](https://zenodo.org/record/5501196) and have been converted to an CRPropa compatible format. The final data can be downloaded from the [additional rescources](https://desycloud.desy.de/index.php/f/451988900). We use the the Model SBM15. " + "Here, we use the H2 distribution from [Mertsch & Vittino A&A 655, A64 (2021)](https://doi.org/10.1051/0004-6361/202141000). The original data can be found [here](https://zenodo.org/record/5501196) and have been converted to an CRPropa compatible format. The final data can be downloaded from the [additional rescources](https://ruhr-uni-bochum.sciebo.de/s/YD4wiiAdn3AK1SU). We use the the Model SBM15. " ] }, {