Skip to content

Commit

Permalink
FEAT: determine polarization with averaged polarimeter (#233)
Browse files Browse the repository at this point in the history
* DOC: do not scroll interpolation code
* FEAT: compute uncertainty increase on polarization
* FIX: remove plus sign from |̅α| column
  • Loading branch information
redeboer authored Oct 21, 2022
1 parent 9840dc8 commit b3f23b7
Show file tree
Hide file tree
Showing 3 changed files with 278 additions and 39 deletions.
1 change: 1 addition & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@
"mathbf",
"mystnb",
"nbsp",
"numref",
"prereleased",
"rgba",
"shared_yaxes",
Expand Down
2 changes: 1 addition & 1 deletion docs/uncertainties.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1728,7 +1728,7 @@
" Δα = 1e3 * syst_weighted_alpha_diff[:, i]\n",
" abs_Δα = 1e3 * syst_weighted_alpha_norm_diff[i]\n",
" src += Rf\" \\textbf{{{i}}}\"\n",
" src += Rf\" & {α[0]:+.1f} & {α[1]:+.1f} & {α[2]:+.1f} & {abs_α:+.1f}\"\n",
" src += Rf\" & {α[0]:+.1f} & {α[1]:+.1f} & {α[2]:+.1f} & {abs_α:.1f}\"\n",
" if i != 0:\n",
" src += Rf\" & {Δα[0]:+.1f} & {Δα[1]:+.1f} & {Δα[2]:+.1f} & {abs_Δα:+.1f}\"\n",
" src += R\" \\\\\" \"\\n\"\n",
Expand Down
Loading

0 comments on commit b3f23b7

Please sign in to comment.