Pull request #591: CAS-13869 : Made the checkPB for nonzero edge pixels happen only for mosaic and awp gridders
Merge in CASA/casa6 from CAS-13869 to master
* commit 'd90b3f6673e1c650fe98fa25b2faa4808cea8ed8': CAS-13869 : Made the checkPB for nonzero edge pixels happen only for mosaic and awp gridders
Pull request #593: CAS-12313
Merge in CASA/casa6 from CAS-12313 to master
* commit '63ff6ac62a896a44d88e39d358be0141d5f85a99':
replaced duplicate tsys-atm with tsys-manual in XML description of sm.setnoise tool method CAS-12313 : Added missing n_chan in xml inline doc for sm.setnoise() tool method.
Pull request #590: fixed a bug found in sdbaseline when blmode=‘apply’
Merge in CASA/casa6 from CAS-13668 to master
* commit 'ddfa356e03bb0a5593e09f8c6aca1042b5639011':
remove default() which is no longer defined
update run_clipping_test() so that it can be called from test061 also
check return value of np.allclose()
use 'flag' instead of 'mask' for flag data
replace std::vector with casa::Vector and did refactoring
make i==0 and i==nchan-1 cases out of the loop
use only casa::Vector in get_masklist_from_mask()
use a constructor of std::vector that has initial value as an argument
use only spaces for indentation
use only spaces for indentation
use mask from bltable to compute weight in apply mode. add a unit test also
use slice to set array values