https://github.com/simonsobs/smarties
Implementation of the map-based systematics formalism described in https://arxiv.org/pdf/2109.05038
https://github.com/simonsobs/smarties
Last synced: 9 months ago
JSON representation
Implementation of the map-based systematics formalism described in https://arxiv.org/pdf/2109.05038
- Host: GitHub
- URL: https://github.com/simonsobs/smarties
- Owner: simonsobs
- License: gpl-3.0
- Created: 2025-02-24T10:09:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-16T19:22:49.000Z (9 months ago)
- Last Synced: 2025-09-16T21:59:39.337Z (9 months ago)
- Language: Jupyter Notebook
- Size: 22.2 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SMARTIES package
**SMARTIES** (Spin MAp Reduction Toolkit for systematics Impact EStimation) is the re-implementation and extension of the map-based approach described in [McCallum et al. (2021)](https://academic.oup.com/mnras/article/513/3/3610/6541854) to simulate systematics at the map-level.
The package is still a WORK IN PROGRESS, with its validation against equivalent TOD simulations actively being worked on.
Documentation and more in-depth tutorial cases are coming in the near future, as well as code formatter to homogenize the current code written.
## Installation
The easiest way to install and use `smarties` is the following
- clone the repo
```
git clone https://github.com/simonsobs/smarties.git && cd smarties
```
- install `smarties`
```bash
pip install .
```
or, for development,
```bash
pip install -e .
```
## Contact
For any solicitation, please contact `magdy.morshed at fe.infn.it`.
## License
This code is released under the GPLv3 license, which can be found in the [LICENSE](LICENSE) file.
## Citation
Please contact `magdy.morshed at fe.infn.it`.