Skip to content

Commit

Permalink
Update kwargs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Wilensky committed Oct 16, 2024
1 parent 2b094c2 commit 99c08ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/single_baseline_postprocessing_and_pspec.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1410,7 +1410,7 @@
" frop = frf.get_frop_for_noise(times, filter_cent_use=[np.mean(fr_ranges[band]) / 1000], \n",
" filter_half_wid_use=[np.diff(fr_ranges[band]) / 2 / 1000], \n",
" freqs=data.freqs[band_slice], t_avg=t_avg,\n",
" cutoff=FR_EIGENVAL_CUTOFF, weights=weights,\n",
" eigenval_cutoff=FR_EIGENVAL_CUTOFF, weights=weights,\n",
" rephase=rephase, wgt_tavg_by_nsample=wgt_tavg_by_nsample,\n",
" nsamples=nsamples, bl_vec=bl_vec, dlst=dlst,\n",
" coherent_avg=coherent_avg)\n",
Expand Down

0 comments on commit 99c08ac

Please sign in to comment.