mirror of
https://gitlab.science.ru.nl/mthesis-edeboone/m-thesis-introduction.git
synced 2024-12-21 19:13:32 +01:00
Introductory work for my Master's Internship
Eric Teunis de Boone
278d029f8e
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 |
||
---|---|---|
airshower_beacon_simulation | ||
fourier | ||
lib | ||
simulations | ||
.gitignore | ||
.gitmodules | ||
README.md |
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())))