Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
foglienimatteo committed Feb 22, 2024
1 parent 1fe77d9 commit 007dfb9
Show file tree
Hide file tree
Showing 3 changed files with 487 additions and 479 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,10 @@ There are three ways in order to use this code:
- you can run the same `include("<path-to-GaPSE.jl-directory>/src/GaPSE.jl")` command in a Jupyter Notebook, and use the code functions inside it. This is by far the most confortable way.

Some `.ipynb`s are already provided in the directory `ipynbs` :
- we encourage you to follow the `ipynbs/TUTORIAL.ipynb` file first. The basic structure of the code and the most important functions are there presented
- `ipynbs/Computations_b1p5-sb0-fevo0.ipynb` explains the analytical Primordial Non-Gaussianities model we use here, compute its contribution in the redshift bin $1.0 \leq z \leq 1.5$ and compare it with the GNC effects, all using our toy-model window function with angular opening $\theta_{\rm max} = \pi/2$
- `ipynbs/Generic_Window.ipynb` explains how to use GaPSE with a generic Window Function of your choice
- we encourage you to follow the `ipynbs/TUTORIAL.ipynb` file first. The basic structure of the code and the most important functions are there presented;
- `ipynbs/Computations_b1p5-sb0-fevo0.ipynb` explains the analytical Primordial Non-Gaussianities model we use here, compute its contribution in the redshift bin $1.0 \leq z \leq 1.5$ and compare it with the GNC effects, all using our toy-model window function with angular opening $\theta_{\rm max} = \pi/2$;
- `ipynbs/Generic_Window.ipynb` explains how to use GaPSE with a generic Window Function of your choice;
- `ipynbs/eBOSS_Window.ipynb` apply GaPSE on a real case scenario: the eBOSS window function;
- the `ipynbs/Computations_b1p5-sb0-fevo0.jl` Julia file its the translation into script of `ipynbs/Computations_b1p5-sb0-fevo0.ipynb`; you can easily run it from the command line with:
```bash
$ julia Computations_b1p5-sb0-fevo0.jl
Expand Down
1 change: 1 addition & 0 deletions docs/src/PowerSpectraGenWin.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ GaPSE.create_file_for_XiMultipoles
```@docs
GaPSE.GenericWindow
GaPSE.PS_multipole_GenWin
GaPSE.print_PS_multipole_GenWin
```
Loading

0 comments on commit 007dfb9

Please sign in to comment.