Skip to content

Commit

Permalink
flag tables
Browse files Browse the repository at this point in the history
  • Loading branch information
Athanaseus committed Feb 24, 2025
1 parent 59a1539 commit 87752fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rfinder/rfinder_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ def find_altaz_plots(cfg_par):
def find_2d_plots(cfg_par):

if cfg_par['rfi']['RFInder_mode']=='use_flags':
filenames = glob.glob(cfg_par['general']['timeplotdir2D']+'/flags_base*')
filenames = glob.glob(cfg_par['general']['timeplotdir2D']+'/rfi_base*')
elif cfg_par['rfi']['RFInder_mode']=='rms_clip':
filenames = glob.glob(cfg_par['general']['timeplotdir2D']+'/rfi_base*')

Expand Down

0 comments on commit 87752fc

Please sign in to comment.