Skip to content

Commit

Permalink
formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdillon committed Dec 26, 2024
1 parent 3fb11cf commit df60e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/file_calibration.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1375,7 +1375,7 @@
" axes[0, i].plot(hd.freqs/1e6, np.angle(rc_data[bl][0]), alpha=.5, lw=.5)\n",
" axes[1, i].semilogy(hd.freqs/1e6, np.abs(rc_data[bl][0]), alpha=.5, lw=.5)\n",
" axes[0, i].plot(hd.freqs / 1e6, np.angle(sol.vis[red[0]][0]), lw=1, c='k')\n",
" axes[1, i].semilogy(hd.freqs / 1e6, np.abs(sol.vis[red[0]][0]), lw=1, c='k', label=f'Baseline Group:\\n{red[0]}')\n",
" axes[1, i].semilogy(hd.freqs / 1e6, np.abs(sol.vis[red[0]][0]), 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 df60e89

Please sign in to comment.