Skip to content

Commit

Permalink
modified: pipelines/idr2_preprocessing/preprocess_data.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nkern committed Jun 18, 2018
1 parent 9bffd8f commit 830a48a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/idr2_preprocessing/preprocess_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def run_xrfi(i, datafiles=datafiles, p=cf['algorithm']['xrfi']):
# get algorithm parameters
globals().update(cf['algorithm']['timeavg_sub'])
time = datetime.utcnow()
hp.utils.log("\n{}\nstarting time-average subtraction: {}\n".format("-"*60, time), f=lf, verbose=verbose)
hp.utils.log("\n{}\nstarting full time-average spectra and subtraction: {}\n".format("-"*60, time), f=lf, verbose=verbose)

# get datafiles
datafiles, datapols = uvt.utils.search_data(input_data_template.format(group=groupname, pol='{pol}'), pols, matched_pols=False, reverse_nesting=False, flatten=False)
Expand Down

0 comments on commit 830a48a

Please sign in to comment.