https://github.com/fjebaker/astro-introductions-2023
https://github.com/fjebaker/astro-introductions-2023
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fjebaker/astro-introductions-2023
- Owner: fjebaker
- License: mit
- Created: 2023-10-12T21:10:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-13T08:23:19.000Z (over 2 years ago)
- Last Synced: 2025-12-04T22:43:47.455Z (6 months ago)
- Language: Julia
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# astro-introductions-2023
## Setup
Activate the repository root directory and instantiate the environment:
```julia-repl
julia>] activate
julia>] registry add https://github.com/JuliaRegistries/General
julia>] registry add https://github.com/astro-group-bristol/AstroRegistry
julia>] instantiate
```
## Usage
To generate a gif of a picture spinning around a black hole, rename your image to `./input.jpg` (else adjust the script), and run with
```bash
julia -tauto --project=. ./black-hole-face/run.jl
```
To generate the plot of Böögg Time to Explode versus temperature, along with the simple linear fit, simply run
```bash
julia --project=. ./boogg-plot/boogg.jl
```
## References
Sources used gather time to explode throughout the years:
- [SRF Super Sommer](https://www.srf.ch/news/regional/zuerich-schaffhausen/super-sommer-der-kopf-des-boeoeggs-ist-nach-7-23-weg)
- [SRF Sechselauten 2019](https://www.srf.ch/news/regional/zuerich-schaffhausen/sechselaeuten-2019-so-vertreibt-die-stadt-zuerich-den-winter)
- [SRF Der Boeoeggometer](https://www.srf.ch/radio-srf-1/radio-srf-1-wie-zuverlaessig-ist-der-boeoeggometer)
Meteorological data from MeteoSwiss:
```
Method: Begert M, Frei C. 2018. Long-term area-mean temperature series for Switzerland - Combining homogenized station data and high resolution grid data. Int. J. Climatol., 38: 2792-2807. https://doi.org/10.1002/joc.5460
Dataset: MeteoSwiss. Area-mean temperatures of Switzerland. doi:10.18751/Climate/Timeseries/CHTM/1.3
```