Skip to content

Commit

Permalink
Split if the concat file already exists
Browse files Browse the repository at this point in the history
  • Loading branch information
e-koch committed Nov 19, 2019
1 parent 9def087 commit 06294ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 15A-175/HI/imaging/match_and_split.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ def closest_channel(freqs, targ_freq):
if os.path.exists(scratch_ms):
casalog.post("Found the split + concat MS for {} in scratch. "
"Skipping.".format(chan))
continue

chan_mss = []

Expand Down

0 comments on commit 06294ea

Please sign in to comment.