Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdillon committed Dec 30, 2024
1 parent 2673a49 commit a73abd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks/file_postprocessing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"source": [
"# Single File Post-Processing\n",
"\n",
"**by Josh Dillon**, last updated July 15, 2024\n",
"**by Josh Dillon**, last updated December 30, 2024\n",
"\n",
"This notebook, the final step in a pre-LST-binning analysis, applies calibration solutions and flags to both sum and diff data, producing a variety of data products. These currently may include:\n",
"\n",
Expand Down Expand Up @@ -375,7 +375,7 @@
"\n",
" to_plot = np.where(red_avg_flags[red[0]][tind], np.nan, red_avg_smooth_cal_sum_data[red[0]][tind])\n",
" axes[0, i].plot(hd.freqs / 1e6, np.angle(to_plot), lw=1, c='k')\n",
" axes[1, i].semilogy(hd.freqs / 1e6, np.abs(to_plot), lw=1, c='k', label=f'Baseline Group:\\n{red[0]}')\n",
" axes[1, i].semilogy(hd.freqs / 1e6, np.abs(to_plot), lw=1, c='k', label=f'Baseline Group:\\n{(int(red[0][0]), int(red[0][1]), red[0][2])}')\n",
" axes[1, i].set_xlabel('Frequency (MHz)')\n",
" axes[1, i].legend(loc='upper right')\n",
" axes[0, 0].set_ylabel('Visibility Phase (radians)')\n",
Expand Down

0 comments on commit a73abd2

Please sign in to comment.