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 (2.2%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
·
Repository
Muon lifetime and telescope analysis
Basic Info
- Host: GitHub
- Owner: Rachmanin0xFF
- Language: Python
- Default Branch: master
- Size: 30.8 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created about 2 years ago
· Last pushed over 1 year ago
Metadata Files
Readme
Citation
README.md
muon-analysis
I wrote a not-insignificant amount of code for a school research project, so I figured I'd dump it in here. This is a (messy) collection of scripts designed to analyze data from a pair of scintillators. The scintillators were observing cosmic ray muons.
We get a pretty good estimate of the muon lifetime ((2.205 0.062) microseconds), and after deconvolution, a decent measurement of how muon flux depends on zenith angle.
Owner
- Name: Adam Lastowka
- Login: Rachmanin0xFF
- Kind: user
- Website: https://www.adamlastowka.com/
- Twitter: adamlastowka
- Repositories: 4
- Profile: https://github.com/Rachmanin0xFF
physics student who likes pictures
Citation (CITATION.cff)
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: muon-analysis
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Adam
family-names: Lastowka
affiliation: Florida Institute of Technology
repository-code: 'https://github.com/Rachmanin0xFF/muon-analysis'
url: 'https://github.com/Rachmanin0xFF/muon-analysis'
abstract: >-
Muon telescope and lifetime analysis code, written
primarily in Python.