Skip to content

Commit

Permalink
CHANGELOG and notebooks updated
Browse files Browse the repository at this point in the history
  • Loading branch information
paganol committed Nov 5, 2024
1 parent 0fee3c1 commit 6207cc5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# HEAD

- **Breaking change**: Redefinition of the hwp angle returned by `get_pointings()` [#340](https://github.com/litebird/litebird_sim/pull/340)
- **Breaking change**: Redefinition (ωt instead of 2ωt) of the hwp angle returned by `get_pointings()`. Change in the pointing returned by `Observation.get_pointings()`, now behaving as it was before this [commit](https://github.com/litebird/litebird_sim/pull/319/commits/b3bc3bb2049c152cc183d6cfc68f4598f5b93ec0). Documentation updated accordingly. [#340](https://github.com/litebird/litebird_sim/pull/340)

- Module for including nonlinearity in the simulations [#331](https://github.com/litebird/litebird_sim/pull/331)

Expand Down
10 changes: 5 additions & 5 deletions notebooks/Tutorial_PointingSys.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"False\n"
"True\n"
]
}
],
Expand Down Expand Up @@ -888,8 +888,8 @@
"name": "stderr",
"output_type": "stream",
"text": [
"[2024-06-25 23:33:20,672 INFO MPI#0000] generating and saving cmb simulations\n",
"[2024-06-25 23:33:22,007 INFO MPI#0000] Access data from /Users/luca/Documents/Universita/litebird/simteam/codes/litebird_sim/notebooks/cmb/0000/cmb_0000_date_240625.fits\n"
"[2024-11-05 20:46:27,424 INFO MPI#0000] generating and saving cmb simulations\n",
"[2024-11-05 20:46:28,865 INFO MPI#0000] Access data from /Users/luca/Documents/Universita/litebird/simteam/codes/litebird_sim/notebooks/cmb/0000/cmb_0000_date_241105.fits\n"
]
}
],
Expand Down Expand Up @@ -1004,7 +1004,7 @@
{
"data": {
"text/plain": [
"<matplotlib.legend.Legend at 0x3359af070>"
"<matplotlib.legend.Legend at 0x33183ac50>"
]
},
"execution_count": 24,
Expand Down Expand Up @@ -1126,7 +1126,7 @@
{
"data": {
"text/plain": [
"<matplotlib.legend.Legend at 0x11be1d1e0>"
"<matplotlib.legend.Legend at 0x32f38f460>"
]
},
"execution_count": 28,
Expand Down

0 comments on commit 6207cc5

Please sign in to comment.