Preshanth Jagannathan | 699def8b872 | Fix for the cfcache checking for every gridder in imager_base.py | | |
Preshanth Jagannathan | df007602b20M | Merge branch 'ARD-16' into ARD-21This includes the updates fixes from sanjay for AWP cube handling
This will also prevent ps and w-only caches for non VLA antennas | | 2 Jira issues |
Preshanth Jagannathan | 6d373afa1b4M | Merge branch 'bugfix/CAS-11191' into ARD-21The merge now contains mosaic gridder without the psf division | | 2 Jira issues |
Preshanth Jagannathan | c641c04387cM | Merge branch 'ARD-15' into ARD-21 | | 2 Jira issues |
Sanjay Bhatnagar | b19bd9a5003 | Added complication of PointingOffsets class. | | |
Preshanth Jagannathan | 1929ae880abM | Merge branch 'bugfix/CAS-11191' into ARD-21 | | 2 Jira issues |
Sanjay Bhatnagar | 039447bcf8c | Only significant changes are in :::makeSensitivityImage(Lattice<T>, ImageInterface<Float>) signature.The new code now uses LatticeIterator to (1) average all poln planes
per freq. channel of the weight image and write it back to only the
first poln plane per freq. channel of the weight image, and (2) copy
the first poln. plane per freq. channel from the weight image to all
poln planes per freq. channel of the sensitivity image. This should
fix the problem of (a) I-PB and V-PB showing jump due... | | |
Sanjay Bhatnagar | 5f49f5d98f1 | SyImVi2: Added check for PAIncr to not iterate through the entire MSif PAIncr >= 360.0 deg.
FM: Added PAIncr related code and variables to this base class.
AWPFT: Moved PAIncr related private variables and methods to FTM
(since these aren't AWP specific).
AWPWBFT: Fixed loops to make avg. PB over poln. planes. This needs to
be tested for freq. cubes. And may need more work to work for FM
case.
CFB: finitePointingOffsets() checks for PO > 1e-6.
PhaseGrad: Chan... | | |
Kumar Golap | b6d126b8fac | removing the division of the psf with weight image ...so that now the residual and psf are treated differently as it was before | | |
Kumar Golap | 923da374a5cM | Merge branch 'master' into bugfix/CAS-11191 | | CAS-11191 |
Kumar Golap | 87c06c962a4 | throw exception when programmer calls erroneously | | |
Ville Suoranta | 9e671bae308 | Update release version to 5.6.0 | | |
Ville Suoranta | e653b02bfe1M | Merge pull request #944 in CASA/casa from bugfix/CAS-11868 to master* commit 'd3f013a0ef1d39977fd8ea5ad62760f36a43db09':
Fixed an initialization issue in weight density
This fixes mosweight=True and large memory consumption for large VLA mosaic | | CAS-11868 |
ksugimoto | 8097d482aed | Triggering a new casa-prerelease build with pipeline trunk. | | |
Kumar Golap | d3f013a0ef1M | Merge branch 'master' into bugfix/CAS-11868 | | CAS-11868 |
Sanjay Bhatnagar | f273221ad08 | Fixed the problem with using the dryGridding() route for CFC computations in serial run. This does involve a re-initialization of the SI tool. If this becomes a problem, check comments in imager_base.py on how to disable and revert back to using a different route for serial run which does not require re-initialization of the SI tool.What is really required is re-initialization of the CFCache object in
the SI tool, not the whole tool. Ultimately, that's what we should
enable and do. | | |
Sanjay Bhatnagar | dbfc068fb63 | Reverting the change in imager_base. dryGridding() route for serialrun works, but reloadCFCache() does not. | | |
Sanjay Bhatnagar | 0626605d658 | ATerm, NoOpAterm: Made cacheVBInfo() methods non pure-virtual andmoved it's code from EVLAAperture to ATerm.cc. These methods are
generic and not telescope specific. This allows psterm=T, aterm=F,
wprojplanes>1 to work.
imager_base.py: using makeCFCache(), which is driven the same away for
parallel and serial runs. Ultimately, C++ side code that runs in
serial mode should be deprecated. | | |
Ville Suoranta | 498263fa374M | Merge pull request #941 in CASA/casa from CAS-12416 to master* commit 'fbd1bfc2a67ad64fa2393eafc012d83a57e78b93':
begin integration grpc connection for viewer | | CAS-12416 |
Ville Suoranta | 5cb92aeb582M | Merge pull request #943 in CASA/casa from CAS-12418 to master* commit '57a8b7f3f4a3bcf64e918e4ccb22aa466710021d':
CAS-12418 squash linux compile warnings re: uninitialized variables | | CAS-12418 |
Ville Suoranta | 37cc6381e97M | Merge pull request #940 in CASA/casa from CAS-12415 to master* commit '7f5ecbbfb94a12f11242e4ceea830ce7d48617c0':
change grpc servers so they can support multiple service types (e.g. "interactive-clean", "image-view" and "shutdown") | | CAS-12415 |
Sanjay Bhatnagar | 26ade02ab36 | Using SynthsisUtils::nint() instead of int() get the index of thenearest W-term CF in nearestWNdx() method. | | |
Ville Suoranta | fc11f5235e7M | Merge pull request #938 in CASA/casa from CAS-12414 to master* commit '4668c461300f3f25c7896a1a3f060705ee42c97d':
CAS-12414 init variable to squash gcc compiler warning | | CAS-12414 |
David Mehringer | 57a8b7f3f4a | CAS-12418 squash linux compile warnings re: uninitialized variables | | CAS-12418 |
Darrell Schiebel | 103ad5fa0c5M | Merge pull request #942 in CASA/casa from bugfix/CAS-9842 to master* commit 'bae771b82c550cc8a0ac22462d828c79d4e0282b':
CAS-9842 Fixed wrong description of infile parameter | | CAS-9842 |
Darrell Schiebel | fbd1bfc2a67 | begin integration grpc connection for viewer | | |
Darrell Schiebel | 2962559786c | initial grpc interface to viewer | | |
Pam Ford | cb5ae28e7b9M | Merge pull request #939 in CASA/casa from CAS-12413 to master* commit 'fbfeb12ea1886bf912331e12fd88a630ea2ebe87':
CAS-12413 squash gcc compiler warnings on linux | | CAS-12413 |
Darrell Schiebel | 7f5ecbbfb94 | change grpc servers so they can support multiple service types (e.g."interactive-clean", "image-view" and "shutdown") | | |
Darrell Schiebel | ed73ccb0117 | add proto for shutdown of casa services via grpc | | |
David Mehringer | 4668c461300 | CAS-12414 init variable to squash gcc compiler warning | | CAS-12414 |
David Mehringer | fbfeb12ea18 | CAS-12413 squash gcc compiler warnings on linux | | CAS-12413 |
Ville Suoranta | a8eed6dba10M | Merge pull request #937 in CASA/casa from CAS-12407 to master* commit '06b05531969c534c8645cf3a4585058f0b1ab4f6':
CAS-12407 update reference for pipelineTest_almasd | | CAS-12407 |
Ville Suoranta | 98f2bdb5485M | Merge pull request #936 in CASA/casa from CAS-12410 to master* commit 'd629145edb134d5a25b732787db49b32bd14ccf7':
missing delete, CAS-12410
fix leaks by replacing raw pointers with local vars, CAS-12410 | | CAS-12410 |
Sanjay Bhatnagar | 19824e36c16M | Merge branch 'ARD-16' of https://open-bitbucket.nrao.edu/scm/casa/casa into ARD-16 | | ARD-16 |
Sanjay Bhatnagar | d0403922a26 | 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 Jagannathan | 27204a41df1 | Fixed bracket clashes in PhaseGrad | | |
Preshanth Jagannathan | 90bc1ab7732 | Changes to apply the same PO for every antenna | | |
Preshanth Jagannathan | 5ced0a61990M | Merge branch 'ARD-15' into ARD-16 | | 2 Jira issues |
Ville Suoranta | 3d23724a537M | Merge pull request #935 in CASA/casa from CAS-12376 to master* commit 'f6674f662ff17156e21d588f9d3d73f3163e2bfe':
log message correction
add some std::endl to log at strategic places
CAS-12376 added logging for cases | | CAS-12376 |
Ville Suoranta | 30eff945bf3M | Merge pull request #934 in CASA/casa from bugfix/CAS-12411 to master* commit '6b265d85c5845db838006d33f2c7ad0758aae5b6':
Commented out a debug message
Apply pbmask before stats for fastnoise=True case | | CAS-12411 |
Takeshi Nakazato | 06b05531969 | CAS-12407 update reference for pipelineTest_almasd | | CAS-12407 |
Ville Suoranta | 3af3e250fbaM | Merge pull request #933 in CASA/casa from CAS-10593 to master* commit '6ffde51cf81e4dab75ee9eceec56fc2edf758f14':
grammar correction
fix some grammatical issues with ft, predict docs
doc update for psfphasecenter cas-12350
Updtaed the docs for imager.ft and simulator.predict and added a unit test tPredictComp
Added full spectral support when predicting component list with a beam corruption Fixed plenty of bugs that seems to have collected for c... | | CAS-10593 |
Takahiro Tsutsumi | 6b265d85c58 | Commented out a debug message | | |
Takahiro Tsutsumi | e8fba738cf7M | Merge branch 'CAS-11917' into bugfix/CAS-12411This is the latest modification related to CAS-11997 | | 3 Jira issues |
Federico Montesino Pouzols | d629145edb1 | missing delete, CAS-12410 | | CAS-12410 |
Federico Montesino Pouzols | f221fbb28b6 | fix leaks by replacing raw pointers with local vars, CAS-12410 | | CAS-12410 |
Ville Suoranta | c7e6a195a86M | Merge pull request #932 in CASA/casa from CAS-12396 to master* commit 'cf7b4f0ea7932a89c6c79d20748b4808876ccf23':
vagaries of varargs wrt bool | | CAS-12396 |
Preshanth Jagannathan | ab77eee3dab | Sign flipped back in Pointing Offsets | | |
Kumar Golap | 6ffde51cf81 | grammar correction | | |