Commits
Merge pull request #1048 in CASA/casa from CAS-12563 to master
* commit 'f9e1fe38ac9c61dd93b485a60bc1e453b4afff24': (72 commits) The code fix to ensure that the cache in PointingOffsets is reinitialized to in the constructor. Corrected test names. Added usepointing tests. Revert "Changed dopointing to usepointing." Changed dopointing to usepointing. Reverted changes to dopointing and gridder='mosaic' (commit d67eeaba6c3). Merged master. Added parameter pointingoffsetsigdev. Added tests to test_mosaic_mtmfs in test_tclean. Added an exception for doPointing=True and gridder='mosaic'. Added niter=10 tests to mosaic cube and mtmfs tests. Fixed typing error in tclean.xml (the default for vptable was set as False and not an empty string). Added unit tests for mosaic and awproject gridder. Fix for turning wbawp default value in tclean to True. Only significant changes are in :::makeSensitivityImage(Lattice<T>, ImageInterface<Float>) signature. AWPWBFT: The copy ctor was calling AWP's default ctor. As a result, AWP and all other objects inside AWP were getting re-construted when AWPWBFT's copy ctor was called. This is fixed. Two merge commit issues fixed. Was missing the latest casacore and a set of lines to be commented out in VisBufferUtil.cc PhaseGrad: Factored out needsNewPhaseGrad() into a function and using it in this class and VB2CFBMap. VB2CFBMap: Computing phase grad for row 0 only when PhaseGrad::needsNewPhaseGrad() returns true. Fixed bracket clashes in PhaseGrad Changes to apply the same PO for every antenna Sign flipped back in Pointing Offsets Print debugging info. from PO::findAntennaPointingOffset() if PO_DEBUG env. variable (or equivalent ~/.casarc variable) is set to 1. AWVR: Cleanup in GridToData. Removed call to getPointingOffsets() and using CFB:finitePointingOffset(). PO.cc: Using dc_p.directionType() in findMosaicPointingOffsets(). Signe flip for gPP in gradPerPixel(). ...