Skip to content

Commit

Permalink
fix freq_skip arg.
Browse files Browse the repository at this point in the history
  • Loading branch information
aewallwi committed Sep 18, 2021
1 parent becb48c commit 1176e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tophat_frfilter_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
overwrite_flags=ap.overwrite_flags, skip_autos=ap.skip_autos,
skip_if_flag_within_edge_distance=ap.skip_if_flag_within_edge_distance,
zeropad=ap.zeropad, tol=ap.tol, skip_wgt=ap.skip_wgt, max_frate_coeffs=ap.max_frate_coeffs,
frate_standoff=ap.frate_standoff, min_frate_width=ap.min_frate_width,
frate_standoff=ap.frate_standoff, min_frate_half_width=ap.min_frate_half_width,
frate_width_multiplier=ap.frate_width_multiplier, fr_freq_skip=ap.fr_freq_skip,
uvbeam=ap.uvbeam, percentile_low=ap.percentile_low, percentile_high=ap.percentile_high,
clean_flags_in_resid_flags=True, **filter_kwargs)

0 comments on commit 1176e12

Please sign in to comment.