Skip to content

Commit

Permalink
Add debug message re. preaveraging
Browse files Browse the repository at this point in the history
  • Loading branch information
darafferty committed May 3, 2017
1 parent 9f763ec commit 912cd46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions factor/lib/direction.py
Original file line number Diff line number Diff line change
Expand Up @@ -764,6 +764,7 @@ def set_averaging_steps_and_solution_intervals(self, chan_width_hz, nchan,
# Set baseline-dependent pre-averaging flag
if effective_flux_jy < preaverage_flux_jy:
self.pre_average = True
self.log.debug('Preaveraging in frequency and time will be done')
else:
self.pre_average = False

Expand Down

0 comments on commit 912cd46

Please sign in to comment.