Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yusuke-takase committed Sep 3, 2021
1 parent 8fabed6 commit 3c9f2e4
Show file tree
Hide file tree
Showing 7 changed files with 128 additions and 202 deletions.
4 changes: 2 additions & 2 deletions .ipynb_checkpoints/Project-checkpoint.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"

[compat]
Healpix = "3.0.0"
ProgressMeter = "1.7.1"
ReferenceFrameRotations = "1.0"
StaticArrays = "1.2.9"
StaticArrays = "1.2"
ProgressMeter = "1.6.2"
julia = "1.6"

[extras]
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ReferenceFrameRotations = "74f56ac7-18b3-5285-802d-d4bd4f104033"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"

[compat]
Healpix = "2.3.0, 3.0.0"
Healpix = "3.0.0"
ReferenceFrameRotations = "1.0"
StaticArrays = "1.2"
ProgressMeter = "1.6.2"
Expand Down
12 changes: 9 additions & 3 deletions docs/src/.ipynb_checkpoints/Mapmake-checkpoint.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,20 @@ outmap[3]: Crosslink map (n=2)
outmap[4]: Crosslink map (n=3)
outmap[5]: Crosslink map (n=4)
```
The crosslink is represented by the following equation
The crosslink $X_n$ is represented by the following equation

$$
X_n = \left[ \left(\frac{\sum^{N_{hits}}_i{\sin{(n\psi_i)}}}{N_{hits}} \right)^2 + \left( \frac{\sum^{N_{hits}}_i{\cos{(n\psi_i)}}}{N_{hits}}\right)^2 \right]
= \langle \sin(n\psi_i) \rangle^2 + \langle \cos(n\psi_i) \rangle^2
$$

$Crosslink(n)=<\sin(n\psi_i)>^2+<\cos(n\psi_i)>^2$.
The subscript $i$ indicates that this is the $i$-th time series data within a certain pixel, and $< >$ indicates that the average should be taken.

The $n$ is the spin, a measure to define the scan-derived systematic effect. It is described in detail in this [paper](https://arxiv.org/abs/2008.00011).

## Crosslink with half-wave plate
The next generation of CMB polarimetry satellites, such as LiteBIRD, will be equipped with a half-wave plate(HWP). Falcons is also possible to create a crosslink map that takes into account the optical axis of the HWP.
The crosslink with HWP is calculated by the following equation
$Crosslink_{hwp}(n)=<\sin(4\rho-n\psi)>^2+<\cos(4\rho-n\psi)>^2$.
$$
X_n^{w/ HWP}=<\sin(4\rho-n\psi)>^2+<\cos(4\rho-n\psi)>^2 .
$$
12 changes: 9 additions & 3 deletions docs/src/Mapmake.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,20 @@ outmap[3]: Crosslink map (n=2)
outmap[4]: Crosslink map (n=3)
outmap[5]: Crosslink map (n=4)
```
The crosslink is represented by the following equation
The crosslink $X_n$ is represented by the following equation

$$
X_n = \left[ \left(\frac{\sum^{N_{hits}}_i{\sin{(n\psi_i)}}}{N_{hits}} \right)^2 + \left( \frac{\sum^{N_{hits}}_i{\cos{(n\psi_i)}}}{N_{hits}}\right)^2 \right]
= \langle \sin(n\psi_i) \rangle^2 + \langle \cos(n\psi_i) \rangle^2
$$

$Crosslink(n)=<\sin(n\psi_i)>^2+<\cos(n\psi_i)>^2$.
The subscript $i$ indicates that this is the $i$-th time series data within a certain pixel, and $< >$ indicates that the average should be taken.

The $n$ is the spin, a measure to define the scan-derived systematic effect. It is described in detail in this [paper](https://arxiv.org/abs/2008.00011).

## Crosslink with half-wave plate
The next generation of CMB polarimetry satellites, such as LiteBIRD, will be equipped with a half-wave plate(HWP). Falcons is also possible to create a crosslink map that takes into account the optical axis of the HWP.
The crosslink with HWP is calculated by the following equation
$Crosslink_{hwp}(n)=<\sin(4\rho-n\psi)>^2+<\cos(4\rho-n\psi)>^2$.
$$
X_n^{w/ HWP}=<\sin(4\rho-n\psi)>^2+<\cos(4\rho-n\psi)>^2 .
$$
Binary file added docs/src/assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
203 changes: 58 additions & 145 deletions tutorial/.ipynb_checkpoints/Julia_in_Physics_2021_talk-checkpoint.ipynb

Large diffs are not rendered by default.

97 changes: 49 additions & 48 deletions tutorial/Julia_in_Physics_2021_talk.ipynb

Large diffs are not rendered by default.

0 comments on commit 3c9f2e4

Please sign in to comment.