Initial commit: SelfiSys Examples repository

This commit is contained in:
hoellinger 2025-01-09 17:24:27 +01:00
commit 6992839f10
8 changed files with 3073 additions and 0 deletions

7
notebooks/README.md Normal file
View file

@ -0,0 +1,7 @@
# SelfiSys Example Notebooks
This directory contains Jupyter notebooks that demonstrate the use of the SelfiSys package. Below is a brief description of each notebook:
- **survey_mask.ipynb**: Generate a survey mask from an external sky map.
- **log-normal.ipynb**: Define custom log-normal radial selection functions.
- **expl_interpolation.ipynb**: Validate the interpolation strategy for representing power spectra.
- **expl_hiddenbox.ipynb**: Implement a hidden-box forward model of a spectroscopic galaxy survey.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

838
notebooks/log-normal.ipynb Normal file

File diff suppressed because one or more lines are too long

558
notebooks/survey_mask.ipynb Normal file

File diff suppressed because one or more lines are too long