Skip to content

Commit

Permalink
Merge pull request #471 from asogaard/pisa-documentation
Browse files Browse the repository at this point in the history
Update READMEs in PISA examples folder
  • Loading branch information
asogaard committed Apr 2, 2023
2 parents 133e184 + 33ff08c commit 34c2021
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions examples/05_pisa/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# PISA examples

Be aware that the examples in this folder presuppose that GraphNeT is installed with [PISA](https://github.com/icecube/pisa).
In addition, it should be noted that the use of PISA is a highly specialised case, albeit an important one for neutrino oscillation physics in IceCube, and that any oscillation analysis example would require an amount of statistics that is not feasible to bundle with a software package like GraphNeT.
For these reasons, examples in this folder are intentionally not self-contained, in contrast to the other provided examples.
However, the GraphNeT developers are happy to work with users who are interested in leveraging the PISA functionality that is included in this package.
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Examples are grouped into five numbered subfolders, roughly in order of how you
2. **Data.** Reading in data in intermediate formats, plotting feature distributions, and converting data between intermediate file formats. These examples are entirely self-contained and can be run by anyone.
3. **Weights.** Fitting per-event weights.
4. **Training.** Training GNN models on various physics tasks.
5. **PISA.** Fitting and plotting oscillation analysis contours. These examples presuppose that GraphNeT has been installed with [PISA](https://github.com/icecube/pisa).
5. **PISA.** Fitting and plotting oscillation analysis contours. These examples presuppose that GraphNeT has been installed with [PISA](https://github.com/icecube/pisa), and the examples are intentionally not self-contained due to their specialised nature.

Each subfolder contains similarly numbered example scripts.
Each example script comes with a simple command-line interface and help functionality, e.g.
Expand Down

0 comments on commit 34c2021

Please sign in to comment.