Skip to content

Commit

Permalink
uncomment transformed_antpos
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-a-cox committed Jun 5, 2024
1 parent 68bb2f9 commit 5404169
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 @@ -873,7 +873,7 @@
" data_bls=cal_bls,\n",
" transformed_antpos=transformed_antpos\n",
" )\n",
" # transformed_antpos = metadata['transformed_antpos'] # TODO: Tyler, do we need this???\n",
" transformed_antpos = metadata['transformed_antpos']\n",
" \n",
" # Store degenerate parameters\n",
" calibration_parameters[f\"T_J{pol}\"].append(metadata['Lambda_sol'])\n",
Expand Down Expand Up @@ -1008,7 +1008,7 @@
" )\n",
" outfile = outdir / cal_fname\n",
" \n",
" np.savez(outfile, **calibration_parameters)\n",
" #np.savez(outfile, **calibration_parameters)\n",
" \n",
" # Recompute auto and cross averages after calibration - needed for STD files \n",
" cross_lstavg = [\n",
Expand Down

0 comments on commit 5404169

Please sign in to comment.