diff --git a/doc/pages/AdditionalResources.rst b/doc/pages/AdditionalResources.rst index 97bd3f6cb..831411e45 100644 --- a/doc/pages/AdditionalResources.rst +++ b/doc/pages/AdditionalResources.rst @@ -2,26 +2,26 @@ Additional Resources -------------------- - The Galactic magnetic field lenses can be downloaded - `here `__ . + `here `__ . - The multi-resolution 'Dolag' extragalactic magnetic field, using `Quimby `__, can be downloaded - `here `__ + `here `__ - The 'Miniati', 'Dolag' and 'Benchmark' extragalactic magnetic field models on regular grids are available in the same directory - `here `__ and the + `here `__ and the corresponding large-scale structure density fields can be downloaded - `here `__. + `here `__. - Data for the constrained `'Hackstein' models `__ of the local Universe using initial conditions from the `CLUES project `__ can be downloaded - `here `__. + `here `__. - Data for the strong extragalactic magnetic fields by `Alves Batista et al. `__ can be downloaded - `here `__. + `here `__. - Data for the Galactic mass distribution by `Mertsch et al. (2020) `__ can be found - `here `__. + `here `__. Note that these resources are completely external to CRPropa. We cannot supply any kind of additional information nor can we offer support on how to use them. 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. " ] }, {