1. casa
  2. casa5

Commits

AuthorCommitMessageCommit dateIssues
Preshanth JagannathanPreshanth Jagannathan
699def8b872Fix for the cfcache checking for every gridder in imager_base.py
Preshanth JagannathanPreshanth Jagannathan
df007602b20MMerge 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 antennas2 Jira issues
Preshanth JagannathanPreshanth Jagannathan
6d373afa1b4MMerge branch 'bugfix/CAS-11191' into ARD-21The merge now contains mosaic gridder without the psf division2 Jira issues
Preshanth JagannathanPreshanth Jagannathan
c641c04387cMMerge branch 'ARD-15' into ARD-212 Jira issues
Sanjay BhatnagarPreshanth JagannathanSanjay Bhatnagar
b19bd9a5003Added complication of PointingOffsets class.
Preshanth JagannathanPreshanth Jagannathan
1929ae880abMMerge branch 'bugfix/CAS-11191' into ARD-212 Jira issues
Sanjay BhatnagarSanjay Bhatnagar
039447bcf8cOnly 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 BhatnagarSanjay Bhatnagar
5f49f5d98f1SyImVi2: 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 GolapKumar Golap
b6d126b8facremoving the division of the psf with weight image ...so that now the residual and psf are treated differently as it was before
Kumar GolapKumar Golap
923da374a5cMMerge branch 'master' into bugfix/CAS-11191CAS-11191
Kumar GolapKumar Golap
87c06c962a4throw exception when programmer calls erroneously
Ville SuorantaVille Suoranta
9e671bae308Update release version to 5.6.0
Ville SuorantaVille Suoranta
e653b02bfe1MMerge 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 mosaicCAS-11868
ksugimotoksugimoto
8097d482aedTriggering a new casa-prerelease build with pipeline trunk.
Kumar GolapKumar Golap
d3f013a0ef1MMerge branch 'master' into bugfix/CAS-11868CAS-11868
Sanjay BhatnagarSanjay Bhatnagar
f273221ad08Fixed 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 BhatnagarSanjay Bhatnagar
dbfc068fb63Reverting the change in imager_base. dryGridding() route for serialrun works, but reloadCFCache() does not.
Sanjay BhatnagarSanjay Bhatnagar
0626605d658ATerm, 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 SuorantaVille Suoranta
498263fa374MMerge pull request #941 in CASA/casa from CAS-12416 to master* commit 'fbd1bfc2a67ad64fa2393eafc012d83a57e78b93': begin integration grpc connection for viewerCAS-12416
Ville SuorantaVille Suoranta
5cb92aeb582MMerge pull request #943 in CASA/casa from CAS-12418 to master* commit '57a8b7f3f4a3bcf64e918e4ccb22aa466710021d': CAS-12418 squash linux compile warnings re: uninitialized variablesCAS-12418
Ville SuorantaVille Suoranta
37cc6381e97MMerge 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 BhatnagarSanjay Bhatnagar
26ade02ab36Using SynthsisUtils::nint() instead of int() get the index of thenearest W-term CF in nearestWNdx() method.
Ville SuorantaVille Suoranta
fc11f5235e7MMerge pull request #938 in CASA/casa from CAS-12414 to master* commit '4668c461300f3f25c7896a1a3f060705ee42c97d': CAS-12414 init variable to squash gcc compiler warningCAS-12414
David MehringerDavid Mehringer
57a8b7f3f4aCAS-12418 squash linux compile warnings re: uninitialized variablesCAS-12418
Darrell SchiebelDarrell Schiebel
103ad5fa0c5MMerge pull request #942 in CASA/casa from bugfix/CAS-9842 to master* commit 'bae771b82c550cc8a0ac22462d828c79d4e0282b': CAS-9842 Fixed wrong description of infile parameterCAS-9842
Darrell SchiebelDarrell Schiebel
fbd1bfc2a67begin integration grpc connection for viewer
Darrell SchiebelDarrell Schiebel
2962559786cinitial grpc interface to viewer
Pam FordPam Ford
cb5ae28e7b9MMerge pull request #939 in CASA/casa from CAS-12413 to master* commit 'fbfeb12ea1886bf912331e12fd88a630ea2ebe87': CAS-12413 squash gcc compiler warnings on linuxCAS-12413
Darrell SchiebelDarrell Schiebel
7f5ecbbfb94change grpc servers so they can support multiple service types (e.g."interactive-clean", "image-view" and "shutdown")
Darrell SchiebelDarrell Schiebel
ed73ccb0117add proto for shutdown of casa services via grpc
David MehringerDavid Mehringer
4668c461300CAS-12414 init variable to squash gcc compiler warningCAS-12414
David MehringerDavid Mehringer
fbfeb12ea18CAS-12413 squash gcc compiler warnings on linuxCAS-12413
Ville SuorantaVille Suoranta
a8eed6dba10MMerge pull request #937 in CASA/casa from CAS-12407 to master* commit '06b05531969c534c8645cf3a4585058f0b1ab4f6': CAS-12407 update reference for pipelineTest_almasdCAS-12407
Ville SuorantaVille Suoranta
98f2bdb5485MMerge 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-12410CAS-12410
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 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
Ville SuorantaVille Suoranta
3d23724a537MMerge 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 casesCAS-12376
Ville SuorantaVille Suoranta
30eff945bf3MMerge 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 caseCAS-12411
Takeshi NakazatoTakeshi Nakazato
06b05531969CAS-12407 update reference for pipelineTest_almasdCAS-12407
Ville SuorantaVille Suoranta
3af3e250fbaMMerge 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 TsutsumiTakahiro Tsutsumi
6b265d85c58Commented out a debug message
Takahiro TsutsumiTakahiro Tsutsumi
e8fba738cf7MMerge branch 'CAS-11917' into bugfix/CAS-12411This is the latest modification related to CAS-119973 Jira issues
Federico Montesino PouzolsFederico Montesino Pouzols
d629145edb1missing delete, CAS-12410CAS-12410
Federico Montesino PouzolsFederico Montesino Pouzols
f221fbb28b6fix leaks by replacing raw pointers with local vars, CAS-12410CAS-12410
Ville SuorantaVille Suoranta
c7e6a195a86MMerge pull request #932 in CASA/casa from CAS-12396 to master* commit 'cf7b4f0ea7932a89c6c79d20748b4808876ccf23': vagaries of varargs wrt boolCAS-12396
Preshanth JagannathanPreshanth Jagannathan
ab77eee3dabSign flipped back in Pointing Offsets
Kumar GolapKumar Golap
6ffde51cf81grammar correction

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

Add shortcut