Examples (scripts & notebooks)¶
The examples live in the repository under examples/.
These links point to v2.0.0 for reproducibility.
Scripts¶
- compare_sk_fits.py
- threshold_sweep.py
- pearson_family_demo.py
- sk_test.py
- renorm_sk_test.py
- simulate_quicklook_api.py
- read_npz_quicklook.py
Notebooks¶
- compare_sk_fits_notebook.ipynb
- threshold_sweep_notebook.ipynb
- pearson_family_demo_notebook.ipynb
- sk_test_notebook.ipynb
- renorm_sk_test_notebook.ipynb
- simulate_and_quicklook_notebook.ipynb
- read_npz_quicklook_notebook.ipynb
Tip: clone the repo and run the examples locally:
git clone https://github.com/suncast-org/pyGSK.git cd pyGSK python examples/scripts/compare_sk_fits.py --save-plots