Commits

Kumar Golap authored and Ville Suoranta committed dda86582c3a Merge
Pull request #910: CAS-13581

Merge in CASA/casa6 from CAS-13581 to master * commit '3dc69ddd7e1aa570214a18ac48f42dc5b1ec505a': (88 commits) reduce the memory profile of wterm_awp2 added an extra check for record value Fix an edge-case bug that prevented vlass_stk to run without failing in parallel CAS-13581 : Fix test_tclean.py avoid unnecessary construction of MSColumn revert oversampling for awproject to 20 which was left at 4 by mistake. remove a few debug messages added a check for right gpu before running awphpg tests Update mod-closure to version 1.12 removed some awp2 tests as these are in CAS-14146 move all USE_HPG dependent code to casatools/src/code and added a new method to synthesisimager hpg_enabled. removed a white space that was causing sdimaging unit test to fail Fix some failures of unittests MAke sure hpg unittests runs as expected revert stakeholders test to what they provided one test was looking for mtmfs_via_cube another fix in merge issue typo that broke make while doing merge with master process fixes to get to work on bamboo L4 system add fixes back in to statwt tests original statwt test file ...

casatasks/src/private/imagerhelpers/imager_base.py

Modified
435 435
436 436 ### Gather PSFs (if needed) and normalize by weight
437 437 for immod in range(0, self.NF):
438 438 # for cube normalization is done in C++
439 439 if divideInPython:
440 440 self.PStools[immod].gatherpsfweight()
441 441 self.PStools[immod].dividepsfbyweight()
442 442 # continuum A style gridders need their .weight divided by sumwt except for awphpg
443 443 if(("awphpg" not in self.allgridpars['0']['gridder'])):
444 444 self.PStools[immod].divideweightbysumwt()
445 -
446 445 self.check_psf(immod)
447 446
448 447 def check_psf(self, immod):
449 448 if self.SDtools != []:
450 449 if immod <= len(self.SDtools) - 1:
451 450 self.SDtools[immod].checkrestoringbeam()
452 451
453 452 #############################################
454 453 def calcVisAppSens(self):
455 454

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

Add shortcut