timestamp-data-collection-for-tdc1-in-c
Data collection in C from TDC1 Time to digital converter for use in lab work and Bachelor thesis
https://github.com/berget-svanis/timestamp-data-collection-for-tdc1-in-c
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.0%) to scientific vocabulary
Repository
Data collection in C from TDC1 Time to digital converter for use in lab work and Bachelor thesis
Basic Info
- Host: GitHub
- Owner: Berget-Svanis
- License: mit
- Language: C
- Default Branch: main
- Size: 18.6 KB
Statistics
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Timestamp-data-collection-for-TDC1-in-C
Data collection in C from TDC1 time to digital converter for use in lab work and bachelor thesis
This repository contains two programs: timestampcalculation.c is used for acquring data and calculating coincidence histogram from a TDC1 box and plottimestamp.py is used for plotting the results calculated by the C program.
These programs were created in conjunction with a bachelor thesis at KTH and were used together with a lab setup to demonstrate quantum entanglement and the Hong-Ou-Mandel effect. This program (or iterations of it) will in the future be used in a lab setup for courses and thus these programs exist here for further usage and availability.
For more information on the TDC1 time to digial converter please check out their repository: https://github.com/s-fifteen-instruments/Timestamp_TDC1
Please note that this program implements multi-threading and is programmed for a Raspberry Pi 4. In order to compile the C program correctly the following command should be used:
cc -fPIC -shared -fopenmp -o calc.so timestamp_calculation.c
For further questions or comments: esvanb@kth.se
Owner
- Login: Berget-Svanis
- Kind: user
- Repositories: 2
- Profile: https://github.com/Berget-Svanis
Citation (CITATION.cff)
cff-version: 1.2.0
message: "Citation"
authors:
- family-names: Svanberg
given-names: Erik
title: "Timestamp data collection for TDC1 in C"
version: 1.0.0
date-released: 2022-04-21