Build: #3 was successful Changes by Ville Suoranta
Code commits
casa6
-
Ville Suoranta cc71320c4e1ba2b25bc0142e08efea3a71424f4d
Merge branch 'master' into CAS-9094
-
Ville Suoranta 4240debd07aaabd06b8bb7e054c2b89279aa8801 m
Pull request #841: CAS-14162
Merge in CASA/casa6 from CAS-14162 to master
* commit '95259f99590c8c9dc4e6ae202582751cb1fcdf59': (26 commits)
Remove #include <string.h>
Adapt the instructions to the new casaconfig
Create data directory
Fix final message
Remove unnecessary include
Fix compilation with gcc 13.2
Fix the final text on successful build
Make significant changes related the removal of .ONESHELL
Add some commands to get the proper python virtual env.
Update readme.md (CAS-14162)
Update readme.md (CAS-14162)
Add further clarifications for debugging cmake compilation
Further clarifications on modular build documentation Fixes partially CAS-14162
Further improvements to modular build documentation Fixes partially CAS-14162
Update readme.md to add links, tweak macOS build (CAS-14162)
Update readme.md to escape U+1F60E emoji (CAS-14162)
Fix typos in build documentation
Some further improvements to build system documentation Fixes partially CAS-14162
Fix issues in the build instructions found during verification. Fixes partially CAS-14162
Fix issues with casatools wheel creation
... -
Neal Schweighart ab4ded97aab93c13a474c25e5f3b4044d5edf355 m
Pull request #842: CAS-14382
Merge in CASA/casa6 from CAS-14382 to master
* commit '5f09eac5811a1590a5825e41fa189531b8973a40':
Fixed check for existing file
fixed path to data issues and updated connection failure message
moved igs_file parameter creation outside of the try statment... Still looking at why the mac build is failing on the branch
Put the whole attempt to grab data in the try
first attempt at switching to using ftplib for getting tec data -
Neal Schweighart 5f09eac5811a1590a5825e41fa189531b8973a40 m
Merge branch 'master' into CAS-14382
-
Neal Schweighart b1ccaf0eb258417655f35a20dd4f568687ed2bb5 m
Fixed check for existing file
-
Urvashi Rao Venkata fce755e7600b31565ee6b1c93a46c0a0aa2533a3 m
Pull request #840: CAS-14392
Merge in CASA/casa6 from CAS-14392 to master
* commit '57e8a68eceb8d7edf6844213330e7cff3fe64ba0':
fix logging statement -
Ville Suoranta 95259f99590c8c9dc4e6ae202582751cb1fcdf59 m
Remove #include <string.h>
-
Urvashi Rao Venkata 57e8a68eceb8d7edf6844213330e7cff3fe64ba0 m
Merge branch 'master' into CAS-14394
-
Takahiro Tsutsumi 6b1210c8844f0e6698bfacc4d6e9639a2436ef63 m
Pull request #839: CAS-14399
Merge in CASA/casa6 from CAS-14399 to master
* commit '397078110eeaecdee274d4934fcc118204a3afc8':
Fixed a typo
Modified the error messages
Remove use of AipsRoot for searching datapath -
David Mehringer 8d38b26c97c751150c58834dd32c77f88e7c9875 m
Pull request #838: CAS-14396 fix includepix exclude pix types in imfit
Merge in CASA/casa6 from CAS-14396 to master
* commit 'edb4dfcfcdde8cf828fbb82910e4d796e4ec4c47':
updated tests to python unittest, made includepix/excludepix doubles
fix includepix exclude pix types -
Akeem Wells c5a1ef1cd720b7c17c984855176b40eda2e57bc4 m
Pull request #837: CAS-14357
Merge in CASA/casa6 from CAS-14357 to master
* commit '1c1ed89c02d57f7772e27937a1e21b723f01ca7c':
Add check for when component list is empty. If yes, use default list of tests
Add update to documentation for rcdir, fix for bug in converter when test crash with segfault using xmlrunner
Rename rcdir to new parameter cachedir. path to users writable folder for internal files (formerly this was set using rcdir) -
Takahiro Tsutsumi 397078110eeaecdee274d4934fcc118204a3afc8 m
Merge branch 'master' into CAS-14399
-
Takahiro Tsutsumi 7ec38554df3a0b158f7fde5c290bc28f8199751d m
Fixed a typo
-
C. Enrique Garcia Dabo 38baec6728d5534a3f6f4b4779ac4a9f40a16ec2 m
Merge branch 'master' into CAS-14162
-
Ville Suoranta c09773cc055458335dfc85595e3d1e6af91576dd m
Pull request #836: CAS-14395
Merge in CASA/casa6 from CAS-14395 to master
* commit '560dea0eff2ed632e117239f3611991f9c64a0c1':
Trigger a build
Convert numpy datatypes to built-in types in task_defintent.py
numpy.NaN to numpy.nan
numpy.alltrue to numpy.all
Convert numpy datatypes to built-in types
Change numpy.bytes_ to numpy.str_ in task_sdimaging.py
Fix numpy deprecations in task_sdimaging.py
Specifying thrown exceptions is a deprecated idiom:
string.h must be included to use strerror
changes to support numpy v2 [CAS-14395] -
Ville Suoranta 560dea0eff2ed632e117239f3611991f9c64a0c1 m
Merge branch 'master' into CAS-14395
-
Ville Suoranta 224f12dc24550f96bdcf35635c9d6a656b543d93 m
Pull request #835: CAS-14397
Merge in CASA/casa6 from CAS-14397 to master
* commit '52e96fcaaf5475ba3ae098dfa9e9b9d9310e8d31':
Replace unary_function
Add -D_LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION only on Macs and Xcode15
Add -D_LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION compile definition
Restore UtilJ.h
Remove __unary_function
Fixx C++17 deprecations -
Takahiro Tsutsumi 25d1d3ae72ce50b2f59ea5cee78ffb50355a8f9f m
Modified the error messages
-
Akeem Wells 1c1ed89c02d57f7772e27937a1e21b723f01ca7c m
Merge branch 'CAS-14363' into CAS-14357
-
Akeem Wells b7ac4adc6dcd34d6bd020152f3ea08c70f28d9c2 m
Merge branch 'master' into CAS-14357
-
Akeem Wells 72ef189801b63d24529d24f5901b755aefe4f7cd m
Add check for when component list is empty. If yes, use default list of tests
-
Ville Suoranta 070728e41ee0605ae387f1054814129acf0758d3 m
Trigger a build
-
Ville Suoranta e3061579c067da590b0b1a493d3f7ae68a92cae8 m
Convert numpy datatypes to built-in types in task_defintent.py
-
Ville Suoranta f5c33e651fce2db5e2b4a293c0db8ae6c6460762 m
numpy.NaN to numpy.nan
-
Ville Suoranta ef360a5a2608090330c9712d01bb576a0e6b24a4 m
numpy.alltrue to numpy.all
-
Ville Suoranta cb048b8406301d763e1526719a92ea9774f6ae83 m
Convert numpy datatypes to built-in types
-
Ville Suoranta e486ccdf2bb3075a3694a863e0aa36a3090dda1a m
Change numpy.bytes_ to numpy.str_ in task_sdimaging.py
-
Ville Suoranta ffb211f657d11d469663a1a8470d0c37a817352c m
Fix numpy deprecations in task_sdimaging.py
-
Akeem Wells 864f4166a06aa7619a181874d1223dd1f08c9f4d m
Pull request #834: CAS-14388
Merge in CASA/casa6 from CAS-14388 to master
* commit '0e7a0d1357c10e6094e1e0c9a7f8594ba886edea':
Update test_eop_usno and test_eop_iers to use absolute mode when using testhelper compTables
Update testhelper to use math.isclose instead of manual calculation
Change mode comparison from percentage to absolute -
Darrell Schiebel <darrell@schiebel.us> e6fcbd57f9ae643bafe80b82cb8d899dcc479755 m
Specifying thrown exceptions is a deprecated idiom:
casatools/src/code/synthesis/TransformMachines2/BeamSkyJones.h:340:70: error: ISO C++17 does not allow dynamic exception specifications
340 | const casacore::MDirection &dir2) const throw(casacore::AipsError);
| ^~~~~ -
Darrell Schiebel <darrell@schiebel.us> f8f2e6400bad9fe7a1885eb157024917e94df640 m
string.h must be included to use strerror
-
Darrell Schiebel <darrell@schiebel.us> 57b4047fa195903fc67088ca4d41c162e4930352 m
changes to support numpy v2 [CAS-14395]
- casatools/binding/source/conversions_python.cc (version 57b4047fa195903fc67088ca4d41c162e4930352) (diffs)
- casatools/binding/source/npy_2_compat.h (version 57b4047fa195903fc67088ca4d41c162e4930352) (diffs)
- casatools/binding/source/npy_2_complexcompat.h (version 57b4047fa195903fc67088ca4d41c162e4930352) (diffs)
-
Takahiro Tsutsumi 43bd36cc7b7d20eeddeccf837149d7541e9bfbb1 m
Remove use of AipsRoot for searching datapath
-
George Moellenbrock 49cd1586aeed711541d24b08a4e20a5477eff938 m
Pull request #833: CAS-14385
Merge in CASA/casa6 from CAS-14385 to master
* commit '8a29561ea99f51dd59e59031da2ced3e1e58f083':
I somehow had the test in the wrong level of the directory... Should be finding the right test now
updated test data paths
enabled the table comparision to the ref table
For CAS-14385, repaired access to data repo for VLA gaincurves in EJones.cc; updated test_task_gencal to include VLA-specific gaincurve caltable generation test. -
Akeem Wells 0e7a0d1357c10e6094e1e0c9a7f8594ba886edea m
Update test_eop_usno and test_eop_iers to use absolute mode when using testhelper compTables
-
David Mehringer d390e0548669c4ed9abf432bf369db9f060bdbea m
fix logging statement
-
Akeem Wells 719e43386abaaa48183395fedcb050ace44a9408 m
Merge remote-tracking branch 'origin' into CAS-14388
-
Takeshi Nakazato 4984c9aab00152f6c0c582beecaae91ce7d80c3f m
Pull request #832: CAS-14171
Merge in CASA/casa6 from CAS-14171 to master
* commit '7dc0539c7526704f547cf4f6230febf1e5f5052a':
refactoring
Refactoring for readability
Fail explicitly when exception occured during eval
add warning comment on possible intermittent failure
use f.tell() to get offset position
CAS-14171 add unit test for bug fix
CAS-14171 sort processSpwList_
CAS-14171 sort input collection for std::set_difference -
Inna Muzychenko fa1032522d3c86985a8fdb3d50b62c051942df7f m
Pull request #831: CAS-13670
Merge in CASA/casa6 from CAS-13670 to master
* commit '034f2ec7ab8ae7e000e4ebe11a1a9a0f035889f3': (30 commits)
Revert "Delete workspace.xm"
Delete workspace.xm
Fix the error of the reference in the tests
Changes according to the NAOJ code review Refs #2679
Change according NAOJ code review Refs #2658, add minor fixes
Change according NAOJ code review Refs #2658, change to assertAlmostEqual
Changes according to the NAOJ code review Refs #2658
Changes according to the NAOJ code review Refs #2663
Changes according to the NAOJ code review Refs #2670
Changes according to the NAOJ code review Refs #2671
Changes according to the NAOJ code review Refs #2660
Changes according to the NAOJ code review Refs #2658
Changes according to the NAOJ code review Refs #2663
Fix message in sdbaseline_outbltableTest.test305
Add test for sinusoid fitting in variable
Changes according to the NAOJ code review Refs #2651
Changes according to the NAOJ code review Refs #2653
Changes according to the NAOJ code review Refs #2652
Changes according to the NAOJ code review Refs #2650
Changes according to the NAOJ code review Refs #2647
... -
Takeshi Nakazato 7dc0539c7526704f547cf4f6230febf1e5f5052a m
Merge branch 'master' into CAS-14171
-
Muzychenko Inna <inna.muzychenko@ana01.alma.nao.ac.jp> 034f2ec7ab8ae7e000e4ebe11a1a9a0f035889f3 m
Revert "Delete workspace.xm"
This reverts commit a65ad25bf3e6daffea13c911395ee6c3eb428b07. -
Ville Suoranta 52e96fcaaf5475ba3ae098dfa9e9b9d9310e8d31 m
Replace unary_function
-
Ville Suoranta 47f04ca262075b9cb1535029da0af1e95ad37479 m
Add -D_LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION only on Macs and Xcode15
-
Ville Suoranta f60718b7f232446d005f111397d04750b2fbf65e m
Add -D_LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION compile definition
-
Ville Suoranta 471fa341920230c1cbefc6b1ab22a82c574881d7 m
Restore UtilJ.h
-
Ville Suoranta 1658a8bb29a75347eca82677c08fbeddf76d6358 m
Remove __unary_function
-
Ville Suoranta e41786f5b40bec8f8e39563bd87ebec93e300b36 m
Fixx C++17 deprecations
- casatools/src/code/stdcasa/UtilJ.h (version e41786f5b40bec8f8e39563bd87ebec93e300b36) (diffs)
- casatools/src/code/synthesis/MeasurementComponents/CExp.h (version e41786f5b40bec8f8e39563bd87ebec93e300b36) (diffs)
- casatools/src/code/synthesis/MeasurementComponents/CExp.new3.h (version e41786f5b40bec8f8e39563bd87ebec93e300b36) (diffs)
- casatools/src/code/synthesis/TransformMachines2/BeamSkyJones.cc (version e41786f5b40bec8f8e39563bd87ebec93e300b36) (diffs)
- casatools/src/code/synthesis/TransformMachines2/BeamSkyJones.h (version e41786f5b40bec8f8e39563bd87ebec93e300b36) (diffs)
-
C. Enrique Garcia Dabo 447420be9fe63e8e54e057d11dfad898aeee96d8 m
Adapt the instructions to the new casaconfig
-
David Mehringer edb4dfcfcdde8cf828fbb82910e4d796e4ec4c47 m
updated tests to python unittest, made includepix/excludepix doubles
-
C. Enrique Garcia Dabo f2a18aadd2d424d9b64008a3b35cd7bbe82168a3 m
Create data directory
-
C. Enrique Garcia Dabo 63dfe2e7067fbec90290d9b8f589077d9db9227d m
Fix final message
-
David Mehringer d00a970137878e5c3d1d2cde30b717cedf4603ae m
fix includepix exclude pix types
-
Takeshi Nakazato 53c82146ccbd9b3f3854277c95a918ba02cc0ecc m
Pull request #828: CAS-14345
Merge in CASA/casa6 from CAS-14345 to master
* commit 'd1acbde20e5f9c8232703f5535ff6a2aa47b4169':
Fix docstring issue
using regex partial match (m) instead of full string match (p)
Use TaQL to manipulate MS
use onlyparse mode
Fixed typo
CAS-14345 test correction factor directly
CAS-14345 add unit test for the fix
CAS-14345 mitigate boundary effect of the convolution operation -
Muzychenko Inna <inna.muzychenko@ana01.alma.nao.ac.jp> d6bcda5a91b89e81de6cb57a1fe1bdb5ce35442a m
Merge branch 'master' into CAS-13670
-
David Mehringer 84ad534f95202db28a359a8c112d8e7b8303a607 m
Pull request #830: CAS-14393 increased threshold so test will pass RH8.8
Merge in CASA/casa6 from CAS-14393 to master
* commit 'd0e8192aea6f26f63e02c59f1089a033d9d2bafe':
CAS-14393 increased threshold so test will pass RH8.8 -
Akeem Wells 0072c7fe7760a4d9c10d3684f8669c44dd9bfc2b m
Pull request #829: Correct name of test in component_to_test_map
Merge in CASA/casa6 from CAS-14354 to master
* commit 'b9ab9def1687fa91443e4a6b6cbf75228927e44d':
Correct name of test in component_to_test_map -
David Mehringer d0e8192aea6f26f63e02c59f1089a033d9d2bafe m
CAS-14393 increased threshold so test will pass RH8.8
-
Neal Schweighart 8a29561ea99f51dd59e59031da2ced3e1e58f083 m
I somehow had the test in the wrong level of the directory... Should be finding the right test now
-
Neal Schweighart 2b0bf8a704407079f111716cb666ce7b4620fefe m
updated test data paths
-
Takeshi Nakazato d1acbde20e5f9c8232703f5535ff6a2aa47b4169 m
Merge branch 'master' into CAS-14345
-
Neal Schweighart cf4f6e3bd2abd7c26fd83c2bd8ba89d910786ca1 m
enabled the table comparision to the ref table
-
Akeem Wells b9ab9def1687fa91443e4a6b6cbf75228927e44d m
Correct name of test in component_to_test_map
-
Akeem Wells 05ad9378f3615949a03eb03767badb2457baa655 m
Update testhelper to use math.isclose instead of manual calculation
-
Akeem Wells d6404ca92afccb686c3efccba4149aa2895039f7 m
Change mode comparison from percentage to absolute
-
Neal Schweighart 513ff20500108d650eec63e337ac1523179a37aa m
fixed path to data issues and updated connection failure message
-
Neal Schweighart b5adfb41a9012ab83f589a10572ee30eb1bc44ba m
moved igs_file parameter creation outside of the try statment... Still looking at why the mac build is failing on the branch
-
Akeem Wells 29ebc5642c4c8ef9b960598e3b35c913dd84c0ec m
Add update to documentation for rcdir, fix for bug in converter when test crash with segfault using xmlrunner
-
Akeem Wells 9948805735f7db636de5288ce580d52c61b5a082 m
Merge branch 'master' into CAS-14357
-
Neal Schweighart 09dd63da5049e1658f93f7f1f4eb9f3d06af4314 m
Put the whole attempt to grab data in the try
-
Neal Schweighart e7e1b22dc3092f4849d5ef46bf66852d24b71d31 m
Pull request #826: CAS-13029
Merge in CASA/casa6 from CAS-13029 to master
* commit '688ebd7127b0f9270a174b857b5b72aeac52d8dd':
For CAS-13029, for RQ, include digital effects in gain and add requantizer scale factors to Tsys (for wt cal); for SWPWTS, include digital and requantization factors (like RQ); temporarily trivialize the corresponding gencal test
updated the xml to include description of to include new swpwts param
I missed a tb...
corrected tb to _tb
added description to new test case and added an additional assert checking that the values used to adjust weights are not 1's
added gencal test case for new mode
Fixed issue with not recognizing new swpwts mode
swpowwts mode was getting registered as swpow mode instead. Chagning the new mode name to swpwts...
Added swpowwts as an allowed value in the xml
Fix unallowed values swpowts
Added SWPOWWTS to member of EVLASwPow types
Added SWPOWWTS cases to EVLA switched power -
George Moellenbrock ff8f39caa0481cb85cdb777e5a753872e3a28372 m
For CAS-14385, repaired access to data repo for VLA gaincurves in EJones.cc; updated test_task_gencal to include VLA-specific gaincurve caltable generation test.
-
Neal Schweighart 688ebd7127b0f9270a174b857b5b72aeac52d8dd m
Merge branch 'master' into CAS-13029
-
Neal Schweighart 359c0ea8bfa9e3336d51a70ec1757519b7830e81 m
first attempt at switching to using ftplib for getting tec data
-
George Moellenbrock d65ab812803a27bac6b381f068a5647ab0df1945 m
Pull request #820: CAS-13003
Merge in CASA/casa6 from CAS-13003 to master
* commit 'f3a65179ef2d232f914d442da59e1b16cf67a3d0':
CAS-13003: Adjust tolerance in EOP correction tests
CAS-13003: Add more tests
CAS-13003: Fix error message
CAS-13003: Improve handling if missing EOP data
CAS-13003: Implement 'eop' mode in gencal task -
Takeshi Nakazato f5135920bf35f833713116024e6823311fd5798b m
Merge branch 'master' into CAS-14345
-
Takeshi Nakazato 94964acc9edcdc7fb2db7e38bebe31ec827176aa m
Fix docstring issue
NAOJ code review Refs #2680 -
Kumar Golap f87c3aa81393ca7f0697dd9bb061ca3208a0bba9 m
Pull request #825: CAS-13908
Merge in CASA/casa6 from CAS-13908 to master
* commit '6040027beb565553214f9745ac8cefeb7647af3e':
copied the fix from CAS-14152 for good form
Updated test_multifield_cube_exttab_eph to verify the bug for the explicit specification of the ephemeris table when perchanweightdensity=True is used.
Added setting of the explicit ephemeris table name in initializeFTMachine
remove a debug line
Fix in the briggs weighting when using ephemtable
more debug statements were added
Add a debug statement
add some debug statements
add debug statements
Modify unit tests for ephemeris object imaging with an external ephemeris table
Revert the change missed in last commit
Revert getPhaseCenter code changes since this can lead to scinetifically incorrect results
Commented out some of the print statements for debugging
Add unit tests for ephmeris object imaging with an external eph. table
Add external ephemeris table path to VisBufferUtils::getPhaseCenter and make the path override the existing internal ephemeris table path -
Mark Kettenis <kettenis@jive.eu> f3a65179ef2d232f914d442da59e1b16cf67a3d0 m
CAS-13003: Adjust tolerance in EOP correction tests
-
Muzychenko Inna <inna.muzychenko@ana01.alma.nao.ac.jp> a65ad25bf3e6daffea13c911395ee6c3eb428b07 m
Delete workspace.xm
-
Bob Garwood de0502d12ad34e22f27f94be1ce185177426bbae m
Pull request #824: CAS-14362 : check that each element of datapath exists before using it in os.path.samefile to check to see if it's the same as measurespath
Merge in CASA/casa6 from CAS-14362 to master
* commit '3581bd6c52f7dbb411721f83553d9520eed02739':
CAS-14362 : check that each element of datapath exists before using it in os.path.samefile to check to see if it's the same as measurespath -
Sandra Castro c10a35af3a50a0e88e599eea51c2d76f1b4dcbf1 m
Pull request #822: CAS-14319
Merge in CASA/casa6 from CAS-14319 to master
* commit 'e25a7f9170266ae02ea7051be700eb9334e74145':
Modified the calculation to have the peak flux instead of the total flux. Modified the expected values for the peak flux to use the original values taken from running with casa 5.6.1/5.6.2 as in the original criteria files. Removed the redundant parameters added previously to importasdm for the 12m's test, as mentioned in the code review.
For consistency, renamed flags_final to flags_applycal.
Added the new test_stk_srdp_restore_mode.py to the component_to_test_map.json file for automatically running in Bamboo.
Added help text for check_val() function.
Modified the expected values to use those taken from a run with casa-6.5.4-9-pipeline-2023 for reference.
Added the same 0.01 tolerance to the check on the statwt mean and variance comparisons.
Added initializer for self.parallel=False
Added the support to run tclean in parallel. If casa is started with mpicasa, it will automatically run tclean in parallel.
Added test case for ALMA 7m. Added weblog functionality.
First draft of the stakeholder tests for SRDP using the restore mode of the pipelines for ALMA 12m and the VLA. The datasets associated to these tests still need to be added to the repository. -
Bob Garwood 3581bd6c52f7dbb411721f83553d9520eed02739 m
CAS-14362 : check that each element of datapath exists before using it in os.path.samefile to check to see if it's the same as measurespath
-
Muzychenko Inna <inna.muzychenko@ana01.alma.nao.ac.jp> b00b4edc713c21d7d9afe17d77f75070feb39aab m
Merge branch 'master' into CAS-13670
-
Muzychenko Inna <inna.muzychenko@ana01.alma.nao.ac.jp> 91d01af6fdaad38ce9e2e3e11ed6dfa8a03f3ab5 m
Merge with latest master
-
Ville Suoranta 7c4bb8479a6ab3f9ab5e2ffe02270e78d637c27d m
Trigger a build
-
Kumar Golap 6040027beb565553214f9745ac8cefeb7647af3e m
Merge branch 'master' into CAS-13908
-
Takahiro Tsutsumi 05e1de7bcfa15cdaeab6829b3fe937a224988c7e m
Pull request #819: Removed .alpha.pbcor from image list
Merge in CASA/casa6 from CAS-14359 to master
* commit 'f5551dc00ce4f562c09e8f4b5175940adaea2af9':
Removed .alpha.pbcor from image list as the image with the extension is longer produced in mtmfs after CAS-13814. -
Muzychenko Inna <inna.muzychenko@ana01.alma.nao.ac.jp> 60afcc97c4f5e772d3e8026f5c5bd6a0005b091e m
Fix the error of the reference in the tests
-
Muzychenko Inna <inna.muzychenko@ana01.alma.nao.ac.jp> 82550637141b9cfcb675b34b2276a6d672a5325e m
Changes according to the NAOJ code review Refs #2679
-
Sandra Castro e25a7f9170266ae02ea7051be700eb9334e74145 m
Modified the calculation to have the peak flux instead of the total flux. Modified the expected values for the peak flux to use the original values taken from running with casa 5.6.1/5.6.2 as in the original criteria files. Removed the redundant parameters added previously to importasdm for the 12m's test, as mentioned in the code review.
-
Takeshi Nakazato 7a29596c78b3902fa8a3fe2414e91e06e2053e9f m
using regex partial match (m) instead of full string match (p)
-
Takahiro Tsutsumi f5551dc00ce4f562c09e8f4b5175940adaea2af9 m
Removed .alpha.pbcor from image list as the image with the extension is longer produced in mtmfs after CAS-13814.
-
Akeem Wells 4b435a57cb83e8af30262fcab12293a25b60bfb7 m
Rename rcdir to new parameter cachedir. path to users writable folder for internal files (formerly this was set using rcdir)
-
Sandra Castro c69e70bca658bdc018a301cb7f2a7a4a524e3876 m
Pull request #817: Switched usescratch to False in setjy of the VLA stakeholder tests
Merge in CASA/casa6 from CAS-14355 to master
* commit '3121514416d80aca0388246feb74103d592f79c4':
Switched usescratch to False in setjy, as it was originally in the casaguides. This will allow this test to monitor the use of virtual model column in that CASA code. -
Sandra Castro 40022fc2a2a2aad6bf878dd7596c16e6efe5aaa7 m
Merge branch 'master' into CAS-14319
-
Takeshi Nakazato 05281c0f003cd8bc47d578cac9ff8f6efb4f25ab m
Use TaQL to manipulate MS
NAOJ code review Refs #2673 -
Muzychenko Inna <inna.muzychenko@ana01.alma.nao.ac.jp> 57cf45d7569ff8603b537e2654587c44fce3be42 m
Change according NAOJ code review Refs #2658, add minor fixes
-
Takeshi Nakazato c00db27e4bb4dbe2a22514c18a527b64f48071d6 m
use onlyparse mode
NAOJ code review Refs #2676 -
Takeshi Nakazato 77133d42e2b7fc0a25d1b4c2961142be70c09650 m
Fixed typo
NAOJ code review Refs #2674, #2675 -
Sandra Castro 3121514416d80aca0388246feb74103d592f79c4 m
Switched usescratch to False in setjy, as it was originally in the casaguides. This will allow this test to monitor the use of virtual model column in that CASA code.