Authors:
- Stephan Meighen-Berger
Project to check if we can constrain dm using point source approaches
This code was designed to use data from the public IceCube 10 year point source data release:
IceCube Collaboration (2021): All-sky point-source IceCube data: years 2008-2018. Dataset. DOI: http://doi.org/DOI:10.21234/sxvs-mt83
The repository includes all scripts required to generate the plots from the publication, except the atmospheric shower one. For that please use MCEq.
The jupyter notebooks should guide through the required steps to analyze the data. (As of yet not designed to be user-friendly. Given interest, this will be changed)
- sky_hotspots_density.ipynb: generates the density maps given the IceCube data events
- sky_hotspots_density_signal.ipynb: generates the density maps for a given signal
- sky_hotspots_kmean.ipynb: performs a kmean test on the data set
- cluster_reader.ipynb: Reads cluster generated data from the codes in the cluster folder
The cluster folder contains scripts to run batches on a cluster using slurm.
Please cite arXiv:2109.07885 when using this code.