Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
jurjen93 committed Oct 8, 2024
1 parent 78fbc41 commit 266fc9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions subtract/subtract_with_wsclean.py
Original file line number Diff line number Diff line change
Expand Up @@ -582,6 +582,7 @@ def run_DP3(self, phaseshift: str = None, freqavg: str = None,
command += ['ps.type=phaseshifter',
'ps.phasecenter=' + phasecenter]

# For facet subtraction we can take some shortcuts and get major speed improvements
if speedup_facet_subtract:
# 2) AVERAGING
if freqavg is not None or timeres is not None:
Expand Down Expand Up @@ -628,6 +629,7 @@ def run_DP3(self, phaseshift: str = None, freqavg: str = None,
ac_count += 1
T.close()

# Most accurate version, but more expensive than the --speedup_facet_subtract approach
else:
# 2) APPLY BEAM
if applybeam:
Expand Down

0 comments on commit 266fc9c

Please sign in to comment.