Commits

Ville Suoranta authored 5e3ca43bde7 Merge
Merge pull request #1127 in CASA/casa from bugfix/CAS-12710 to master

* commit 'fafc3e8ccecda01302627e9f312bbec16fafe2e5': Changed a small error when declaring the cbtool
No tags

gcwrap/python/scripts/task_accor.py

Modified
5 5
6 6 from casatasks.private.casa_transition import is_CASA6
7 7 if is_CASA6:
8 8 from casatools import calibrater
9 9 from casatasks import casalog
10 10 from .callibrary import *
11 11 else:
12 12 from callibrary import *
13 13 from taskinit import *
14 14
15 - calibrator = cbtool
15 + calibrater = cbtool
16 16
17 17 def accor(vis=None,caltable=None,
18 18 field=None,spw=None,intent=None,
19 19 selectdata=None,timerange=None,antenna=None,scan=None,
20 20 observation=None, msselect=None,
21 21 solint=None,combine=None,append=None,
22 22 docallib=None,callib=None,
23 23 gaintable=None,gainfield=None,interp=None,spwmap=None):
24 24
25 25 #Python script

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

Add shortcut