Skip to content

Commit

Permalink
fix lstcal typo on non-red-avg data
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-a-cox committed Aug 19, 2024
1 parent 1e90859 commit b011045
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hera_notebook_templates/notebooks/lststack.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -893,13 +893,13 @@
" \n",
" # Compute gains and smooth\n",
" gains = _expand_degeneracies_to_ant_gains(\n",
" cross_stacks[0],\n",
" stack,\n",
" amplitude_parameters={\n",
" f\"A_{pol}\": calibration_parameters[f\"A_{pol}\"] for pol in unique_pols\n",
" },\n",
" phase_gains=phase_gains,\n",
" inpaint_bands=inpaint_bands,\n",
" auto_stack=auto_stacks[0]\n",
" auto_stack=auto_stack\n",
" )\n",
" \n",
" # Apply calibration solutions\n",
Expand Down

0 comments on commit b011045

Please sign in to comment.