Skip to content

Commit

Permalink
add psuedostokes TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdillon committed Jul 17, 2024
1 parent 63425de commit 5853d28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions notebooks/single_baseline_postprocessing_and_pspec.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -861,6 +861,8 @@
"outputs": [],
"source": [
"def form_pseudostokes(data=None, flags=None, nsamples=None):\n",
" # TODO: fix this to use pol_convention from data properly\n",
" # TODO: deprecate this in favor of a version in hera_pspec \n",
" '''This function creates pseudo-Stokes I and Q versions corresponding to the ee and nn entries\n",
" in the input data containers, and stores them in the same data containers.'''\n",
" # data are averaged (or diffed in the case of pQ)\n",
Expand Down

0 comments on commit 5853d28

Please sign in to comment.