Introductory work for my Master's Internship
Find a file
Eric Teunis de Boone da453a5348 Simu: start of beacon sync notebook
Requires work on 06_correlation_single_sine_gauss.ipynb before it can be completed
2022-07-11 11:29:38 +02:00
fourier Some work on (auto) correlations 2022-03-08 09:46:31 +01:00
lib Move lib out of ./simulations 2022-06-27 16:23:19 +02:00
simulations Simu: start of beacon sync notebook 2022-07-11 11:29:38 +02:00
.gitignore .gitignore add __pycache__ 2022-03-11 16:41:11 +01: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())))