Skip to content

Commit

Permalink
CHG: adding print when flagging
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelcarcamov committed Dec 29, 2022
1 parent 232452e commit ac31ec3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/snow/selfcalibration/selfcal.py
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,8 @@ def _flag_dataset(
else:
datacolumn = "residual_data"

print("Flagging {0} data column using {1}".format(datacolumn, mode))

flagdata(
vis=self.visfile,
mode=mode,
Expand Down

0 comments on commit ac31ec3

Please sign in to comment.