1. casa
  2. casa5

Commits

AuthorCommitMessageCommit dateIssues
Sanjay BhatnagarSanjay Bhatnagar
19824e36c16MMerge branch 'ARD-16' of https://open-bitbucket.nrao.edu/scm/casa/casa into ARD-16ARD-16
Sanjay BhatnagarSanjay Bhatnagar
d0403922a26PhaseGrad: 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.PhaseGrad: Factored out needsNewPhaseGrad() into a function and usingit in this class and VB2CFBMap. VB2CFBMap: Computing phase grad for row 0 only when PhaseGrad::needsNewPhaseGrad() returns true.
Preshanth JagannathanPreshanth Jagannathan
27204a41df1Fixed bracket clashes in PhaseGrad
Preshanth JagannathanPreshanth Jagannathan
90bc1ab7732Changes to apply the same PO for every antenna
Preshanth JagannathanPreshanth Jagannathan
5ced0a61990MMerge branch 'ARD-15' into ARD-162 Jira issues
Preshanth JagannathanPreshanth Jagannathan
ab77eee3dabSign flipped back in Pointing Offsets
Sanjay BhatnagarSanjay Bhatnagar
87e5c538912Print debugging info. from PO::findAntennaPointingOffset() if PO_DEBUGenv. variable (or equivalent ~/.casarc variable) is set to 1.
Sanjay BhatnagarSanjay Bhatnagar
647b4b0302bAWVR: Cleanup in GridToData. Removed call to getPointingOffsets() andusing CFB:finitePointingOffset(). PO.cc: Using dc_p.directionType() in findMosaicPointingOffsets(). Signe flip for gPP in gradPerPixel().
Preshanth JagannathanPreshanth Jagannathan
188b6d6efe6The primary changes here are in drawing in bugfix/CAS-11191 filesmsvis/MSVis/VisBufferUtil.{cc,h} and synthesis/TransformMachines2/SimplePBConvFunc.{cc,h} to incorporate kumars new changes. In PointingOffsets.cc the call to vbUtil.getPointingDir has been changed to reflect the dc_p.directionType() which is the image direction type.CAS-11191
Sanjay BhatnagarSanjay Bhatnagar
7c2bcc84104AWVR: Code cleanup. CFB is a CountedPtr everywhere now.PO: Make VisBufferUtils a private variable to benefit from it's internal caching when getting antenna pointing offsets from the POINTING sub-table.
Sanjay BhatnagarSanjay Bhatnagar
6dae7044d0cEnabled commented code in PO.cc that handles frame issues betweenPOINTING table and MS (code from KG) Moved finitePointingOffsets from AWVR to CFB. Using only in gridding for now.
Sanjay BhatnagarSanjay Bhatnagar
f299d6adec3Commit of pointing-aware and vb-row aware gridder code.The following code in AWVR needs to be considered carefully: cfb = (*(*vb2CFBMap_p)[irow]); Change in this or moving this line leads to what looks like corrupted cfb. That manifested itself as imaging not working for w>1.
Sanjay BhatnagarSanjay Bhatnagar
b51525613daSet subparam=true for dopointing and conjbeams
Preshanth JagannathanPreshanth Jagannathan
d57401fb42cRevert "Changes in PhaseGrad.{cc,h} and VB2CFMap.cc."This reverts commit e1a018cfab0b3d46914185eaa649ce30e8f34f9a.
Sanjay BhatnagarSanjay Bhatnagar
e1a018cfab0Changes in PhaseGrad.{cc,h} and VB2CFMap.cc. PhaseGrad: cache_FieldGrad_p caches values for each row of the VB. VB2CFMap: Call PhaseGrad::getFieldPointingGrad only if ComputeFieldPointingGrad returns True.The above changes, while make logical sense, don't work properly. The first gives a strange PB and the latter leads to seg. fault.
Preshanth JagannathanPreshanth Jagannathan
6c0e12bea7bChanges to pointing offset to use the both antenna locations in the event that they have different pointing offsets
preshanth jagannadhanpreshanth jagannadhan
ccede4860c8AWProjectFT and AWProjectWBFT have additions to account for PO vector of vector modifications and VB2CFBMap_p->setDoPointing calls. This call should be dropped when a smart baseline object is put in as a replacement.AWVisResampler is now gridding row aware for the phaseGrad object. The switch to per row calls for phaseGrad are also inplace in VB2CFBMap, PointingOffsets and PhaseGrad
preshanth jagannadhanpreshanth jagannadhan
2d082d6f016This is another large commit with the intention of converting the pointing offset object from a vector of doubles to a vector of vector of doubles. This required template changes to the following code/synthesis/TransformMachines2/ConvolutionFunction.h code/synthesis/TransformMachines2/IlluminationConvFunc.h code/synthesis/TransformMachines2/AWConvFunc.h code/synthesis/TransformMachines2/CFBuffer.h Changes were also made to code/synthesis/TransformMachines2/CFBuffer.cc in the class toAsStruct a GPU convolution function generation class. The remaining changes to code/synthesis/Trans...
preshanth jagannadhanpreshanth jagannadhan
49a78705242I had commented out the AWP header by mistake.Oops
preshanth jagannadhanpreshanth jagannadhan
f064b71e3a8The changes ar emade to ensure that the unit test passes afterthe depracation of AWConvFuncEPJones in the test. Also AWProjectFT now requires the initialization of the pointing offset object po_p.
Sanjay BhatnagarSanjay Bhatnagar
3db04225b6fCode cleanup.
preshanth jagannadhanpreshanth jagannadhan
1e90ca769deChanges to eliminate AWConvFuncEPJones.cc and .h from TransformMachines2Commented out some error checking in code/synthesis/TransformMachines2/PointingOffsets.cc
preshanth jagannadhanpreshanth jagannadhan
64813ce916aThis is a rather large commit with changes to accept dopointing from the user and pass it down to the PointinOffset class either uses the pointing table or ignores it during gridding.The following files were changed to allow the pointing to flow gcwrap/tasks/tclean.xml gcwrap/python/scripts/task_tclean.py code/synthesis/ImagerObjects/SynthesisImagerVi2.cc The dopointing changes also resulted in the depracation of AWConvFuncEPJones class and the associated header. code/synthesis/ImagerObjects/SynthesisImagerVi2.cc code/synthesis/ImagerObjects/SynthesisImagerVi2.h code/synth...CAS-11191
Sanjay BhatnagarSanjay Bhatnagar
d82ac59076bEnable use of findAntennaPointingOffset in AWCFEPJ to be sensitive to the POINTING sub-table in the MS.Minor changes in AWVR and PhaseGrad. SynthUtil+tclean.xml: Enable gridder='awp' in the interface.
Sanjay BhatnagarSanjay Bhatnagar
0904109d97cMMerge branch 'feature/ARD-15' of https://open-bitbucket.nrao.edu/scm/casa/casa into feature/ARD-15ARD-15
Sanjay BhatnagarSanjay Bhatnagar
ed64daceb4eIntegrated PhaseGrad and VB2CFBMap objects. Using the latter'sinterface in AWVR.
preshanth jagannadhanpreshanth jagannadhan
e3f8e51cee2Move vbRow2CFBMap_p pointer to the more appropriately namedvb2CFBMap_p in AWProjectFT.{cc,h} VB2CFBMap.{cc,h} VisibilityResamplerBase.{cc,h} VisibiltiyResampler.cc AWProjectWBFT.cc
preshanth jagannadhanpreshanth jagannadhan
0ffa3b9acefReverted to mosaic pointing offset in AWConvFuncEPJones::findPointingOffset
Sanjay BhatnagarSanjay Bhatnagar
269032c0633MMerge branch 'feature/ARD-15' of https://open-bitbucket.nrao.edu/scm/casa/casa into feature/ARD-15ARD-15
Sanjay BhatnagarSanjay Bhatnagar
02157e28503Disabling use of POINTING table in AWConvFuncEPJones::findPointingOffset.
preshanth jagannadhanpreshanth jagannadhan
8e12279022fRevert "Disable tFringeJones_GT"This reverts commit f52d52bdb46400dcb0c6e92d6dad4cdee1035f18.
Sanjay BhatnagarSanjay Bhatnagar
3c17ce5232bMods to remove annoying compiler warnings.
preshanth jagannadhanpreshanth jagannadhan
b6e0d2de864MMerge branch 'ARD-16' into feature/ARD-152 Jira issues
preshanth jagannadhanpreshanth jagannadhan
c844c250d18Some puzzling local commits
preshanth jagannadhanpreshanth jagannadhan
2d49831b574puzzling commit
Sanjay BhatnagarSanjay Bhatnagar
ab82f4e1f48Minor changes in VB2CFBMap.{cc,h}.
Sanjay BhatnagarSanjay Bhatnagar
075b99b16a8First checkin of working code using VB2CFMap object.
Sanjay BhatnagarSanjay Bhatnagar
e15b48a10a3Intermediate checkin for using VB2CFBMap.
Sanjay BhatnagarSanjay Bhatnagar
bc96d01fed0MMerge branch 'feature/ARD-15' of https://open-bitbucket.nrao.edu/scm/casa/casa into feature/ARD-15ARD-15
Sanjay BhatnagarSanjay Bhatnagar
d9bc8d5dfd3AWPCFEPJ: Using PO methodsAWP{WB}FT, VRB: Removed CF dependency from makeVB2RowCFBMap PO: Added method to read POINTING table.
Preshanth JagannathanPreshanth Jagannathan
506abf3ee01VB2CFMap class defined and changes made across the following locations
Preshanth JagannathanPreshanth Jagannathan
2c4204dcc44MMerge branch 'feature/ARD-16' into ARD-16Conflicts: casacoreARD-16
preshanth jagannadhanpreshanth jagannadhan
2ee4943ea78Revert "VB2CFBMap changes"This reverts commit 1419480fd6f99544e7e47a77caf59a21c1b6f3dc.
preshanth jagannadhanpreshanth jagannadhan
1419480fd6fVB2CFBMap changes
Sanjay BhatnagarSanjay Bhatnagar
cdbb2fad0f5Some refactoring in PointingOffsets class to use POINTING table. Thelatter is not yet in use.
Ville SuorantaVille Suoranta
f52d52bdb46Disable tFringeJones_GT
Ville SuorantaVille Suoranta
8baa7e0646dMMerge pull request #855 in CASA/casa from bugfix/CAS-12239 to master* commit 'b4a03a95170904763389820473e06c2a7d475b30': Updated the unitTests to prior values (also correct the ones) for awp and wbawp refimagerCAS-12239
Ville SuorantaVille Suoranta
a383ac5a200Revert "Merge pull request #853 in CASA/casa from CAS-12238 to master"This reverts commit ab3d933855ef8dc1b2f6ffd27b38a26a1eb8eb08, reversing changes made to 2f8b67389ff5ecee263e1d591d405e293878074c.CAS-12238
preshanth jagannadhanpreshanth jagannadhan
b4a03a95170Updated the unitTests to prior values (also correct the ones) for awp and wbawp refimager
Ville SuorantaVille Suoranta
ab3d933855eMMerge pull request #853 in CASA/casa from CAS-12238 to master* commit 'a3400647a1dcc59f2bd9281e6b50465056c1c910': CAS-12238 squash compiler warningsCAS-12238

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

Add shortcut