Build: #5 was successful
Job: Test Casalith Many Linux 2.28 Py3.12 was successful
Code commits
CASA6
-
Des Small 93f24986e972db3e9803b9f76d350598311da10a
Re-asserting that fringefit doesn't allow orphan timesteps
In a future release we should allow single time fringefit if not solving for delay, just as we allow single channel fringefit
when not solving for rate, but now is not the time. -
Des Small 749ab91d5875e60ee94fc139bb2b0e9acea50e04
Merge branch 'master' into CAS-14726
-
Kumar Golap 2cb32bcb39e5744aa06c93ace2cc9cc089a1de6d m
Pull request #1024: CAS-14672
Merge in CASA/casa6 from CAS-14672 to master
* commit '7939dcd2725a8f21a815277e7ded37f038d9e00b':
mode mvc was not synchronising the number of major cycles in the PySynthesisImager object that does the mfs deconvolution -
Akeem Wells 6646c9ff1254ab7d1282e14df56990a642278a70 m
Pull request #1023: CAS-14542
Merge in CASA/casa6 from CAS-14542 to master
* commit '3525ae31ab2256d91b1b75132368ce6dc74b3d10':
Move Bamboo function to atlassian_helper. Minor fix to pytest command line checking. Syntax updates
Add skipped plotweather tests to main test suite
Comment out skipped tests in plotbandpass. Update component map
Extend Checking of Skips to classes. Add Documentation
Add new pytest command line option to override skip -
Victor de Souza Magalhaes 61020062cee290f5466cffed5ec5032e0c7a3434 m
Pull request #1022: CAS-14642
Merge in CASA/casa6 from CAS-14642 to master
* commit 'd33b16358c14e79b73a2ef239c1ac5b8c64ec017': (81 commits)
Removed long description and exampels from xml/pccor.xml
Added a time range without a explicit date, removed tests that used fallback_to_fringefit.
Removed parameter fallback_to_fringefit.
Fixed a typo in pccor.xml and also added an example using a timerange with no explicit date.
PCCOR timerange now supports a initial time without a date (the first date of the ms is used in this case).
Prepended the name of all private pccor functions with _pccor_.
Changed test_solutionValues tolerance to 1e-5.
Changed tolerance on test_solutionValues and also added more relevant metrics to evaluate failure.
Changed test_solutionValues test to use np.allclose rather than testing that np arrays are equal.
Update test_task_pccor to replace try statements with assertRaises. Split tests into multiple test cases. Add test_task_pccor to component map
Added test on split MSes.
Changed missing_pc_data string parameter to a boolean called fallback_to_fringefit.
Tagged scans and field_ids as NaNs for pulse cal times in which no visibilities exist in the MS, which lets me filter them out when saving data to the on disk pulse_cal table, the solutions are still available in the return_dict.
Added setup and teardown methods to test_task_pccor.py
Implemented test_solutionValues in test_task_pccor.py
Implemented test_provideFringeFitTable in test_task_pccor.py
Fixed raising of RuntimeError when given fringefit caltable and requested timerange are incompatible.
Added test_parseScanAndTimerange to test_task_pccor.py
Improved timerange parsing and changed a generic exception to a ValueError.
Implemented parseSpw test.
... -
Akeem Wells 3525ae31ab2256d91b1b75132368ce6dc74b3d10 m
Merge branch 'master' into CAS-14542
-
Victor de Souza Magalhaes d33b16358c14e79b73a2ef239c1ac5b8c64ec017 m
Removed long description and exampels from xml/pccor.xml
-
Bob Garwood 299e8a4174f909ffbba6acce264ccc3d3a4e092e m
Pull request #1020: CAS-14721
Merge in CASA/casa6 from CAS-14721 to master
* commit 'bd2244ca347eb757e7d535e26dc3869b98923d86':
casaconfig now at 1.5.0
casaconfig to 1.5.0dev2
CAS-14721 build changes to find the casaconfig for this ticket -
Mark Kettenis <kettenis@jive.eu> 4cac14905095809895cfc2c9620818c75b190951 m
Pull request #1018: CAS-14665
Merge in CASA/casa6 from CAS-14665 to master
* commit '566784115bfc1347dc168d58f50c87387a133e94':
CAS-14665: Test concat of MSes with duplicate fields -
Bob Garwood 0ec5da9c32745b8078fe11adfb5d1678b107ea62 m
Pull request #1016: CAS-14697
Merge in CASA/casa6 from CAS-14697 to master
* commit 'c4b13bfdf7ec8fe89ba3eee9add05d5d15ed9fd3':
new tests added, implementation for CAS-14697 done
CAS-14697 : FIELD SDM additions with very preliminary test change
CAS-14697 : fill new SDM related non-standard columns as appropriate -
Akeem Wells 204a5c2740d2ee08bdd1dcb12375dc44e4a26bbc m
Pull request #1019: increment casampi version to 0.6.0 ( py 3.13 compatibility )
Merge in CASA/casa6 from CAS-14733 to master
* commit 'f345621f6a62c0f5c479db830b972932776435c5':
increment casampi version to 0.6.0 ( py 3.13 compatibility ) -
Bob Garwood bd2244ca347eb757e7d535e26dc3869b98923d86 m
casaconfig now at 1.5.0
-
Takahiro Tsutsumi c8095d2d246013fab1954be6e8c46e718ab7af54 m
Pull request #1017: CAS-13729
Merge in CASA/casa6 from CAS-13729 to master
* commit 'f933e4ccbc4e28725510a1762c0c724825acb907':
Update based on the review comments
Increase timeout of test_stk_alma_multi_ebs_multi_pointings_pipeline_imaging for bamboo testing
Add test_stk_alma_multi_ebs_multi_pointings_pipeline_imaging to component map
fix a bug
convert np.int64 to int before wirte to a json file
Fix ms data path
fix import
fix a typo
Change to use plotutils in casatestutils and fix mom_creator in almastkutils
Point to the correct fiducial metric json file path
Fix a bug in the json file generation function
Turned on the original niter
Moved majority of helper functions in test_stk_alma_multi_ebs_multi_pointings_pipeline_imaging.py to almastktestutils as they are duplicates of ones in test_stk_alma_pipeline_imaging.py.
Add most of the metric test sections. Add utility functions to generate the reference metric values json from the results of the run and a list of keys with tolerance values.
Initial incomplete version of the multiMS tests (only one test) -
Akeem Wells 53abfaf45c7df61270a24abf717c0a1991be5fd2 m
Move Bamboo function to atlassian_helper. Minor fix to pytest command line checking. Syntax updates
-
Mark Kettenis <kettenis@jive.eu> 566784115bfc1347dc168d58f50c87387a133e94 m
Merge branch 'master' into CAS-14665
-
David Mehringer 399822a87c88f4c91ffd1629f253740e10e385de m
Pull request #1015: CAS-14660
Merge in CASA/casa6 from CAS-14660 to master
* commit '02deacd8419d1d66054aa5c0ed3d91d051e2b1a0':
Update gitmodules to casacore
Add test_CAS_11460 back into macos test suites
add skipIf test due to limited bamboo resources
test verifying CAS-14660 fix
updated casacore test
casacore LatticeStatistics bug fix -
Akeem Wells f345621f6a62c0f5c479db830b972932776435c5 m
increment casampi version to 0.6.0 ( py 3.13 compatibility )
-
Bob Garwood c4b13bfdf7ec8fe89ba3eee9add05d5d15ed9fd3 m
new tests added, implementation for CAS-14697 done
-
Takahiro Tsutsumi f933e4ccbc4e28725510a1762c0c724825acb907 m
Update based on the review comments
-
Takahiro Tsutsumi 6d85b752e7e9fc12995cabb5a9a48f12ddf44c70 m
Merge branch 'master' into CAS-13729
-
Kumar Golap 7939dcd2725a8f21a815277e7ded37f038d9e00b m
Merge branch 'master' into CAS-14672
-
Bob Garwood 5702e26386d35b77f131a941386fac953a42a7ce m
Merge branch 'master' into CAS-14697
-
Mark Kettenis <kettenis@jive.eu> 5b36b0dc309d41ed242e48dcba97f49852652085 m
CAS-14665: Test concat of MSes with duplicate fields
-
Akeem Wells fc3e2a3d40b711ded93b9cb62f97fbf781d540c1 m
Add skipped plotweather tests to main test suite
-
Akeem Wells 2045be1ccc0a8eff32890fa1d24f86bb4492e3ce m
Merge branch 'master' into CAS-14542
-
Bob Garwood 087b0b8a6d4385cff6937a47f8ca7f9ffa167dd0 m
casaconfig to 1.5.0dev2
-
Akeem Wells 02deacd8419d1d66054aa5c0ed3d91d051e2b1a0 m
Update gitmodules to casacore
-
Akeem Wells 1ff119abd0cc9af591a69e555785535b5da4bc73 m
Merge branch 'master' into CAS-14660
-
Akeem Wells 71c3d880e4771c8bda89ae8ed24cbd6bde165f77 m
Merge branch 'master' into CAS-14542
-
Bob Garwood 644836c901b85df6268695a9056f548f7c58c450 m
CAS-14721 build changes to find the casaconfig for this ticket
-
Bob Garwood 21da8bb0aa795267b4acfabae8581e0da37aa767 m
CAS-14697 : FIELD SDM additions with very preliminary test change
-
Akeem Wells 5ff2cd575af435a3ed87a1bac1281e664b012e36 m
Merge branch 'master' into CAS-14642
-
Bob Garwood 973745138f5cbf3ca90eef19437c812b3e96e47c m
CAS-14697 : fill new SDM related non-standard columns as appropriate
-
Victor de Souza Magalhaes 61c72d82000f8e9bab3f0ba8c446bd2978a280f4 m
Added a time range without a explicit date, removed tests that used fallback_to_fringefit.
-
Victor de Souza Magalhaes 7377abed9479bc21948ff7db3796153f85582b3d m
Removed parameter fallback_to_fringefit.
-
Victor de Souza Magalhaes 7a2663701cc3b3dce3f4fbb2078486ec3b6d39a9 m
Fixed a typo in pccor.xml and also added an example using a timerange with no explicit date.
-
Victor de Souza Magalhaes 9ff94c539c36ef3336af610f6925cf4347723fc5 m
PCCOR timerange now supports a initial time without a date (the first date of the ms is used in this case).
-
Victor de Souza Magalhaes 0ccfb1f97c5f8dbec7c6017ed38f6d3965281a76 m
Prepended the name of all private pccor functions with _pccor_.
-
Bob Garwood 7179b0c4e4872a7420eea3cf910fe5729bf77122 m
Merge branch 'master' into CAS-14696
-
Akeem Wells 9f21a058ede0d62e6e03af1c5d5b467817f5daeb m
Increase timeout of test_stk_alma_multi_ebs_multi_pointings_pipeline_imaging for bamboo testing
-
Akeem Wells 8297cd399e191a200923eb1f1556c04d6b043cf1 m
Add test_stk_alma_multi_ebs_multi_pointings_pipeline_imaging to component map
-
Takahiro Tsutsumi 6e0afcf55138e7fa6b9b01ea91f6e52f60fe431b m
fix a bug
-
Takahiro Tsutsumi fbdaa23eb2f03c697889294939d9ee2bf917a2c1 m
convert np.int64 to int before wirte to a json file
-
Takahiro Tsutsumi 485c0be6a810cbd32f8bd0c2fc001c9f06e60096 m
Fix ms data path
-
Takahiro Tsutsumi f0d0bb4eba9ef34d663d097221bf116e0a732dfd m
Merge branch 'master' into CAS-13729
-
Takahiro Tsutsumi 8f92b79cd23eac9127cc9a107f8b26e1ba61a56d m
fix import
-
Takahiro Tsutsumi 0510ac3067de73f4fffaf861f907c4888d28e202 m
fix a typo
-
Takahiro Tsutsumi b957d3373e5b72efb5a46ba0bc8a2b92a9d4292f m
Change to use plotutils in casatestutils and fix mom_creator in almastkutils
-
Takahiro Tsutsumi 3ca7f8fe4b75bbcd8488099ba49e6e766174bf79 m
Merge branch 'master' into CAS-13729
-
Akeem Wells 596a07a11325092ffa39778b74652f5cdca3e426 m
Merge branch 'master' into CAS-14542
-
Victor de Souza Magalhaes 7c92cd45433dd8e4597e34fa13a05ceb78d55eb1 m
Changed test_solutionValues tolerance to 1e-5.
-
Victor de Souza Magalhaes 81b51496b2a56bb8c293d4e10e069a7def07c0d2 m
Changed tolerance on test_solutionValues and also added more relevant metrics to evaluate failure.
-
Victor de Souza Magalhaes cc4015f1c55bfb3d28f0350f624efca27b413c48 m
Changed test_solutionValues test to use np.allclose rather than testing that np arrays are equal.
-
Akeem Wells 03dafe469b22a6a926129c391d3c61104b45840b m
Merge branch 'master' into CAS-14642
-
Akeem Wells 0f4ff90bfa56291ea53658e77fcd5a76d3c789b9 m
Update test_task_pccor to replace try statements with assertRaises. Split tests into multiple test cases. Add test_task_pccor to component map
-
Victor de Souza Magalhaes 288c67ace1f7d7c3325b377d90f4e2778352e464 m
Added test on split MSes.
-
Victor de Souza Magalhaes dcaf39c5a3ad78c6fc6a99b8999da9215735dcc0 m
Changed missing_pc_data string parameter to a boolean called fallback_to_fringefit.
-
Victor de Souza Magalhaes eaefd5acb22a2b20ce369c0c604d326f6171deb5 m
Tagged scans and field_ids as NaNs for pulse cal times in which no visibilities exist in the MS, which lets me filter them out when saving data to the on disk pulse_cal table, the solutions are still available in the return_dict.
-
Victor de Souza Magalhaes 2ab6d23e3927fdd4eb9b632a2ff19f588c86f502 m
Added setup and teardown methods to test_task_pccor.py
-
Victor de Souza Magalhaes 331921e0e0a7a9b9f4416f079991eab3f89eed5e m
Implemented test_solutionValues in test_task_pccor.py
-
Victor de Souza Magalhaes 513452505270e74f4006987e9f15b190f4429f12 m
Implemented test_provideFringeFitTable in test_task_pccor.py
-
Victor de Souza Magalhaes 2de72124264f16ea2f6df51537c587114c1dcfe2 m
Fixed raising of RuntimeError when given fringefit caltable and requested timerange are incompatible.
-
Victor de Souza Magalhaes 3d307d8fd9cc96e57b6c9fcf23c1d21187448f5a m
Added test_parseScanAndTimerange to test_task_pccor.py
-
Victor de Souza Magalhaes ace2cd4ef801a811d9c71ccda62da9eaebbc8ba0 m
Improved timerange parsing and changed a generic exception to a ValueError.
-
Akeem Wells c21fcb3865d8af3d90fb4a9e1560756ec2b04c96 m
Comment out skipped tests in plotbandpass. Update component map
-
Victor de Souza Magalhaes c91c92f72bef77ea288271a2def90b3b80e0132f m
Implemented parseSpw test.
-
Victor de Souza Magalhaes a3392cc2c23b1d57dfa545fbb8ace90f30fde82b m
Improved SPW parsing, changed some more exception types, removed duplicate SEVERE messages.
-
Victor de Souza Magalhaes 5a558dd5a42eec4128192ef02462a40e3b582e7d m
Added test about antenna parsing.
-
Victor de Souza Magalhaes 8c5d94c8f9fbd83df49d8ed37ca8a56861506d2c m
Changed the type of exception thrown to more specific exceptions.
-
Victor de Souza Magalhaes 4a711ec117c2226ad13f7343f4e7c79c6f6e3292 m
Added default variables to simplify the writing of tests and also added test for missing refant pc data.
-
Victor de Souza Magalhaes db40677dbc20d5a964e49ce38c7eb2c1491507c1 m
Missing data for reference antenna now triggers RuntimeError rather than a bare exception.
-
Victor de Souza Magalhaes a7339ba1e7f8080ec6b4f64d6329c15adbf1e86b m
Improved test_missingPcDataUseFringefit in test_task_pccor.py
-
Victor de Souza Magalhaes d18d6f1d6c7c611a79931f408669c87204e15806 m
pccor now uses ff solutions explicitly when no pc_data is available.
-
Victor de Souza Magalhaes 3536b80a164d2ef4c7135a0abc3931767f9bb13a m
First 3 tests
-
Victor de Souza Magalhaes acd7b16e4c711da09529f45779b1b40d7a3f12f8 m
Created skeleton for test_task_pccor.py
-
Victor de Souza Magalhaes 860cf9cfc145bf43379fc9d8a093ba05ac4160c9 m
Time, scan and field_id for the single fringefit solution that is to be used when no pc data is available has now been correctly set to the same time, scan and field_id as the fringefit solution.
-
Victor de Souza Magalhaes 54b62d0b1b1821dac8f2ab2bdd9e0cf872d92890 m
Protected pccor from non-existent phase_cal subtable
-
Akeem Wells 3e35e6c71f548af9dbd5094166d2580f4ca72595 m
Extend Checking of Skips to classes. Add Documentation
-
Victor de Souza Magalhaes ef542aef77e99d0b0123e8ade64b216e38adf661 m
PCCOR now uses casalog priorities to produce warnings and error messages.
-
Akeem Wells 638e705faaf26ae28f95c58359cd28a27e3b8c0f m
Add new pytest command line option to override skip
-
Victor de Souza Magalhaes 30f03c0c6f831b2cc20f6efb7bf1f8a4fc6ad0bc m
Added detailed description of missing_pc_data parameter.
-
Victor de Souza Magalhaes dd5c0fe4e7d065cff90b193b245cdb71890a1513 m
Added some basic documentation for missing pc data parameter.
-
Victor de Souza Magalhaes fc12822419af3ab7c5b60c457260bee1be36b808 m
Implemented using fringe fit solution as a backup in the case of missing PC data for a antenna/SPW combination, if there is no refant data and exception is thrown.
-
Victor de Souza Magalhaes 556d018f8af27b7db3262b5092b6176366ed81ee m
added examples and missing data cases description to pccor.xml
-
Victor de Souza Magalhaes 3c03393e743ebf0d492ec84516c1ec21961702f1 m
Added long description for the pccor task parameters to pccor.xml.
-
Victor de Souza Magalhaes 92fe8d7a4f59dab00a89aa05b9533ac05816b1c7 m
Added a description of the pccor task to pccor.xml.
-
Victor de Souza Magalhaes 03b8ffd45ed38a6280d45ad4d8415d7af0d1466c m
Addressed overly long lines.
-
Victor de Souza Magalhaes d03b57fdbaf09b79a58ad49df833013b40207dc0 m
Added docstrings to functions
-
Victor de Souza Magalhaes d365a595461cbece018e49e69bc65b46a00b5712 m
Removed unused imports.
-
Victor de Souza Magalhaes a4382c81156562876f8a0e860f9c0571fdaa212a m
Added protections against missing pc cal data.
-
Victor de Souza Magalhaes 5f77eb95fa557c31c9f8ade957e86081001e0059 m
Replaced print statements with casalog calls.
-
Victor de Souza Magalhaes 8ffe3182fae14067039b68e6fc4d993b59911c64 m
Reorganization
-
Victor de Souza Magalhaes ce0c9a55c77329b929da86667588372e689f4fea m
Removed obsolete code
-
Victor de Souza Magalhaes 9bdda7f51b1c22e676c78a3f7d5de51e6d402c63 m
Managed phase alignment between SPWs by simply using the Fringe fit phase plus any variation in phase between solution interval and current time.
-
Victor de Souza Magalhaes f74aa026eefd589bec666e3c1e8affb38123d593 m
Propagated changes on metadata parsing throughout
-
Victor de Souza Magalhaes e39e3c12f13622763b49e1e81d3766e699ad0fd9 m
Improved user interface by adding spw, antenna, timerange and scan parameters, propagation of changes still need to be done.
-
Victor de Souza Magalhaes a9476510d84acdbecfd51b73bd5d76da2375ed6d m
CASA's fringefit execution is now confined to a dedicated function.
-
Victor de Souza Magalhaes 22d79cbb740c48c161234c832d6972bdac1c7b81 m
Cosmetics
-
Victor de Souza Magalhaes 0efd0ddc6797ca18140d15d2cf78fcab6da1f393 m
Rewrote code that produces output cal table so that data is sorted by time then spw then antenna.
-
Victor de Souza Magalhaes 5cca8646734ee0a9b1dea41676f6ae9b6f06ca5c m
Implemented direct use of fringe fit task inside pccor.