Introductory work for my Master's Internship
Find a file
Eric Teunis de Boone 278d029f8e ZH: k-find: only correlate against strongest signal
The summing of the first antennas can bias the k's for later antennas.
Since the set of k's is limited to -3,-2,..,3 this influences the amount of 'correct' k's to try.
It is better to use the strongest signal only to keep the same reference point
2023-05-17 13:54:29 +02:00
airshower_beacon_simulation ZH: k-find: only correlate against strongest signal 2023-05-17 13:54:29 +02:00
fourier Fourier SNR: change markers with sampling frequency 2023-01-11 16:31:22 +01:00
lib WIP on Pulse Detection 2023-04-11 14:51:08 +02:00
simulations ZH: figlib: stabilise chisquare calculation 2023-04-28 16:32:54 +02:00
.gitignore .gitignore add __pycache__ 2022-03-11 16:41:11 +01:00
.gitmodules ZH: move airshower beacon simulation to top folder 2023-03-27 17:02:18 +02:00
README.md Move lib out of ./simulations 2022-06-27 16:23:19 +02:00

Master Thesis Introduction

Introductory work for my Master's Internship at HEP, organised in Jupyter Notebooks and/or python scripts.

Topics:

lib contains a library.
Notebooks can pick it up by using

import os
import sys
# Append parent directory to import path so refcurve can be found
sys.path.append(os.path.dirname(os.path.abspath(os.getcwd())))