Commits

George Moellenbrock authored 9a9320d45ca
For CAS-14038, improve concatspws xml doc info, and remove some diagnostic console messages

casatasks/src/private/task_fringefit.py

Modified
25 25 corrcomb=None,
26 26 docallib=None,callib=None,gaintable=None,gainfield=None,interp=None,spwmap=None,
27 27 paramactive=None,
28 28 concatspws=None,
29 29 parang=None):
30 30
31 31 #Python script
32 32 casalog.origin('fringefit')
33 33
34 34 #
35 - print("task_fringfit.py: corrcomb={}".format(corrcomb))
35 +
36 36 try:
37 37 mycb = calibrater()
38 38
39 39 if ((type(vis)==str) & (os.path.exists(vis))):
40 40 mycb.open(filename=vis,compress=False,addcorr=False,addmodel=False)
41 41 else:
42 42 raise ValueError('Visibility data set not found - please verify the name')
43 43
44 44 # Do data selection according to selectdata
45 45 if (selectdata):

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut