Skip to content

Commit

Permalink
Adjust extensions to current pre-facet pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
darafferty committed Feb 16, 2016
1 parent bed0cfd commit 0de0446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion factor/parset.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def parset_read(parset_file, use_log_file=True):
# extensions 'ms', 'MS', 'dpppconcat' or 'dpppcopycol' (both used by the
# pre-facet pipeline)
ms_files = []
for exten in ['MS', 'ms', 'dpppconcat', 'dpppcopycol']:
for exten in ['MS', 'ms', 'dpppaverage']:
ms_files += glob.glob(os.path.join(parset_dict['dir_ms'], '*.{}'.format(exten)))
parset_dict['mss'] = sorted(ms_files)
if len(parset_dict['mss']) == 0:
Expand Down

0 comments on commit 0de0446

Please sign in to comment.