1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -500,14 +500,14 @@ def crosshand_delay(self):
500
500
else :
501
501
ccalpolcalmodel = False
502
502
logger .warning (
503
- '# Model not ingested properly. Polarisation calibration corrections will not be right!' )
503
+ 'Model not ingested properly. Polarisation calibration corrections will not be right!' )
504
504
505
505
# Create the cross hand delay correction table for the polarised calibrator
506
506
507
507
if ccalpolcalcrosshanddelay or os .path .isdir (
508
508
self .get_polcal_path ().rstrip ('.MS' ) + '.Kcross' ):
509
509
logger .info (
510
- '# Cross hand delay correction table for polarised calibrator was already generated' )
510
+ 'Cross hand delay correction table for polarised calibrator was already generated' )
511
511
ccalpolcalcrosshanddelay = True
512
512
else :
513
513
prevtables = '""'
@@ -548,10 +548,10 @@ def crosshand_delay(self):
548
548
ccalpolcalcrosshanddelay = True
549
549
else :
550
550
ccalpolcalcrosshanddelay = False
551
- logger .error ('Cross hand delay correction table for polarised calibrator was'
551
+ logger .error ('Cross hand delay correction table for polarised calibrator was '
552
552
'not created successfully!' )
553
553
else :
554
- logger .error ('Polarised calibrator dataset not specified or dataset not available. Polarisation'
554
+ logger .error ('Polarised calibrator dataset not specified or dataset not available. Polarisation '
555
555
'calibration will probably not work!' )
556
556
557
557
subs_param .add_param (self , 'ccal_polcal_model' , ccalpolcalmodel )
0 commit comments