Skip to content

Commit 7968d9f

Browse files
tammojangijzelaerr
authored andcommittedNov 8, 2018
Polish some log messages
1 parent e0165d7 commit 7968d9f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎apercal/modules/ccal.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -500,14 +500,14 @@ def crosshand_delay(self):
500500
else:
501501
ccalpolcalmodel = False
502502
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!')
504504

505505
# Create the cross hand delay correction table for the polarised calibrator
506506

507507
if ccalpolcalcrosshanddelay or os.path.isdir(
508508
self.get_polcal_path().rstrip('.MS') + '.Kcross'):
509509
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')
511511
ccalpolcalcrosshanddelay = True
512512
else:
513513
prevtables = '""'
@@ -548,10 +548,10 @@ def crosshand_delay(self):
548548
ccalpolcalcrosshanddelay = True
549549
else:
550550
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 '
552552
'not created successfully!')
553553
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 '
555555
'calibration will probably not work!')
556556

557557
subs_param.add_param(self, 'ccal_polcal_model', ccalpolcalmodel)

0 commit comments

Comments
 (0)
Failed to load comments.