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 12, 2018
1 parent 637d2df commit 7a3d5a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pipelines/idr2_preprocessing/preprocess_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,8 @@ def time_average(j, dfs=dfs, pol=pol, lens=lens, angs=angs, reds=reds, p=cf['alg
hp.utils.log("\npol {} time average exit codes:\n {}".format(pol, exit_codes), f=lf, verbose=verbose)

# collate averaged data into time chunks
data_suffix += file_ext
if i == 0:
data_suffix += file_ext
tavg_files = os.path.join(out_dir, "zen.{group}.{pol}.*.{suffix}".format(group=groupname, pol=pol, suffix=data_suffix))
tavg_files = sorted(glob.glob(tavg_files))

Expand Down

0 comments on commit 7a3d5a0

Please sign in to comment.