You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Disambiguate between “polarization angle” and “orientation” (#305)
* Substitute “polarization angle” with “orientation” where appropriate
* Fix warnings produced by Sphinx
* Add a warning in get_pointings if a HWP is being used.
* Implement a new API for the HWP
* [skip ci] Update CHANGELOG
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,18 @@
1
1
# HEAD
2
2
3
-
- Add data splits in time and detector space to binned maps [#291](https://github.com/litebird/litebird_sim/pull/291)
3
+
-**Breaking change**: Disambiguate between “polarization angle” and “orientation” [#305](https://github.com/litebird/litebird_sim/pull/305). A few functions have been renamed as a consequence of this change; however, they are low-level functions that are used internally (`compute_pointing_and_polangle`, `all_compute_pointing_and_polangle`, `polarization_angle`), so external codes should be unaffected by this PR.
4
+
5
+
-**Breaking change**: Reworking of the IO, `write_observations` and `read_observations` are now part of the class simulation [#293](https://github.com/litebird/litebird_sim/pull/293)
4
6
5
7
- Mbs optionally returns alms instead of maps [#306](https://github.com/litebird/litebird_sim/pull/306)
6
8
7
9
- Include the possibility to pass components to fill_tods, add_dipole and add_noise [#302](https://github.com/litebird/litebird_sim/issues/302)
8
10
9
-
-Fixing bug in mbs to pass general bandpass to mbs [#271](https://github.com/litebird/litebird_sim/pull/271)
11
+
-Add data splits in time and detector space to binned maps [#291](https://github.com/litebird/litebird_sim/pull/291)
10
12
11
-
-**Breaking change**: Reworking of the IO, `write_observations` and `read_observations` are now part of the class simulation [#293](https://github.com/litebird/litebird_sim/pull/293)
13
+
- Add support for partial multithreading using Numba [#276](https://github.com/litebird/litebird_sim/pull/276)
14
+
15
+
- Fixing bug in mbs to pass general bandpass to mbs [#271](https://github.com/litebird/litebird_sim/pull/271)
12
16
13
17
- Support for numpy.float128 made optional, this fixes importing issue on ARM architectures [#286](https://github.com/litebird/litebird_sim/pull/286)
14
18
@@ -20,8 +24,6 @@
20
24
21
25
- New module to simulate HWP systematics [#232](https://github.com/litebird/litebird_sim/pull/232)
22
26
23
-
- Add support for partial multithreading using Numba [#276](https://github.com/litebird/litebird_sim/pull/276)
24
-
25
27
# Version 0.11.0
26
28
27
29
-**Breaking change**: Change the interface to the binner, implement a new destriper, and make the dependency on TOAST optional [#260](https://github.com/litebird/litebird_sim/pull/260)
0 commit comments