Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yusuke-takase committed Aug 5, 2024
1 parent 7c2bba4 commit f2760dc
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 3 deletions.
30 changes: 27 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,30 @@
# Spin-based map-making simulation

This repository brings together code for performing map-based simulations with cross-linking.
The crosslink maps are generated in HDF5 format earlier by Falcons.jl, and the notebook loads them and provides classes to link them to the physical quantities of the CMB observations.
<p align="center">
<h1>
<img src="./maps/sca_fields.png" alt="Logo">
</h1>
</p>

In the future, a concrete pipeline for handling Diff sistematics etc. could be implemented.
![build status](https://github.com/yusuke-takase/SBM/actions/workflows/test.yml/badge.svg?branch=master)

This code assesses the impact of differential systematics on CMB polarisation observations.

`ScanFields` such as hit-map and cross-link map, pre-simulated by [Falcons.jl](https://github.com/yusuke-takase/Falcons.jl), are coupled with sky temperature and polarization fields, including systematics effects, at a given $spin$.

# Instllation

```
git clone https://github.com/yusuke-takase/SBM.git
cd sbm
pip install -e .
```

# Tutorials

There are several tutorials in the [notebooks](https://github.com/yusuke-takase/SBM/tree/master/notebooks).
Although you need to download the required ScanFields datased given by Falcons, you can simulate any time-independent systematics if you have a signal model.
Now, following systematics are implemented:

- Differential gain
- Differential pointing
Binary file added maps/scan_fields.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f2760dc

Please sign in to comment.