Skip to content

Commit

Permalink
add missing print
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdillon committed Oct 22, 2024
1 parent 05f0db5 commit 3dc44e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/full_day_rfi_round_2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"TIME_AVG_DELAY_FILT_SNR_THRESH = float(os.environ.get(\"TIME_AVG_DELAY_FILT_SNR_THRESH\", 4.0))\n",
"TIME_AVG_DELAY_FILT_SNR_DYNAMIC_RANGE = float(os.environ.get(\"TIME_AVG_DELAY_FILT_SNR_DYNAMIC_RANGE\", 1.5))\n",
"\n",
"for setting in ['Z_THRESH', 'WS_Z_THRESH', 'AVG_Z_THRESH', 'MAX_FREQ_FLAG_FRAC', 'MAX_TIME_FLAG_FRAC',\n",
"for setting in ['Z_THRESH', 'WS_Z_THRESH', 'AVG_Z_THRESH', 'MAX_FREQ_FLAG_FRAC', 'MAX_TIME_FLAG_FRAC', 'AVG_SPECTRUM_FILTER_DELAY',\n",
" 'EIGENVAL_CUTOFF', 'TIME_AVG_DELAY_FILT_SNR_THRESH', 'TIME_AVG_DELAY_FILT_SNR_DYNAMIC_RANGE']:\n",
" print(f'{setting} = {eval(setting)}')"
]
Expand Down

0 comments on commit 3dc44e9

Please sign in to comment.