Pull request #687: CAS-13191
Merge in CASA/casa6 from CAS-13191 to master
* commit 'e74fb9a6daf174dc71f117c76c0add8e0cc8222f': (31 commits)
Fixed a problem when cfcache='' and running with awp gridder in serial mode
remove a race condition for making cfcache. Also fixed a problem in parallel where awproject does not transport the telecopename across properly...for now in those cases assuming it is the default EVLA
Fix a cfcache create problem for cube imaging and having multiprocessing
removed some debugging print outs
Making sure that cfs are even numbered pixels
More odd number origin error correction
removed some print outs
enable wterm_awproject test
one more place where oversampling has to be dealt with
another place where center can be wrong when odd number of pixels are chosen for CF
Fixed the w-term problem of awp w.r.t a pixel off
Try to avoid loading the weight image a lot
counters were not initialized in some cases
Put some timers on AWProjectFT
Brought fixed from CAS-13518 here
recover 13212
some changes from CAS-13581 CAS-13212 : Enabled awproject in task_sdintimaging and added 3 verification tests toexercise it and make comparisons with tclean for the equivalent intonly runs for cube and mtmfs(with cube major cycles).
Remove print statement and trigger build.
some fixes to get unittest to pass
...