-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7c2bba4
commit f2760dc
Showing
2 changed files
with
27 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.