Introductory work for my Master's Internship
Go to file
Eric Teunis de Boone a7c66bb6da ZH: include trace windowing for power on grid script 2023-01-30 13:31:06 +01:00
fourier Fourier SNR: change markers with sampling frequency 2023-01-11 16:31:22 +01:00
lib Lib: beacon_sync fig allow single time_delta 2022-08-08 17:53:59 +02:00
simulations ZH: include trace windowing for power on grid script 2023-01-30 13:31:06 +01:00
.gitignore .gitignore add __pycache__ 2022-03-11 16:41:11 +01:00
.gitmodules ZH: add AtmoCal 2022-11-21 18:14:17 +01:00
README.md Move lib out of ./simulations 2022-06-27 16:23:19 +02:00

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())))