Skip to content

Commit

Permalink
pass through parameter consistently
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdillon committed Jul 26, 2024
1 parent 755acc9 commit 28ee265
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 @@ -519,7 +519,7 @@
" avg_auto = {(-1, -1, 'ee'): np.mean([data[bl] for bl in auto_bls_to_use], axis=0)}\n",
" \n",
" # Flag RFI first with channel differences and then with DPSS\n",
" antenna_flags, _ = xrfi.flag_autos(avg_auto, int_count=int_count, nsig=(RFI_NSIG * 5))\n",
" antenna_flags, _ = xrfi.flag_autos(avg_auto, int_count=int_count, nsig=(nsig * 5))\n",
" if prior_flags is not None:\n",
" antenna_flags[(-1, -1, 'ee')] = prior_flags\n",
" _, rfi_flags = xrfi.flag_autos(avg_auto, int_count=int_count, flag_method='dpss_flagger',\n",
Expand Down

0 comments on commit 28ee265

Please sign in to comment.