Skip to content

Commit

Permalink
Add apply_flag_to_nsample option to the run script
Browse files Browse the repository at this point in the history
  • Loading branch information
Kai-FengChen committed Jan 29, 2024
1 parent c70a1a3 commit d6b6adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/delay_filter_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
cache_dir=ap.cache_dir, res_outfilename=ap.res_outfilename,
clobber=ap.clobber, write_cache=ap.write_cache, external_flags=ap.external_flags,
read_cache=ap.read_cache, mode=ap.mode, overwrite_flags=ap.overwrite_flags,
factorize_flags=ap.factorize_flags, time_thresh=ap.time_thresh,
factorize_flags=ap.factorize_flags, apply_flag_to_nsample=ap.apply_flag_to_nsample, time_thresh=ap.time_thresh,
add_to_history=' '.join(sys.argv), polarizations=ap.polarizations,
verbose=ap.verbose, skip_if_flag_within_edge_distance=ap.skip_if_flag_within_edge_distance,
flag_yaml=ap.flag_yaml, Nbls_per_load=ap.Nbls_per_load,
Expand Down

0 comments on commit d6b6adc

Please sign in to comment.