Build: #2 was successful Manual run by CASA adm account
Code commits
Pipeline
-
Takeshi Nakazato 20c1fde25f0a690cb78314659b1e9a8ed2020392
Merge branch 'main' into PIPE-2945-hsd_skycal-sdpl-should-not-crash-if-it-failed-to-generate-sky-caltable-for-only-one
-
Ryan Loomis d94fb1cb5caf9e7a9169818bb224b1445ad8ba02 m
Pull request #1787: PIPE-2617: make hif_findcont use uvrange
Merge in PIPE/pipeline from PIPE-2617-make-hif_findcont-use-uvrange to main
* commit '803f8d791bb8a562a28f97f032ba7939e678f16d':
PIPE-2617: make hif_findcont use uvrange -
Shawn Booth a1e5544161d269358a369c16ed132a32904a2706 m
Pull request #1724: PIPE-2903 & PIPE-2939: Python Code Modernization, Import Optimization, and Cleanup
Merge in PIPE/pipeline from PIPE-2903-additional-refactoring-items-after-pr-1452 to main
* commit '83fe0c033e0abcb3a7237aa8768681ca58a63e1a':
PIPE-2903: reverted super reference calls to the parent object; changed type of QuantityDict value
PIPE-2903: fix failure introduced at merge
PIPE-2903: removed references to custom dictionaries in the all block that got reintroduced on merge with main
PIPE-2903: fixed docstring reference to the correct Jira ticket
PIPE-2903: removed defunct _cluster_details function replaced by deferred request
Replace naive datetimes with timezone-aware UTC datetimes throughout codebase
PIPE-2903: fixed timezone naive issues by adding UTC timezone
PIPE-2903: gathered all custom CASA type hints into single module casa_types
PIPE-2903: fixes to unit test failures associated with datetime changes from naive to UTC aware
PIPE-2903: converted callable type hint to Callable; removed commented out code and duplicated type hints from docstrings; updated numpy type hints
PIPE-2939: removed defunct pipeline/infrastructure/docutils module
PIPE-2903: updated type hints to use type MaskedArray instead of constructor; fixed inaccurate type hints in hsd/baselineflag; updated several NewType custom variables to use TypedDict; fixed several indentation levels; moved type-hint-only imports into TYPE_CHECKING; replaced Integral with Real for more accurate type hint
PIPE-2903: reverted changes to extern module; reverted several namespace imports that were incorrectly removed; reverted incorrectly moved imports to TYPE_CHECKING
PIPE-2903: moved more type-hint-only imports to TYPE_CHECKING; removed several unused imports; fixed several unbound/undefined variable errors; replaced deprecated imports with functionally-equivalent imports; fixed invalid type forms; added import of collections.abc library
PIPE-2903: moved more type-hint-only imports into TYPE_CHECKING; replaced typing module shims with direct module imports
PIPE-2903: removed deprecated datetime.utcnow function; migrated generic type hints to appropriate modules per PEP585; switched abstract base class usage per PEP 3119
PIPE-2903: moved many type-hint-only imports into TYPE_CHECKING; added future annotations and removed many string literals from type hints; updated many old style docstrings; removed object name from class definitions and super calls
PIPE-2903: updated type hinting standards per PEP484, PEP585, and PEP604, including replacing imports for built-ins and removing string literals and adding annotation forwarding -
Rui Xue 1fa18ea485c9483ae9961384aedc3e0d4ce45e92 m
Pull request #1790: PIPE-3061/PIPE-3027
Merge in PIPE/pipeline from PIPE-3061-examining-the-possible-memory-leak-when-running-multiple-regression-tests-on-one-pytest to main
* commit 'ebb6ced6fd1f23d977a302abef49c5d461feca85':
PIPE-3061: Update `pixi_tasks.md`
PIPE-3061: drop Python 3.10/3.11, add CASA 6.7.4 env, update docs theme
PIPE-3061: add pixi tasks for regression/unit tests and developer docs
PIPE-3061: Add `pytest-xvfb` to development requirements for headless testing support without `xvfb-run`
PIPE-3061: Update documentation to clarify xdist worker scaling and per-test timing details
PIPE-3061: Add MPI worker scaling recommendations and per-test timing details to documentation
PIPE-3061: Add usage examples for `@pytest.mark.mpi` in documentation
PIPE-3061: Further improve memory management by triggering garbage collection after clearing caches and releasing context in `PipelineTester`
PIPE-3027: Simplify MPI marker handling in pytest configuration and update description for clarity
PIPE-3027: add `@pytest.mark.mpi` marker and `--ignore-mpi-markers` option
PIPE-2061: Add fixture to clear module-level caches between tests to reduce memory footprint
PIPE-3061: Implement unsubscribe functionality in eventbus and improve the memory management for `Context` in `PipelineTester` -
Rui Xue <rx.astro@gmail.com> ebb6ced6fd1f23d977a302abef49c5d461feca85 m
PIPE-3061: Update `pixi_tasks.md`
-
Rui Xue <rx.astro@gmail.com> d42126852c0284c766a041f46c36e47382b81001 m
PIPE-3061: drop Python 3.10/3.11, add CASA 6.7.4 env, update docs theme
- Bump requires-python to >=3.12; remove 3.10/3.11 classifiers
- Drop casa666-py310 and casa671-py310 pixi environments
- Add casa674-py312 feature/environment (CASA 6.7.4, Python 3.12)
- Enable casa675-py313 on osx-arm64; guard bdsf via sys_platform
marker in requirements.txt instead of platform list restriction
- Bump macos system-requirement to 15.0
- Simplify astropy pin: drop python_version conditional (3.10 gone)
- Add build-docs-fast (incremental) and build-pdf pixi tasks
- Add furo Sphinx theme to requirements_docs.txt and docs environment -
Rui Xue <rx.astro@gmail.com> 87558d0b47039b0f84760dfe0c9eae09d184db12 m
PIPE-3061: add pixi tasks for regression/unit tests and developer docs
Add two pixi tasks to pyproject.toml:
- test-regression: runs tests/regression/fast/ with pytest-xdist
(worksteal, -m "not mpi") inside a plain Python session
- test-pltest1: runs a single small ALMA-IF regression test via `casashell`
Both tasks cd into PL_WORKDIR (default: ../working) before launching,
keeping CASA logs and pipeline output out of the source tree.
PL_WORKDIR is overridable at invocation time:
PL_WORKDIR=/zfs/scratch/myrun pixi run test-regression
Also add docs/source/develdocmd/pixi_tasks.md documenting all five
pixi tasks (test-unit, test-regression, test-pltest1,
fetch-casarundata, build-docs), the available CASA environments,
PL_WORKDIR usage, and per-environment invocation examples. -
Rui Xue <rx.astro@gmail.com> 7a18fb44737e7411b666b4d547fec735bb9e78f6 m
PIPE-3061: Add `pytest-xvfb` to development requirements for headless testing support without `xvfb-run`
-
Rui Xue <rx.astro@gmail.com> 1a2b9adcaa74775f5ed57162127b9132773f2488 m
PIPE-3061: Update documentation to clarify xdist worker scaling and per-test timing details
-
Rui Xue <rx.astro@gmail.com> 2b588848a18322c774aaa1984949cd5c8105be68 m
PIPE-3061: Add MPI worker scaling recommendations and per-test timing details to documentation
-
Shawn Booth 83fe0c033e0abcb3a7237aa8768681ca58a63e1a m
PIPE-2903: reverted super reference calls to the parent object; changed type of QuantityDict value
-
Ajay Vibhute 066a71cca960d6dab310199d95f057b0d7c8d10c m
Pull request #1796: PIPE-3070: changing doquantiles to boolean from string
Merge in PIPE/pipeline from PIPE-3070-change-the-value-of-doquantiles-argument-value-from-string-to-boolean to main
* commit '3225e28bc9fb8dd7374a28f163c05ba463fbe6ba':
PIPE-3070: changing doquantiles to boolean from string -
Rui Xue <rx.astro@gmail.com> a03d8c4a4d73e15e284dcdf7c14ab036edd35d73 m
PIPE-3061: Add usage examples for `@pytest.mark.mpi` in documentation
-
Rui Xue 1fdf943c22c982a2fafa8be9827c6ac93cfbd1e0 m
Pull request #1789: PIPE-3060: Refactor masking logic in syspower to ensure proper boolean array handling
Merge in PIPE/pipeline from PIPE-3060-clone-typeerror-in-hifv_syspower to main
* commit '48578da916cdd083f98e572695bf6ed92de9d347':
PIPE-3060: Refactor masking logic in syspower to ensure proper boolean array handling -
Rui Xue 48182a99d008cbad907a23a6931d27675ea6fa18 m
Pull request #1792: PIPE-3063: add pipeline scripts/
Merge in PIPE/pipeline from PIPE-3063-add-scripts-for-standalone-helpers-cicd-functions to main
* commit 'b691966bbd3884dcb41b45ab29a60970f2c08337':
PIPE-3063: Update documentation in procedure_add_parallel.py to clarify task support for parallel execution
PIPE-3063: Add script to inject `parallel=True` into procedure/PPR for faster development testing -
Shawn Booth bd2d6c90ae315b302adb9ea120052a2f6efbf060 m
PIPE-2903: fix failure introduced at merge
-
Shawn Booth 5b727dd9aa82adb227b08d2d4c66bd4fd036df02 m
Merge remote-tracking branch 'origin/main' into PIPE-2903-additional-refactoring-items-after-pr-1452
-
Ajay Vibhute 3225e28bc9fb8dd7374a28f163c05ba463fbe6ba m
PIPE-3070: changing doquantiles to boolean from string
-
Takeshi Nakazato bb957e3eeada2f1133358c97fbaed230fdbc2369 m
Pull request #1774: PIPE-2774 hsd atmcor selected atmtype become worse in pl2025
Merge in PIPE/pipeline from PIPE-2774-hsd_atmcor-selected-atmtype-become-worse-in-pl2025 to main
* commit '6dbac1563e26e93c773bb3f9b6139dd58440b0d0':
Eliminate matplotlib.pyplot depencency
Eliminate pylab dependency
Simplify the code using numpy function
Eliminate unnecessary conditional block
Complete docstring and type annotation of smooth function
Examine separate atmowpheric features individually
Adjust smoothing box size
increase smoothing kernel size
Refactoring to reduce number of smoothing operation
bug fix on metricnorm and revised skychansel
Mitigate boundary effect of convolution
change default metric for selectModelParams to 'intsqdiff'
intsqdiff -
Rui Xue 60ddcac9ca40ee8314460cf1007d7d1310c59415 m
Pull request #1779: PIPE-3034: Fix AQUA report formatting error due to single-string `vis` specifications of `TargetDataSelection`
Merge in PIPE/pipeline from PIPE-3034-aqua-report-datas-selection-asdm-description-section-got-comma-splitted-string to main
* commit '9a44970a9ba0fa860d5209486a307e66f954920d':
PIPE-3034: Fix AQUA report formatting error due to single-string `vis` specifications of `TargetDataSelection` -
Rui Xue 1d2fb62039efa1638db27ef4674750eb42f4d55f m
Pull request #1777: PIPE-3025: Remove serial model write enforcement logic in tclean for 'mosaic' gridder
Merge in PIPE/pipeline from PIPE-3025-remove-the-serial-model-write-enforcement-logic-in-hif_selfcal to main
* commit 'eb7e76035f6b6ca3a7d9bb131dc988dc669d61d3':
PIPE-3025: Remove serial model write enforcement logic in tclean for 'mosaic' gridder -
Dirk Muders 77b65bba576542a5c2e63db2fbd0e346b73183ad m
Pull request #1778: PIPE-3018: Applied changes made in PIPE-3012 for the PL2025 release and changed the image library 'overwrite' parameter to 'overwrite_on_export' to clarify the meaning.
Merge in PIPE/pipeline from PIPE-3018_Missing_cubes_hifa_exportdata_output to main
* commit 'e26c8ead3642ecc1751599fff56925ac214f0b17':
PIPE-3018: Added doc string for add_item method to explain its behavior in detail.
PIPE-3018: Applied changes made in PIPE-3012 for the PL2025 release and changed the image library 'overwrite' parameter to 'overwrite_on_export' to clarify the meaning. -
Takeshi Nakazato 6dbac1563e26e93c773bb3f9b6139dd58440b0d0 m
Eliminate matplotlib.pyplot depencency
-
Takeshi Nakazato f6934da6f8dfdba3997a01116a28b838c360f948 m
Eliminate pylab dependency
-
Takeshi Nakazato 6605902ee53a01ba945f8bbcce8de86a0832c65a m
Simplify the code using numpy function
-
Dirk Muders e26c8ead3642ecc1751599fff56925ac214f0b17 m
PIPE-3018: Added doc string for add_item method to explain its behavior in detail.
-
Dirk Muders 993278cbb303ae10148f08146199e09e8d1d20ad m
Merge remote-tracking branch 'origin/main' into PIPE-3018_Missing_cubes_hifa_exportdata_output
-
Takeshi Nakazato cfbf937b7d2cc3b77ffa1d407f47a5303e2bcde4 m
Eliminate unnecessary conditional block
-
Takeshi Nakazato d906191ca22646b37e14c08e8263ea74e885fa1c m
Complete docstring and type annotation of smooth function
Also added safeguard code not to perform the smoothing operation unnecessarily. -
Takeshi Nakazato c2578a84746e49bf4c35a2698c96484bbc5d7a66 m
Merge branch 'main' into PIPE-2774-hsd_atmcor-selected-atmtype-become-worse-in-pl2025
-
Joshua Hoskins 75da060fa90f5525ab4ff38f6ec9e3c78812903c m
Pull request #1757: PIPE-2893 hsd baseline enable sinusoid option
Merge in PIPE/pipeline from PIPE-2893-hsd_baseline-enable-sinusoid-option to main
* commit 'a02fd8911995418b7e518da3232bd608c9c6f1b8': (26 commits)
Switching the order up in API call.
Remove a few unused imports and rearranged the import list to be better grouped and neat.
Addressing additional minor formatting suggestions.
More type-hint changes. List -> list, Dict -> dict
More type-hint changes.
Applied suggestion
Applied suggestion
More type-hint changes.
Add new test for wave_number and new sinusoid test to build_fitting_configuration() test.
Add default behavior in the build_fitting_configuration() function for when the fit_function is None.
Fixed _get_fir_param() function error or lack thereof and added new .is_sinusoid_fit()
Fixed _get_fir_param() function error or lack thereof and added new .is_sinusoid_fit()
Fixed _get_fir_param() function error or lack thereof and added new .is_sinusoid_fit()
Update type hint according to code review suggestion.
Update type hint according to code review suggestion.
fix issue with mapped memory in insgle fitfunction case.
Changes related to Takeshi's code review.
Refactor and change tests to match up with the current build_fitting_configuration() function.
Test changes to test file to find problem.
Test changes to test file to find problem.
... -
Rui Xue b691966bbd3884dcb41b45ab29a60970f2c08337 m
PIPE-3063: Update documentation in procedure_add_parallel.py to clarify task support for parallel execution
-
Rui Xue 759e9cea24c382968581f2db14b49dee6267bec1 m
PIPE-3063: Add script to inject `parallel=True` into procedure/PPR for faster development testing
-
Rui Xue eb7e76035f6b6ca3a7d9bb131dc988dc669d61d3 m
PIPE-3025: Remove serial model write enforcement logic in tclean for 'mosaic' gridder
-
Rui Xue d87a7d922af5cbaaa24e42f894012ceb3b9d604e m
PIPE-3061: Further improve memory management by triggering garbage collection after clearing caches and releasing context in `PipelineTester`
-
Rui Xue <rx.astro@gmail.com> ad99e6939dd46f3b43e47d6d9dd061d0b5908cbb m
PIPE-3027: Simplify MPI marker handling in pytest configuration and update description for clarity
-
Rui Xue <rx.astro@gmail.com> ce6a72e9f88b598c68279407e4d3d312d8d934f7 m
PIPE-3027: add `@pytest.mark.mpi` marker and `--ignore-mpi-markers` option
- Add `mpi` pytest marker to `pyproject.toml`
- Auto-skip `@pytest.mark.mpi` tests in pytest_collection_modifyitems
when `MPIEnvironment.is_mpi_enabled` is False
- Add `--ignore-mpi-markers` CLI flag to disable the auto-skip, allowing
mpi-marked tests to run in a serial session
- Apply `@pytest.mark.mpi` to tests that require an MPI-enabled CASA
session: two alma_if fast tests and one vla fast test- conftest.py (version ce6a72e9f88b598c68279407e4d3d312d8d934f7) (diffs)
- pyproject.toml (version ce6a72e9f88b598c68279407e4d3d312d8d934f7) (diffs)
- tests/regression/fast/alma_if_fast_test.py (version ce6a72e9f88b598c68279407e4d3d312d8d934f7) (diffs)
- tests/regression/fast/vla_fast_test.py (version ce6a72e9f88b598c68279407e4d3d312d8d934f7) (diffs)
-
Takeshi Nakazato 07f517743b331eed2d069619296b09d85dec3a2a m
Pull request #1782: PIPE-3035 bug fix to support "infiles" in VDPTaskFactory
Merge in PIPE/pipeline from PIPE-3035-paralleltemplate-doesn-t-distribute-vis-dependent-parameter-values-properly to main
* commit '7b27c5c12798e6f956051aa65083203fede4d714':
PIPE-3035 bug fix to support "infiles" in VDPTaskFactory -
Shawn Booth fba4e6ac1de89b456eb656aa416f36e615747f67 m
PIPE-2903: removed references to custom dictionaries in the all block that got reintroduced on merge with main
-
Rui Xue <rx.astro@gmail.com> 70972aee0d83b0a8be223cdeb50ddca4f96ff80e m
PIPE-2061: Add fixture to clear module-level caches between tests to reduce memory footprint
-
Rui Xue <rx.astro@gmail.com> 9e388ec091c0724e3181ba14affd6d25131a6290 m
PIPE-3061: Implement unsubscribe functionality in eventbus and improve the memory management for `Context` in `PipelineTester`
- pipeline/infrastructure/eventbus/__init__.py (version 9e388ec091c0724e3181ba14affd6d25131a6290) (diffs)
- pipeline/infrastructure/eventbus/eventbus.py (version 9e388ec091c0724e3181ba14affd6d25131a6290) (diffs)
- pipeline/infrastructure/timetracker.py (version 9e388ec091c0724e3181ba14affd6d25131a6290) (diffs)
- tests/testing_utils.py (version 9e388ec091c0724e3181ba14affd6d25131a6290) (diffs)
-
Rui Xue <rx.astro@gmail.com> 48578da916cdd083f98e572695bf6ed92de9d347 m
PIPE-3060: Refactor masking logic in syspower to ensure proper boolean array handling
-
Rui Xue 4b9c547dd168724e257904d81940e90c3f81db36 m
Pull request #1783: PIPE-3051: Add warning for nmajor limit in `CleanBase`
Merge in PIPE/pipeline from PIPE-3051-clone-hif_makeimages-stage-should-issue-warning-if-stopping-criterion-is-nmajor to main
* commit '4766493e7bd8415f96ec18d88a360ea247b71468':
PIPE-3051: Improve logging and error messages in `CleanBase`
PIPE-3051: Add warning for nmajor limit in `CleanBase` -
Rui Xue <rx.astro@gmail.com> 4766493e7bd8415f96ec18d88a360ea247b71468 m
PIPE-3051: Improve logging and error messages in `CleanBase`
-
Shawn Booth 3e3976b61f2b37a6824b68198f2d949e81a0ab55 m
Merge remote-tracking branch 'origin/main' into PIPE-2903-additional-refactoring-items-after-pr-1452
-
Takeshi Nakazato 7b27c5c12798e6f956051aa65083203fede4d714 m
Merge branch 'main' into PIPE-3035-paralleltemplate-doesn-t-distribute-vis-dependent-parameter-values-properly
-
Ajay Vibhute bc8bd7d374246913a5b0d0428dbf1b2a1db8b69e m
Pull request #1751: PIPE-2990: fixed leading ',' in warning weblog message for ignored antennas
Merge in PIPE/pipeline from PIPE-2990-fix-leading-comma-in-warning-antennas-to-be-ignored-weblog-messages to main
* commit 'deae224f069e5606542fd1f80980c48b3d4c49c8':
PIPE-2990: minor changes suggested during PR review
PIPE-2990: added build_refantignore to build ignore refant and added test for it
PIPE-2990: fix refantignore handling
PIPE-2990: fixed leading ',' in warning weblog message for ignored antennas -
Shawn Booth 4842d060901afcc09e61070a7f380c25346fa7f4 m
Merge remote-tracking branch 'origin/main' into PIPE-2903-additional-refactoring-items-after-pr-1452
-
Hajime Ezawa 1663d780bb56c494683e9272d1ad43fd2da66490 m
Pull request #1749: PIPE-2913 sdpl couldn t deal with pointing distribution intersecting ra 12h
Merge in PIPE/pipeline from PIPE-2913-sdpl-couldn-t-deal-with-pointing-distribution-intersecting-ra-12h to main
* commit 'e9f658e8262ee3dcc0358d11199f92b4311bd6a4':
PIPE-2913: additional fix to hsd_baseline stage
PIPE-2913: additional fix to hsd_imaging stage
Revert "PIPE-2491: additional fix to hsd_imaging stage"
Revert "PIPE-2491: additional fix to hsd_baseline stage"
PIPE-2491: additional fix to hsd_baseline stage
PIPE-2491: additional fix to hsd_imaging stage
PIPE-2913: move rewrap_angle() to hsd/tasks/common/utils.py
PIPE-2913: additional fix to rewrap_angle()
PIPE-2913: rewrap AZ related values before pushing into datatable -
Rui Xue 569696f90eeb3328f8bc566803c156ee7b578644 m
PIPE-3051: Add warning for nmajor limit in `CleanBase`
-
Shawn Booth 5a7209aabbcb235cd271c44472bae21935d7e416 m
PIPE-2903: fixed docstring reference to the correct Jira ticket
-
Shawn Booth ec6af9d454324357ee474cb23a3b529368a9db8d m
Merge remote-tracking branch 'origin/main' into PIPE-2903-additional-refactoring-items-after-pr-1452
-
Ajay Vibhute ec1ef9503af9617d2b0ac7cfb1a62df76f6278ae m
Pull request #1776: PIPE-3015: ensure file is closed while getting the num rows
Merge in PIPE/pipeline from PIPE-3015-refactor-rendererutils.num_lines to main
* commit 'cc7764ad524660dcd4422eb3f0ed8983a2d24d0e':
opening file with 'utf-8' encoding
PIPE-3015: ensure file is closed while getting the num rows -
Takeshi Nakazato 567235a4cb8564e27783af5d48c14da69bb42195 m
PIPE-3035 bug fix to support "infiles" in VDPTaskFactory
There was a bug in ParallelTemplate that per-EB parameter was not distributed properly for SD tasks that takes "infiles" instead of "vis". This fix switches scope attribute depending on the name of tha parameter. -
Takeshi Nakazato 2de77ead207e8e475103d59b7ce9f69d44a57917 m
Pull request #1773: PIPE-2946 hsd imaging ignore edge channels and channels overlapped with atm lines while examining qa
Merge in PIPE/pipeline from PIPE-2946-hsd_imaging-ignore-edge-channels-and-channels-overlapped-with-atm-lines-while-examining-qa to main
* commit '0fdb5963932f33ee2464003272cceb0652d3cfba':
compliance with PEP 8
Add more explanation on channel_mask parameter
fix too busy xaxis label in contamination plot
indicate edge/ATM region with different color in the plot
Fix for NRO Pipeline error
consistently update the condition to display warning text
PIPE-2946 ignore edge channels and ATM range in contamination analysis -
Shawn Booth 9c33ba790f7f9a54dfb054d19c213341559f14f1 m
Merge remote-tracking branch 'origin/main' into PIPE-2903-additional-refactoring-items-after-pr-1452
-
Ajay Vibhute cc7764ad524660dcd4422eb3f0ed8983a2d24d0e m
opening file with 'utf-8' encoding
-
Ajay Vibhute deae224f069e5606542fd1f80980c48b3d4c49c8 m
PIPE-2990: minor changes suggested during PR review
-
Hajime Ezawa e9f658e8262ee3dcc0358d11199f92b4311bd6a4 m
Merge branch 'main' of https://open-bitbucket.nrao.edu/scm/pipe/pipeline into PIPE-2913-sdpl-couldn-t-deal-with-pointing-distribution-intersecting-ra-12h
-
Takeshi Nakazato 0fdb5963932f33ee2464003272cceb0652d3cfba m
Merge branch 'main' into PIPE-2946-hsd_imaging-ignore-edge-channels-and-channels-overlapped-with-atm-lines-while-examining-qa
-
Takeshi Nakazato 0dae8624162ce754d1dccbfb5c26d71b70e5fe80 m
compliance with PEP 8
-
Takeshi Nakazato 11d9871595a6f22d0befdc5f8068d8cc6a0e1739 m
Merge branch 'main' into PIPE-2946-hsd_imaging-ignore-edge-channels-and-channels-overlapped-with-atm-lines-while-examining-qa
-
Rui Xue <rx.astro@gmail.com> 9a44970a9ba0fa860d5209486a307e66f954920d m
PIPE-3034: Fix AQUA report formatting error due to single-string `vis` specifications of `TargetDataSelection`
-
ryanaloomis <ryan.a.loomis@gmail.com> 803f8d791bb8a562a28f97f032ba7939e678f16d m
PIPE-2617: make hif_findcont use uvrange
-
Dirk Muders 20cf895fc0ed76bdd1a7ba243718353b540d5eda m
PIPE-3018: Applied changes made in PIPE-3012 for the PL2025 release and changed the image library 'overwrite' parameter to 'overwrite_on_export' to clarify the meaning.
- pipeline/hif/tasks/makeimages/makeimages.py (version 20cf895fc0ed76bdd1a7ba243718353b540d5eda) (diffs)
- pipeline/hif/tasks/makeimages/resultobjects.py (version 20cf895fc0ed76bdd1a7ba243718353b540d5eda) (diffs)
- pipeline/hif/tasks/selfcal/selfcal.py (version 20cf895fc0ed76bdd1a7ba243718353b540d5eda) (diffs)
- pipeline/hif/tasks/tclean/cleanbase.py (version 20cf895fc0ed76bdd1a7ba243718353b540d5eda) (diffs)
- pipeline/hif/tasks/tclean/renderer.py (version 20cf895fc0ed76bdd1a7ba243718353b540d5eda) (diffs)
- pipeline/hif/tasks/tclean/resultobjects.py (version 20cf895fc0ed76bdd1a7ba243718353b540d5eda) (diffs)
- pipeline/hif/tasks/tclean/tclean.py (version 20cf895fc0ed76bdd1a7ba243718353b540d5eda) (diffs)
- pipeline/infrastructure/imagelibrary.py (version 20cf895fc0ed76bdd1a7ba243718353b540d5eda) (diffs)
-
Takeshi Nakazato 1c56a8aaaa26bc193a8fa718b5773dc9124f9652 m
Examine separate atmowpheric features individually
Previous impelentation combined all the detected atmospheric features
together to calculate metric values. This commit evaluates metric values
for each atmospheric feature individually and takes sum of them. -
Takeshi Nakazato 87641e4339e44075d04b7058bd4e3dbeca53d88d m
Adjust smoothing box size
Smoothing box size is extended to 0.016 * nchan (factor was 0.004
previously). Set upper limit depending on the width of the atmospheric
feature (nchatm * 0.2). -
Takeshi Nakazato 773c00f1db770de750090d891802c9a573ff870a m
Add more explanation on channel_mask parameter
-
Takeshi Nakazato 21b281a3aeb48fe17b03939e6932cd6c9e549c32 m
increase smoothing kernel size
-
Joshua Hoskins a02fd8911995418b7e518da3232bd608c9c6f1b8 m
Merge branch 'main' into PIPE-2893-hsd_baseline-enable-sinusoid-option
-
Takeshi Nakazato a8f9f6ed98054530edd94b18d6aae009bc715538 m
Refactoring to reduce number of smoothing operation
-
Takeshi Nakazato a9b49a4a86bcf203f35e2ec1b67676ac13ab1c83 m
bug fix on metricnorm and revised skychansel
-
Takeshi Nakazato c94e640f8edeb03c5a90a6eb8c9229fcdf1ef106 m
Mitigate boundary effect of convolution
-
Ajay Vibhute ebcb7dc8832e630bb76f6bcfacb8c43fba3d4b5b m
PIPE-3015: ensure file is closed while getting the num rows
-
Takeshi Nakazato 53b199b8829ffc88ce98f526d45a00a3b282c9e9 m
fix too busy xaxis label in contamination plot
-
Takeshi Nakazato c82c9db997ebb20a58204b5c35afa68ebc75c823 m
change default metric for selectModelParams to 'intsqdiff'
-
Joshua Hoskins 3194ce03631b16ce48da5efba930d1803a3bdfdf m
Switching the order up in API call.
-
Joshua Hoskins 6465560ec6763cfd690ef405d706a78ba3f3be9f m
Remove a few unused imports and rearranged the import list to be better grouped and neat.
- pipeline/hsd/heuristics/baselineparamconfig.py (version 6465560ec6763cfd690ef405d706a78ba3f3be9f) (diffs)
- pipeline/hsd/heuristics/fitorder.py (version 6465560ec6763cfd690ef405d706a78ba3f3be9f) (diffs)
- pipeline/hsd/tasks/baseline/baseline.py (version 6465560ec6763cfd690ef405d706a78ba3f3be9f) (diffs)
- pipeline/infrastructure/basetask.py (version 6465560ec6763cfd690ef405d706a78ba3f3be9f) (diffs)
-
Joshua Hoskins fa682e7c0002f255ea9faf1598b6fd71c955089f m
Addressing additional minor formatting suggestions.
-
Joshua Hoskins 18b31e45e29ff1af4d0a1a5195236276cc00973e m
More type-hint changes. List -> list, Dict -> dict
- pipeline/hsd/heuristics/baselineparamconfig.py (version 18b31e45e29ff1af4d0a1a5195236276cc00973e) (diffs)
- pipeline/hsd/tasks/baseline/baseline.py (version 18b31e45e29ff1af4d0a1a5195236276cc00973e) (diffs)
- pipeline/hsd/tasks/baseline/worker.py (version 18b31e45e29ff1af4d0a1a5195236276cc00973e) (diffs)
-
Joshua Hoskins 253bcebeaa5f09b19b7a7636211d9463053d8ce9 m
Merge remote-tracking branch 'origin/PIPE-2893-hsd_baseline-enable-sinusoid-option' into PIPE-2893-hsd_baseline-enable-sinusoid-option
-
Joshua Hoskins 59b3cb0065a2521000a6587a43a69d23d09a14ff m
More type-hint changes.
-
Takeshi Nakazato 4e9f8d632e183e9ff43ff5f28f3bc70879f59b51 m
Applied suggestion
-
Takeshi Nakazato 152328bc229719751b50b2bb10d76ece844414a3 m
Applied suggestion
-
Joshua Hoskins e6a52b927f859d98fc02a368abf8b2b2dbc16749 m
More type-hint changes.
-
Takeshi Nakazato 7fa543329f27f5097adf0fa3b93bc94327589662 m
Merge branch 'main' into PIPE-2774-hsd_atmcor-selected-atmtype-become-worse-in-pl2025
-
Joshua Hoskins 70714edeed87ad424dd1cafd6cf61cd10b4ce7ef m
Add new test for wave_number and new sinusoid test to build_fitting_configuration() test.
-
Takeshi Nakazato 49f58bcd5d6eb9431e3e708a6b40a7595eb8415c m
indicate edge/ATM region with different color in the plot
-
Takeshi Nakazato 2a4e146cfc580cac71ba3c5ba8af2888c3e66f05 m
Merge branch 'main' into PIPE-2946-hsd_imaging-ignore-edge-channels-and-channels-overlapped-with-atm-lines-while-examining-qa
-
Takeshi Nakazato 1586870cdc9e7d9aede5b7dd778bb3d14fc57502 m
Fix for NRO Pipeline error
-
Shawn Booth ee16d1cea8f31a8f2ad3237045d0638b41c0fb28 m
Merge remote-tracking branch 'origin/main' into PIPE-2903-additional-refactoring-items-after-pr-1452
-
Takeshi Nakazato d140e9d464018097c3c15732a46f214597c1f4fb m
consistently update the condition to display warning text
-
Takeshi Nakazato 59f8cf59629dfb4a60d59c39c62972a56b87367b m
PIPE-2946 ignore edge channels and ATM range in contamination analysis
Logic to determine edge channels and the range of ATM features are
moved/copied from scorecalculator.py -
Ajay Vibhute 5f9ef099ce477138f13533d4e33175b9bcf1411f m
PIPE-2990: added build_refantignore to build ignore refant and added test for it
- pipeline/hifv/tasks/circfeedpolcal/circfeedpolcal.py (version 5f9ef099ce477138f13533d4e33175b9bcf1411f) (diffs)
- pipeline/hifv/tasks/finalcals/finalcals.py (version 5f9ef099ce477138f13533d4e33175b9bcf1411f) (diffs)
- pipeline/hifv/tasks/fluxscale/fluxboot.py (version 5f9ef099ce477138f13533d4e33175b9bcf1411f) (diffs)
- pipeline/hifv/tasks/fluxscale/solint.py (version 5f9ef099ce477138f13533d4e33175b9bcf1411f) (diffs)
- pipeline/hifv/tasks/semiFinalBPdcals/semiFinalBPdcals.py (version 5f9ef099ce477138f13533d4e33175b9bcf1411f) (diffs)
- pipeline/hifv/tasks/testBPdcals/testBPdcals.py (version 5f9ef099ce477138f13533d4e33175b9bcf1411f) (diffs)
- pipeline/infrastructure/utils/utils.py (version 5f9ef099ce477138f13533d4e33175b9bcf1411f) (diffs)
- pipeline/infrastructure/utils/utils_test.py (version 5f9ef099ce477138f13533d4e33175b9bcf1411f) (diffs)
-
Shawn Booth 6293efcd9dcbe1e2266f9fc3b413ef32a70a618c m
Merge remote-tracking branch 'origin/main' into PIPE-2903-additional-refactoring-items-after-pr-1452
-
Joshua Hoskins c5a821e2682b48ae47784c0e14bf93cd38aa2db3 m
Add default behavior in the build_fitting_configuration() function for when the fit_function is None.
-
Joshua Hoskins c89294b5fdc390f470ac042db583b8ff2f39c4bb m
Fixed _get_fir_param() function error or lack thereof and added new .is_sinusoid_fit()
-
Joshua Hoskins b30e7a69112366a4a71b51fa871fb0ca3bc1cd74 m
Fixed _get_fir_param() function error or lack thereof and added new .is_sinusoid_fit()
-
Joshua Hoskins 26bc3d984f001aac91188fcfe5a9be6dcd7eb040 m
Fixed _get_fir_param() function error or lack thereof and added new .is_sinusoid_fit()
-
Joshua Hoskins f19281330bc1d40bf73156de99a1467654704e7d m
Update type hint according to code review suggestion.
Casa6
-
Srikrishna Sekhar d8a3a4bdf7e60a99f628b34e559845c98dff371e
Pull request #1039: CAS-13318
Merge in CASA/casa6 from CAS-13318 to master
* commit 'b6453d73d1a4098c3763b42a75b88880b3bce7ad':
CAS-13318 : Fix PB masking in robust RMS calc -
Inna Muzychenko 229d3c9b5d0436b0f48fe265b8b4bde48a585614
Pull request #1033: CAS-14704
Merge in CASA/casa6 from CAS-14704 to master
* commit 'd5adeb6db73246ebbb2e3e535e56a38139482f98': (34 commits)
add test_task_getjyperkalma to component map
Changes according to the NAOJ code review Refs #2870
Changes according to the NAOJ code review Refs #2869 #2870
Changes according to the NAOJ code review Refs #2868
Changes according to the NAOJ code review Refs #2866
Changes according to the NAOJ code review Refs #2865
Changes according to the NAOJ code review Refs #2864
Changes according to the NAOJ code review
Delete commented out lines
Fix bugs, add tests
Changes according to code review Refs #2858
Changes according to code review Refs #2858
Changes according to code review Refs #2846
Changes according to the code review #Refs 2851
Changes according to code review Refs #2843
Changes according to code review Refs #2860
Changes according to code review Refs #2859
Changes according to code review Refs #2857
Changes according to the code review #Refs 2854
Changes according to code review Refs #2853
... -
Srikrishna Sekhar b6453d73d1a4098c3763b42a75b88880b3bce7ad
Merge remote-tracking branch 'origin/master' into CAS-13318
-
Kumar Golap e0538c1bf3ca24820f433032edf570fa2966216f
Pull request #1037: Fix simanalyze as it was calling tclean with modelimage with non-compatible units
Merge in CASA/casa6 from CAS-14765 to master
* commit 'f11ba01acc47815dea58711a70aa50bd9a42cc2a':
Fix simanalyze as it was calling tclean with modelimage with non-compatible units -
George Moellenbrock e91e35843d4f9dc0f7b51c238a90414011ec848b
Pull request #1032: CAS-14348
Merge in CASA/casa6 from CAS-14348 to master
* commit 'ca6131575d1f2743a010aa75f582a58f9eab1fcf':
Re-asserting that fringefit doesn't allow orphan timesteps
For CAS-14348:
Fixing the orphan timestep fringefit bug again
Turn off debugging output now I've tested the package built with it
Fixing fringefit on a single channel (again) and adding a test for it -
Takeshi Nakazato c1bc90f7e94deaaf076d3349703f179d7448e72f
Pull request #1027: CAS-14736
Merge in CASA/casa6 from CAS-14736 to master
* commit '2110d633fbae6d51c4507b949d448395a34c4ded':
changed format of the comment
Minor update on the comment for consistency
Properly evaluate time and exposure
Update test_cal_12712_01
CAS-14736 include fully flagged rows into the processing to produce flagged caltable row -
Kumar Golap f11ba01acc47815dea58711a70aa50bd9a42cc2a
Fix simanalyze as it was calling tclean with modelimage with non-compatible units
-
Ville Suoranta 5fe795fab606b1f927251fe9c08f53c3e239653b
Pull request #1034: CAS-14739
Merge in CASA/casa6 from CAS-14739 to master
* commit '1a7ce12a22645bd3b0ddee373ac9e7e32af1a85c':
Update UI versions for macOS26
Update plotms branch wheel version
Update plotms branch version in build.conf
Add note about updating .zshrc
Add instructions on how to close the source code.
Update build.conf to CAS-14739 dev packages
Add a note about Metal
Fix links for Bitbucket
Swith plus to hyphen
Update TOC
Rename casa_build_guide.md
Update CASA_Build_Guide.md
Remove manylinux 2014
Add reformatted build guide -
Ville Suoranta 1a7ce12a22645bd3b0ddee373ac9e7e32af1a85c
Update build.conf
-
Takahiro Tsutsumi 61b4f7fa0783c3d03b597000f81f66ef9b23d37c
Pull request #1031: CAS-14684
Merge in CASA/casa6 from CAS-14684 to master
* commit '318460f1760e1558914d90b8ed8ab6a854eda9d0':
Add a new test and modify another test to check radii entries Revert the task level catch of the exception as this hides some of the exeptions
Add a try-except block to exit task more gracefully when an exception occurs at gethorizonsephem callm
add more warning messages and another fix to target body name extraction
Fix regular expression for the source name extraction -
Mark Kettenis <kettenis@jive.eu> d20b3fe22aff2bfbd6566abc7a22778f47327c4e
Pull request #1029: CAS-14683: Test concat of SYSCAL with different SPWs
Merge in CASA/casa6 from CAS-14683 to master
* commit '95234c2fe651cfb94ba854edc3ab80f4dff59779':
CAS-14683: Test concat of SYSCAL with different SPWs -
Kumar Golap e81b4b58c707034fcb781e05846630424b654217
Pull request #1028: CAS-14732
Merge in CASA/casa6 from CAS-14732 to master
* commit '4367509f637e844d0ace77ea151e165bd67efc38':
moved the check but had to fix stuff as empty string was acceptable at that stage.
move the check for units in starting model to SyntheisisImager
force saving of model image
Throw an exception if model is not in units of Jy/pixel
Fixed an image copy with mask being applied which did not copy the units -
Muzychenko Inna <inna.muzychenko@ana01.alma.nao.ac.jp> d5adeb6db73246ebbb2e3e535e56a38139482f98
Merge remote-tracking branch 'origin/master' into CAS-14704
-
Ville Suoranta 2c1ca27b4a049a613b501fad7e7e87b2df1700cc m
Update UI versions for macOS26
-
Akeem Wells f4b105efadda226bece3a00d78a85b02862e630e
Pull request #1026: CAS-13817
Merge in CASA/casa6 from CAS-13817 to master
* commit 'c5a2faf379c84c73eff3f0dd2f18ab97d7548234':
Revert compare file due to black causing indent errors
Documentation Updates
Update documentation for sparse_check
Additional documentation and reformating updates
Reformat with black. Add docstrings using GPT-4.1 -
Akeem Wells 7f25a9ec0b4e8ec437acc395717ce5427a7d4d71 m
add test_task_getjyperkalma to component map
-
Muzychenko Inna <inna.muzychenko@ana01.alma.nao.ac.jp> b7fa54dc5d6267a2d1d64b831a9c9fc77ca658ed m
Changes according to the NAOJ code review Refs #2870
-
Takeshi Nakazato 2110d633fbae6d51c4507b949d448395a34c4ded m
changed format of the comment
-
George Moellenbrock ca6131575d1f2743a010aa75f582a58f9eab1fcf m
Merge remote-tracking branch 'origin/CAS-14726' into CAS-14348 conflicts in FringeJones.cc, DelayRateFFT.cc fixed manually.
-
Takeshi Nakazato 9b02d47ec419a7fb0cc7ddd127571e83bbd78afc m
Minor update on the comment for consistency
Fixed inconsistent comment associated with the updated test. -
Des Small 93f24986e972db3e9803b9f76d350598311da10a m
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. -
George Moellenbrock 921dfad4a8a14b6d9d98ac21e12f88989cc17db3 m
Merge branch 'master' into CAS-14348
-
George Moellenbrock 1b982bd657af81609f15651cdf0038301cd6a6f6 m
For CAS-14348:
1. In DelayRateFFT.cc's DelayRateFFTConcat class:
(a) Reordered working array (Vpad_) axes to put time and freq before corr and ant (Fortran order) so they are contiguous for 2d FFT;
(b) Introduced direct use of fftw (instead of LatticeFFT) thereby drastically improving performance of the FFT stage; by (mainly) avoiding unnecessary copies;
(c) Improved array slicing to streamline (unavoidable) data copies into the working array;
(d) Introduced Double precision weight sum accumulation (copied to Single precision at the end), and streamlined weight accumulation code to make it clearer;
(e) In snr calulation use amplitude found in searchPeak instead of relocating it via calculation from delay/rate solutions;
(f) Various other code clean-up and minor re-org.
2. In FringeJones.cc: Logging improvements for readability, and introduced fringefit stage solving time measurements and logging.
3. In Calibrater.cc: Occasionally (every ~10%) report solution count progress, and don't log useless solution quality stats for FringeJones (they are not yet filled correctly)- casatools/src/code/synthesis/MeasurementComponents/Calibrater.cc (version 1b982bd657af81609f15651cdf0038301cd6a6f6) (diffs)
- casatools/src/code/synthesis/MeasurementComponents/DelayRateFFT.cc (version 1b982bd657af81609f15651cdf0038301cd6a6f6) (diffs)
- casatools/src/code/synthesis/MeasurementComponents/FringeJones.cc (version 1b982bd657af81609f15651cdf0038301cd6a6f6) (diffs)
- casatools/src/code/synthesis/MeasurementComponents/FringeJones.h (version 1b982bd657af81609f15651cdf0038301cd6a6f6) (diffs)
-
Pam Harris <pharris@nrao.edu> 1f1bd1c368ffa5b5d2dd7417e6a94a08a1d5cead m
Update plotms branch wheel version
-
Pam Harris <pharris@nrao.edu> cc509e692ad0e27573dee716d871234d2b8faf73 m
Update plotms branch version in build.conf
-
Muzychenko Inna <inna.muzychenko@ana01.alma.nao.ac.jp> d45e0d268df57019b05cba8dbee5d17a722bd4e9 m
Changes according to the NAOJ code review Refs #2869 #2870
-
Takeshi Nakazato 74bbc92e85d60fdae3a02e2cd3f6f79752375426 m
Properly evaluate time and exposure
-
Muzychenko Inna <inna.muzychenko@ana01.alma.nao.ac.jp> 4d0a1a93f28b58cd0483a05800de5b03efedddcc m
Changes according to the NAOJ code review Refs #2868
-
Takeshi Nakazato ee4cba4ece22f6b79596b1b795d497d28e47a37f m
Merge branch 'master' into CAS-14736
-
Akeem Wells c5a2faf379c84c73eff3f0dd2f18ab97d7548234 m
Revert compare file due to black causing indent errors
-
Akeem Wells 4ddde8c6514cbad3ef512b2e1ff09ffca246ed50 m
Documentation Updates
- casatestutils/casatestutils/datahelpers/__init__.py (version 4ddde8c6514cbad3ef512b2e1ff09ffca246ed50) (diffs)
- casatestutils/casatestutils/datahelpers/getTelescope.py (version 4ddde8c6514cbad3ef512b2e1ff09ffca246ed50) (diffs)
- casatestutils/casatestutils/datahelpers/selectTaql.py (version 4ddde8c6514cbad3ef512b2e1ff09ffca246ed50) (diffs)
- casatestutils/casatestutils/getantposalma_helpers/__init__.py (version 4ddde8c6514cbad3ef512b2e1ff09ffca246ed50) (diffs)
- casatestutils/casatestutils/getcalmodvla_helpers/__init__.py (version 4ddde8c6514cbad3ef512b2e1ff09ffca246ed50) (diffs)
- casatestutils/casatestutils/sparse_check.py (version 4ddde8c6514cbad3ef512b2e1ff09ffca246ed50) (diffs)
- casatestutils/casatestutils/testhelper.py (version 4ddde8c6514cbad3ef512b2e1ff09ffca246ed50) (diffs)
- casatestutils/casatestutils/weblog.py (version 4ddde8c6514cbad3ef512b2e1ff09ffca246ed50) (diffs)
- casatestutils/casatestutils/xmlhelper.py (version 4ddde8c6514cbad3ef512b2e1ff09ffca246ed50) (diffs)
- casatestutils/runtest.py (version 4ddde8c6514cbad3ef512b2e1ff09ffca246ed50) (diffs)
-
Akeem Wells 37f0fc0051700c5d63e2b5eb50f3898a9836c565 m
Merge branch 'master' into CAS-13817
-
Des Small 749ab91d5875e60ee94fc139bb2b0e9acea50e04 m
Merge branch 'master' into CAS-14726
-
Muzychenko Inna <inna.muzychenko@ana01.alma.nao.ac.jp> 2f41b7e75d3633b4f4eae04e0370f422b0adce95 m
Changes according to the NAOJ code review Refs #2866
-
Muzychenko Inna <inna.muzychenko@ana01.alma.nao.ac.jp> bce0d4c02bb723a7fba9b3831c47fa239180d536 m
Changes according to the NAOJ code review Refs #2865
-
Muzychenko Inna <inna.muzychenko@ana01.alma.nao.ac.jp> ad69d02088e308ad35190176cd076e658a41a954 m
Changes according to the NAOJ code review Refs #2864
-
Muzychenko Inna <inna.muzychenko@ana01.alma.nao.ac.jp> c841edca23ece8b9e22603ef699305ec1488b402 m
Changes according to the NAOJ code review
-
Takahiro Tsutsumi <tak.tsutsumi@gmail.com> 318460f1760e1558914d90b8ed8ab6a854eda9d0 m
Add a new test and modify another test to check radii entries Revert the task level catch of the exception as this hides some of the exeptions
-
Takahiro Tsutsumi <tak.tsutsumi@gmail.com> 2f1afa98c3bf9873dfba644a3da81e105bfa1eb6 m
Add a try-except block to exit task more gracefully when an exception occurs at gethorizonsephem callm
-
Ville Suoranta b4b8d068fc70556979b40724be2420d85bf7175a m
Add note about updating .zshrc
-
Ville Suoranta 63fa2771364373d098c671393dca1371e32fd0a0 m
Add instructions on how to close the source code.
-
Takahiro Tsutsumi <tak.tsutsumi@gmail.com> 1ffedf3f1d24bd1b2382a3c927912e1e263fca71 m
add more warning messages and another fix to target body name extraction
-
Des Small 040d518f901c10138314a2d4d1d9ce5c0417776e m
Fixing the orphan timestep fringefit bug again
-
Takahiro Tsutsumi <tak.tsutsumi@gmail.com> df03a1647a24f6e24f27be990ded2e79d783593a m
Fix regular expression for the source name extraction
-
Kumar Golap 4367509f637e844d0ace77ea151e165bd67efc38 m
moved the check but had to fix stuff as empty string was acceptable at that stage.
-
Muzychenko Inna <inna.muzychenko@ana01.alma.nao.ac.jp> 6ebf6a0f0daf3c2ad70fed7872ce350b21821d97 m
Delete commented out lines
-
Muzychenko Inna <inna.muzychenko@ana01.alma.nao.ac.jp> b11f8f86c82a303c36f1f9aff8b065dfc41053f1 m
Fix bugs, add tests
-
Kumar Golap 345d8d24d7c9173aedcd481a546537c16337a24a m
Merge branch 'master' into CAS-14732
-
Kumar Golap 4b31095127e040bce80f7449cb7155e9bc6a99a8 m
move the check for units in starting model to SyntheisisImager
-
Takeshi Nakazato 872ed8889036b200d7b9ee2507d70546a6352a20 m
Merge branch 'master' into CAS-14736
-
Mark Kettenis <kettenis@jive.eu> 95234c2fe651cfb94ba854edc3ab80f4dff59779 m
CAS-14683: Test concat of SYSCAL with different SPWs
-
Kumar Golap f7f24cae6692f7425e006050c264b13cd416b50b m
force saving of model image
-
Ville Suoranta 3c283008599ad7a58ce4f2b45980cee293b87dad m
Update build.conf to CAS-14739 dev packages
-
Srikrishna Sekhar b8317c3a1e1b0f7ceb2a4c0cc7a7eeaa61a9d146 m
CAS-13318 : Fix PB masking in robust RMS calc
The initial bug seems to be because the outlierfield lies outside the
specified PB mask, and ends up being all masked pixels. This causes the
RMS estimation to fail, as well as deconvolution.
The fix is to switch the default mask to be unmasked in an outlierfield,
and after the PB mask is applied if the image is completely masked,
temporarily unmask it for RMS estimation.
This fixes the initial issue reported in the ticket, but investigating
if there are any unintended effects. -
Ville Suoranta 533c7053dd14004c8105e144c01f94d317efb441 m
Add a note about Metal
-
Ville Suoranta 63afc639097d330014ef81b307803f96d8dec190 m
Fix links for Bitbucket
-
Ville Suoranta dc5e9efe003c24725810187350d25abd3be144d1 m
Swith plus to hyphen
-
Ville Suoranta c9c9b16ac7d23ac1626d1ef76f2ab7a40ac8d959 m
Update TOC
-
Ville Suoranta 700f424488b5499091b09469dab0eb4483565358 m
Rename casa_build_guide.md
-
Ville Suoranta 07e4bfbfa7da0b40f828f9fbbd824c4ea08a7d21 m
Update CASA_Build_Guide.md
-
Ville Suoranta a7ef3ca77d81120c7b3bb6b8f66e2d1a547bcdc9 m
Remove manylinux 2014
-
Ville Suoranta 75492571e2e57c7c252ad5256016097def7dcada m
Add reformatted build guide
-
Takeshi Nakazato d12c9a692449db0da3644bad5e99dd4c296471d0 m
Update test_cal_12712_01
Expected number of rows changed from 61 to 64. This is due to the addition of fully flagged rows (3 rows). The test was updated to compare the number of total caltable rows as well as the number of fully flagged rows. -
Takeshi Nakazato 35399f1f96bbea04bef346fac272897db36ccdf4 m
CAS-14736 include fully flagged rows into the processing to produce flagged caltable row
-
Kumar Golap a25e89ed05a1411c120202bce77d4080c3c2e431 m
Throw an exception if model is not in units of Jy/pixel
-
Kumar Golap cc41d7e52f3f863a1d7e343576e3ffbee9adab15 m
Fixed an image copy with mask being applied which did not copy the units
-
Des Small fd0b2ba74d70b397ded8f269cbf5141549d6cbcd m
Turn off debugging output now I've tested the package built with it
-
Des Small 39f8d314f0617de8ad30a3b1f060993fcba169b2 m
Fixing fringefit on a single channel (again) and adding a test for it
- casatasks/tests/tasks/test_task_fringefit.py (version 39f8d314f0617de8ad30a3b1f060993fcba169b2) (diffs)
- casatools/src/code/synthesis/MeasurementComponents/DelayRateFFT.cc (version 39f8d314f0617de8ad30a3b1f060993fcba169b2) (diffs)
- casatools/src/code/synthesis/MeasurementComponents/DelayRateFFT.h (version 39f8d314f0617de8ad30a3b1f060993fcba169b2) (diffs)
- casatools/src/code/synthesis/MeasurementComponents/FringeJones.cc (version 39f8d314f0617de8ad30a3b1f060993fcba169b2) (diffs)
-
Muzychenko Inna <inna.muzychenko@ana01.alma.nao.ac.jp> d376bdf41439602af52778a8c7ea99215dfe6ad2 m
Merge remote-tracking branch 'origin/master' into CAS-14704
-
Muzychenko Inna <inna.muzychenko@ana01.alma.nao.ac.jp> ed677042bbd2dcc201c93be4c7c88bad23ab7bb5 m
Changes according to code review Refs #2858
-
Muzychenko Inna <inna.muzychenko@ana01.alma.nao.ac.jp> c05496390bf5eb4058d82038c20cb4dc1aece92a m
Changes according to code review Refs #2858
-
Muzychenko Inna <inna.muzychenko@ana01.alma.nao.ac.jp> af32f491dacd4288fa305b22ffa4a8730728af5e m
Changes according to code review Refs #2846
-
Muzychenko Inna <inna.muzychenko@ana01.alma.nao.ac.jp> 9fa575e366377282012b526a8a7579479a842d19 m
Merge branch 'CAS-14704' of https://open-bitbucket.nrao.edu/scm/casa/casa6 into CAS-14704
-
Muzychenko Inna <inna.muzychenko@ana01.alma.nao.ac.jp> 64110fc25916d0e8d5bb8a2ed5bad628035d92fe m
Changes according to the code review #Refs 2852
-
Muzychenko Inna <inna.muzychenko@ana01.alma.nao.ac.jp> b9a071e0e0798511705ec60483b660375a6473fc m
Merge branch 'CAS-14704' of https://open-bitbucket.nrao.edu/scm/casa/casa6 into CAS-14704
-
Muzychenko Inna <inna.muzychenko@ana01.alma.nao.ac.jp> 761fac2b244722432f51f35317740ae97db8cf18 m
Changes according to the code review #Refs 2851
-
Muzychenko Inna <inna.muzychenko@ana01.alma.nao.ac.jp> 2e2a2fc37e02ed73c2739be42f23bb476d6b49fe m
Changes according to code review Refs #2843
-
Muzychenko Inna <inna.muzychenko@ana01.alma.nao.ac.jp> e85717a3b5c399165b1bf66ab93030e09fa85626 m
Changes according to code review Refs #2860
-
Muzychenko Inna <inna.muzychenko@ana01.alma.nao.ac.jp> 79141b11a496d5152c87be476dc87894befad89c m
Changes according to code review Refs #2859
-
Muzychenko Inna <inna.muzychenko@ana01.alma.nao.ac.jp> 3022211d5aa464cb82f7d8ae6deb477ca76ea344 m
Changes according to code review Refs #2857
-
Muzychenko Inna <inna.muzychenko@ana01.alma.nao.ac.jp> fd9399c6ba605919f1a6862feea70642e6bdeac1 m
Changes according to the code review #Refs 2854
-
Muzychenko Inna <inna.muzychenko@ana01.alma.nao.ac.jp> e474753d26633a6854254d2513b55e448e142e3e m
Changes according to code review Refs #2853
-
Muzychenko Inna <inna.muzychenko@ana01.alma.nao.ac.jp> 79f5d5829975325e69da4ceda4d3ed14ee0cc058 m
Changes according to code review Refs #2851
-
Muzychenko Inna <inna.muzychenko@ana01.alma.nao.ac.jp> 340b3f7478173496588b89761cfc31171b89d570 m
Changes according to code review Refs #2850
-
Muzychenko Inna <inna.muzychenko@ana01.alma.nao.ac.jp> 56b9b358896464980e5dcffa8cfd8074867bb0ad m
Changes according to code review Refs #2849
-
Muzychenko Inna <inna.muzychenko@ana01.alma.nao.ac.jp> 47b8a3d652c4f708b1b97c4270300eecace56725 m
Changes according to code review Refs #2847
-
Muzychenko Inna <inna.muzychenko@ana01.alma.nao.ac.jp> 6c55bd41832ec4dd0eac7ca2485a6c098e3b24f1 m
Changes according to code review Refs #2846
-
Muzychenko Inna <inna.muzychenko@ana01.alma.nao.ac.jp> c05b361b59c2bb1697dba5b4e3895073b2b80b8a m
Changes according to code review Refs #2845
-
Muzychenko Inna <inna.muzychenko@ana01.alma.nao.ac.jp> 1710596e7a8ac0b60f8b049a9cb8cffe15300c2c m
Changes according to code review Refs #2842
-
Muzychenko Inna <inna.muzychenko@ana01.alma.nao.ac.jp> 071a0decae4f00ed139b840115327ace15aa2013 m
Changes according to code review Refs #2841 #2844 #2848 #2852
-
Muzychenko Inna <inna.muzychenko@ana01.alma.nao.ac.jp> ca6962fcd46f77ab6cdcd828c6c539843f8824b9 m
Ready for code review
-
Muzychenko Inna <inna.muzychenko@ana01.alma.nao.ac.jp> b05afadcef08b59ec5842175c810e02e5e68d654 m
Remove env var usage
-
Muzychenko Inna <inna.muzychenko@ana01.alma.nao.ac.jp> a738ed56768cd90efe07ee16c43430a170e24f09 m
Prototype for test
-
Muzychenko Inna <inna.muzychenko@ana01.alma.nao.ac.jp> 03f144a6e6fc091526648bc1d9dcb7e6e77f7ed6 m
Remove parameter
-
Muzychenko Inna <inna.muzychenko@ana01.alma.nao.ac.jp> ac98f9039b1a73f823e4725d4c77515f6344bf94 m
Fix xml file
-
Muzychenko Inna <inna.muzychenko@ana01.alma.nao.ac.jp> 1a6a4df3e44b12702d5c0e5cdd4115b4eff816c0 m
Merge remote-tracking branch 'origin/master' into CAS-14704
-
Muzychenko Inna <inna.muzychenko@ana01.alma.nao.ac.jp> 85770413444a94f3425c5864111fd2df17c48ee3 m
Base for getjyperkalma
-
Akeem Wells 8d126c244759154488522b2b8250d21fcf6c808a m
Update documentation for sparse_check
-
Akeem Wells a7e6bca499deb3b55697830bb0e28143aef5793f m
Merge branch 'master' into CAS-13817
-
Akeem Wells c82a42a36d07fc76a0822d684f31e5060a483174 m
Merge branch 'master' into CAS-13817