Skip to content

Commit

Permalink
update cov matrix calculation cell
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Wilensky committed Oct 22, 2024
1 parent 3397854 commit 955261a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion notebooks/single_baseline_postprocessing_and_pspec.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1664,7 +1664,8 @@
" xtalk_frop_dict[band][pol] = get_frop_wrapper(pol=pol, stream_ind=stream_ind, band_ind=band_ind,\n",
" nsamples=deint_nsamples[stream_ind][cross_antpairpol][:, freq_slice],\n",
" dlst=dlst, bl_vec=bl_vec[cross_antpairpol],\n",
" times=times, t_avg=40.)\n",
" times=times, t_avg=40., rephase=False)\n",
" xtalk_frop_dict[band][pol] = np.eye(len(times))[:, :, None] - xtalk_frop_dict[band][pol]\n",
" \n",
" frop_dict[band][pol] = np.zeros_like(main_lobe_frop_dict[band][pol])\n",
" for freq_ind in range(freq_slice.stop - freq_slice.start):\n",
Expand Down

0 comments on commit 955261a

Please sign in to comment.