IceCube cosmic-ray composition analysis¶
This repository has the analysis code used to investigate the cosmic-ray composition spectrum using data collected by the IceCube South Pole Neutrino Observatory.
Repository layout¶
The directory structure of this analysis is given by:
├── LICENSE
├── Makefile <- Makefile with commands like `make data` or `make plots`
├── README.md <- The top-level README for developers using this project.
├── data <- Directory containing processed data/simulation
│
├── models <- Trained and serialized models, model predictions, or model summaries
│
├── notebooks <- Jupyter notebooks used for exploratory analysis
│
├── requirements.txt <- The requirements file for reproducing the analysis environment, e.g.
│ generated with `pip freeze > requirements.txt`
│
├── comptools <- Python package for code used by multiple scripts.
│
├── processing <- Scripts related to processing and saving simulation and data
│
└── plotting <- Scripts related to making plots for analysis.
While not generated with, this layout for this project was inspired by the Cookiecutter Data Science project.