An open API service indexing awesome lists of open source software.

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

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`.