https://github.com/fjebaker/adass-2024
Source and material for my poster at the ADASS 2024 conference.
https://github.com/fjebaker/adass-2024
Last synced: 4 months ago
JSON representation
Source and material for my poster at the ADASS 2024 conference.
- Host: GitHub
- URL: https://github.com/fjebaker/adass-2024
- Owner: fjebaker
- License: gpl-3.0
- Created: 2024-11-03T20:06:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-03T21:04:27.000Z (over 1 year ago)
- Last Synced: 2025-12-04T22:43:47.918Z (6 months ago)
- Language: Julia
- Size: 484 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SpectralFitting.jl: a fresh approach to spectral fitting
Source code for my ADASS 2024 poster on [SpectralFitting](https://github.com/fjebaker/SpectralFitting.jl).
You can download a copy of the poster from the [latest release](https://github.com/fjebaker/adass-2024/releases/latest).
## Poster
The poster is compiled using [Typst](https://typst.app/). To build from source, use version 0.12 or greater, and run:
```bash
typst compile poster/main.typ
```
## Figures
The figures were generated using the scripts in `/scripts`, with some final
cosmetic tweaks to the formatting done using [Inkscape](https://inkscape.org/).
To run the scripts, follow the SpectralFitting [installation
guide](https://fjebaker.github.io/SpectralFitting.jl/dev/), then instantiate
the Julia environment in the root directory:
```julia
pkg> activate .
pkg> instantiate
```
The scripts use data from the [XRISM early
release](https://heasarc.gsfc.nasa.gov/docs/xrism/results/erdata/index.html)
for the Perseus cluster, and the instrument response files from XMM
observations. The precise XMM files used are from [Andy's Sesto
talk](https://github.com/phajy/Sesto2024). These should be unpacked and put
into a `xrism` and `data` directory respectively.