Code commits
Pipeline
-
Rui Xue c83ba6fc52d1ccf540f3bbb79ecea97066a6c804
Pull request #986: PIPE-1447: implement self calibration task hif_selfcal
Merge in PIPE/pipeline from PIPE-1447-implement-self-calibration-task-hif_selfcal to release/2023.0.0
* commit '89ee5040d60275a523baa2cd0f01252f8ee52df9': (192 commits)
PIPE-1765: correct typos in the hif_selfcal CLI input parameters; add the additional description of the 'contfile' parameter in docstring.
PIPE-1474: Consider data type in hierarchy of hif_makeimages weblog plots.
PIPE-1447: fix typos; remove unused lines.
PIPE-1447: add type hint for the 'datatype' parameter in the base/vla heuristics class 'imagename' methods.
PIPE-1474: Allow for FLOAT_DATA as a recognized column name.
PIPE-1447: fix typos; small clean-up.
PIPE-1447: allow the user/heuristic-based datacolumn selection while preserving the actual datatype information in clean target.
PIPE-1447: move get_specmode_datatypes into the DataType class as a static method.
PIPE-1710: change the workflow for MeasurementSet.set_data_column to update the datacolumn <=> datatype mapping only after successfully finishing other manipulations, i.e. do not update if those failed.
PIPE-1710: updated the developer docs for datatype and datacolumn
PIPE-1710: in editimlist, use the datatype corresponding to the datacolumn, if it is provided, otherwise choose the best available one for the given intent and specmode
PIPE-1474: Removed obsolete initializations.
PIPE-1474: Iterated list of preferred specmode data types. Improved documentation.
PIPE-1447: incorporate misc. changes from PR feedback: remove unused lines and imports; update docstring.
PIPE-1710: small cleanup in editimlist
PIPE-1474: Added more detailed information to datatype_info messages.
PIPE-1474: Explicit vis list must not be specified in hif_checkproductsize after changes in hif_makeimlist.
PIPE-1474: Added observingrun.py which should have been part of the previous commit.
PIPE-1474: Set data type also for user defined vis list. Added vis list filtering in get_measurement_sets_of_type.
PIPE-1474: Obey per EB flag when checking for per source/spw vis list.
... -
Rui Xue 89ee5040d60275a523baa2cd0f01252f8ee52df9 m
PIPE-1765: correct typos in the hif_selfcal CLI input parameters; add the additional description of the 'contfile' parameter in docstring.
-
Rui Xue 9f8b34f0246a686a660c15b2497653dcf35ae451 m
Merge commit '73c5ffa1b6a' into PIPE-1447-implement-self-calibration-task-hif_selfcal
-
Dirk Muders 73c5ffa1b6a58f413c13d6375acd43f799173a96 m
PIPE-1474: Consider data type in hierarchy of hif_makeimages weblog plots.
- pipeline/h/tasks/common/displays/sky.py (version 73c5ffa1b6a58f413c13d6375acd43f799173a96) (diffs)
- pipeline/hif/tasks/tclean/cleanbase.py (version 73c5ffa1b6a58f413c13d6375acd43f799173a96) (diffs)
- pipeline/hif/tasks/tclean/display.py (version 73c5ffa1b6a58f413c13d6375acd43f799173a96) (diffs)
- pipeline/hif/tasks/tclean/renderer.py (version 73c5ffa1b6a58f413c13d6375acd43f799173a96) (diffs)
- pipeline/hif/tasks/tclean/tclean.py (version 73c5ffa1b6a58f413c13d6375acd43f799173a96) (diffs)
- pipeline/hif/templates/tcleanplots.mako (version 73c5ffa1b6a58f413c13d6375acd43f799173a96) (diffs)
- pipeline/infrastructure/imageheader.py (version 73c5ffa1b6a58f413c13d6375acd43f799173a96) (diffs)
-
Rui Xue 7f418b57aeb7811d0f277d82e62ff3b386c6a2c9 m
PIPE-1447: fix typos; remove unused lines.
- pipeline/hif/heuristics/auto_selfcal/auto_selfcal.py (version 7f418b57aeb7811d0f277d82e62ff3b386c6a2c9) (diffs)
- pipeline/hif/heuristics/auto_selfcal/selfcal_helpers.py (version 7f418b57aeb7811d0f277d82e62ff3b386c6a2c9) (diffs)
- pipeline/hif/tasks/editimlist/editimlist.py (version 7f418b57aeb7811d0f277d82e62ff3b386c6a2c9) (diffs)
- pipeline/infrastructure/utils/utils.py (version 7f418b57aeb7811d0f277d82e62ff3b386c6a2c9) (diffs)
-
Rui Xue 102fd80cde093630b1d2e9155b0ae3e1bb60ddcc m
PIPE-1447: add type hint for the 'datatype' parameter in the base/vla heuristics class 'imagename' methods.
-
Rui Xue 45b6ad7a0d1c42d4d5b4bfefc1b74ba38a9f6d55 m
Merge remote-tracking branch 'origin/PIPE-1474_Add_datatype_parameter_to_hif_makeimlist' into PIPE-1447-implement-self-calibration-task-hif_selfcal
-
Dirk Muders f6f66703c7e81320aa97f0b8482cca49686d8921 m
PIPE-1474: Allow for FLOAT_DATA as a recognized column name.
-
Rui Xue 198ca297288be9538d385bd3111aea75a89ff984 m
PIPE-1447: fix typos; small clean-up.
-
Rui Xue 9178325141b5e0f5b0447c115b01a453a555cec5 m
PIPE-1447: allow the user/heuristic-based datacolumn selection while preserving the actual datatype information in clean target.
-
Rui Xue a26b1320a45545d077bf1810a0c0e750fae1637c m
PIPE-1447: move get_specmode_datatypes into the DataType class as a static method.
-
Rui Xue 810ccfc8171bb1a6bf781ba6f88cac092b4efe54 m
Merge remote-tracking branch 'origin/PIPE-1710_add_selfcal_filename_suffix' into PIPE-1447-implement-self-calibration-task-hif_selfcal
-
Rui Xue 4d8b33a0dc9e36325c8402cbb2c1413a7c92aa17 m
Merge remote-tracking branch 'origin/PIPE-1474_Add_datatype_parameter_to_hif_makeimlist' into PIPE-1447-implement-self-calibration-task-hif_selfcal
-
Eugene Vasiliev 71934d6658ad8ca5a3e3720791f128824a5698ca m
Merge remote-tracking branch 'origin/PIPE-1474_Add_datatype_parameter_to_hif_makeimlist' into PIPE-1710_add_selfcal_filename_suffix
-
Eugene Vasiliev 5f6ced3a424e46fa9c2957978e6d76e08a2eac19 m
PIPE-1710: change the workflow for MeasurementSet.set_data_column to update the datacolumn <=> datatype mapping only after successfully finishing other manipulations, i.e. do not update if those failed.
-
Eugene Vasiliev 277175bfe60660e597c2cbf860f57b509633ef73 m
PIPE-1710: updated the developer docs for datatype and datacolumn
-
Eugene Vasiliev 2603fa087fd0c9279e609de56f56a08f3b0fdbfa m
PIPE-1710: in editimlist, use the datatype corresponding to the datacolumn, if it is provided, otherwise choose the best available one for the given intent and specmode
-
Dirk Muders dc874dc688f621dd3a36f6d3d958a71db6459366 m
PIPE-1474: Removed obsolete initializations.
-
Eugene Vasiliev 954d12ec73e331879f4b17c94f7bb8318615cdab m
Merge remote-tracking branch 'origin/PIPE-1474_Add_datatype_parameter_to_hif_makeimlist' into PIPE-1710_add_selfcal_filename_suffix
# Conflicts:
# pipeline/hif/tasks/makeimlist/makeimlist.py -
Dirk Muders 8f613d2169613fe6a93a3ea5c6d9d74509ae1962 m
PIPE-1474: Iterated list of preferred specmode data types. Improved documentation.
-
Rui Xue e59f21ce256df886559eaa481dddacd2ba58dd42 m
Merge remote-tracking branch 'origin/PIPE-1710_add_selfcal_filename_suffix' into PIPE-1447-implement-self-calibration-task-hif_selfcal
-
Rui Xue 4fa7c78754cd48b04f458abb6beab46d6938744a m
Merge remote-tracking branch 'origin/main' into PIPE-1447-implement-self-calibration-task-hif_selfcal
-
Rui Xue 4ba7e68eea22caf782e7db40141f320ce2464f2a m
PIPE-1447: incorporate misc. changes from PR feedback: remove unused lines and imports; update docstring.
- pipeline/hif/heuristics/auto_selfcal/auto_selfcal.py (version 4ba7e68eea22caf782e7db40141f320ce2464f2a) (diffs)
- pipeline/hif/heuristics/auto_selfcal/selfcal_helpers.py (version 4ba7e68eea22caf782e7db40141f320ce2464f2a) (diffs)
- pipeline/hif/tasks/selfcal/renderer.py (version 4ba7e68eea22caf782e7db40141f320ce2464f2a) (diffs)
- pipeline/hif/tasks/tclean/tclean.py (version 4ba7e68eea22caf782e7db40141f320ce2464f2a) (diffs)
- pipeline/hifv/tasks/flagging/checkflag.py (version 4ba7e68eea22caf782e7db40141f320ce2464f2a) (diffs)
- pipeline/infrastructure/basetask.py (version 4ba7e68eea22caf782e7db40141f320ce2464f2a) (diffs)
-
Eugene Vasiliev 506fd36fea49cda4f5c6bb09824f9a80cc3c0c50 m
PIPE-1710: small cleanup in editimlist
-
Rui Xue 9536b4dcbf1fb572675a68dbc8c0016619ccacfc m
Merge remote-tracking branch 'origin/PIPE-1710_add_selfcal_filename_suffix' into PIPE-1447-implement-self-calibration-task-hif_selfcal
-
Rui Xue 70966602901165fc35f71890017fcf3a9a42c7ba m
Merge remote-tracking branch 'origin/PIPE-1474_Add_datatype_parameter_to_hif_makeimlist' into PIPE-1447-implement-self-calibration-task-hif_selfcal
-
Rui Xue 2b26ea53e577baa7efa7280a55e554e9bbafea77 m
Merge remote-tracking branch 'origin/main' into PIPE-1447-implement-self-calibration-task-hif_selfcal
-
Dirk Muders 12f150de75605ce1688f9608ff9b8cffac192ea2 m
PIPE-1474: Added more detailed information to datatype_info messages.
-
Dirk Muders bcec510baacb7179780391a69721ab89a8309be7 m
PIPE-1474: Explicit vis list must not be specified in hif_checkproductsize after changes in hif_makeimlist.
-
Eugene Vasiliev 9b0fe3281b71d101576cfdf45b8340e1a9d1e0af m
Merge remote-tracking branch 'origin/PIPE-1474_Add_datatype_parameter_to_hif_makeimlist' into PIPE-1710_add_selfcal_filename_suffix
-
Dirk Muders c0c8fe8024cf6de6d37a047d24b7223f77445420 m
PIPE-1474: Added observingrun.py which should have been part of the previous commit.
-
Dirk Muders 6553d49ed5b012d3a894c10c242c956f068bd324 m
PIPE-1474: Set data type also for user defined vis list. Added vis list filtering in get_measurement_sets_of_type.
-
Dirk Muders 18cbcd2b2acde853027e1367fa4186bc38eda57e m
PIPE-1474: Obey per EB flag when checking for per source/spw vis list.
-
Eugene Vasiliev 9dc386e8d552944bb7cb6856ee78701ac49ffbc3 m
PIPE-1710: in editimlist, check that the datatype match the datacolumn
-
Dirk Muders e9362e4c007f2f8b2b64992aa5987f3d14be8f3a m
PIPE-1474: Fixed datacolumn parameter validation code.
-
Eugene Vasiliev 4c0398ab2bfd1c1efe8da0d31fedca9f030ad14e m
Merge remote-tracking branch 'origin/PIPE-1474_Add_datatype_parameter_to_hif_makeimlist' into PIPE-1710_add_selfcal_filename_suffix
-
Dirk Muders b7538ab0d7ae5f1d996eecd3a876239c3759dd7b m
PIPE-1474: Handle difference in MS and tclean column naming schemes.
-
Eugene Vasiliev e0f82586d8b2862964f823c09c38cd98699ba82e m
Revert "PIPE-1710: adding sanity checks for empty spw in MeasurementSet.get_data_column() and ImageParamsHeuristics.aggregate_bandwidth()"
This reverts commit 09c694cb244a6bcb0878f3a472086ccd95d912ae. -
Dirk Muders b7cbf601d424a4136cb268fac9d833c46df013b1 m
PIPE-1474: Use get_data_type method to determine data type in case of manual column selection.
-
Dirk Muders adfbfeb968cb82b0e5ba9dd63e817c48935e03f6 m
PIPE-1474: Added get_data_type method.
-
Dirk Muders f267534e46fecb2358207e569ac9d6e1f8408bb1 m
PIPE-1474: Simplified data type enum / string conversions. Removed unused imports.
- pipeline/domain/observingrun.py (version f267534e46fecb2358207e569ac9d6e1f8408bb1) (diffs)
- pipeline/h/tasks/importdata/importdata.py (version f267534e46fecb2358207e569ac9d6e1f8408bb1) (diffs)
- pipeline/hif/cli/hif_makeimlist.py (version f267534e46fecb2358207e569ac9d6e1f8408bb1) (diffs)
- pipeline/hif/tasks/makeimlist/makeimlist.py (version f267534e46fecb2358207e569ac9d6e1f8408bb1) (diffs)
- pipeline/hif/tasks/tclean/cleanbase.py (version f267534e46fecb2358207e569ac9d6e1f8408bb1) (diffs)
- pipeline/hif/tasks/tclean/tclean.py (version f267534e46fecb2358207e569ac9d6e1f8408bb1) (diffs)
-
Rui Xue 823a735d5298025a47e72c4a63ba9ef3a303a8f3 m
PIPE-1798: better warning message for invalid data selections.
-
Rui Xue 7a2172b30fef2863f395781516f8be7f8f68f634 m
PIPE-1798: add the datatype selection option in hif_editimlist.
- pipeline/hif/cli/hif_editimlist.py (version 7a2172b30fef2863f395781516f8be7f8f68f634) (diffs)
- pipeline/hif/tasks/editimlist/editimlist.py (version 7a2172b30fef2863f395781516f8be7f8f68f634) (diffs)
- pipeline/recipes/template_hifa_cubeimage.xml (version 7a2172b30fef2863f395781516f8be7f8f68f634) (diffs)
-
Rui Xue 7c9604e1993c7696f94bd705d5d6c6334a62e755 m
PIPE-1772: correct a bug that the wrong keyword is used to check selfcal nterms.
-
Rui Xue 15de210bfbf2efa4f01c6db2f009cbf5795a3dd3 m
Merge commit 'ca7e3c49827' into PIPE-1447-implement-self-calibration-task-hif_selfcal
-
Rui Xue f554a3822dccbe92ba748d8666aeb6726e1c06e7 m
PIPE-1772: conditional modify deconvolver/nterms based on the selfcal results.
-
Dirk Muders 6b9cea0b4deac0918ee2d5692388178395a9d967 m
PIPE-1474: Added data type testing documentation.
-
Eugene Vasiliev 09c694cb244a6bcb0878f3a472086ccd95d912ae m
PIPE-1710: adding sanity checks for empty spw in MeasurementSet.get_data_column() and ImageParamsHeuristics.aggregate_bandwidth()
-
Eugene Vasiliev c7057e80b030bb1c1ebdc816ce2e6219bb74ef71 m
PIPE-1710: adding some sanity checks in hif_editimlist
-
Eugene Vasiliev ca7e3c49827004a9c41fb21ef95ead3904356e2b m
Merge remote-tracking branch 'origin/PIPE-1474_Add_datatype_parameter_to_hif_makeimlist' into PIPE-1710_add_selfcal_filename_suffix
-
Eugene Vasiliev 4506326f5f30da9fe31bd3ee4b21521a29c07f13 m
PIPE-1710: add datatype and datatype_info strings to CleanTarget in editimlist
-
Rui Xue 5fa485390ab12fe820dad66c1fba0f4d22cfd57a m
PIPE-1559: running hifv_pbcor a second time will attempt to recreate regcal.image.pbcor, which crashes the task because CASA/impbcor overwrite is set to False; for now, we put a single hif_pbcor stage just before running hifv_exportdata.
-
Rui Xue a7b5eb788a4ef5aa71e47e801fea908a42a7383b m
PIPE-1559: update the sample JSON file with corrected nchan values.
-
Rui Xue bbe65deca53e4fb8b538599aa7d09cc93ace0958 m
PIPE-1559: remove 'pipelinemode' from the SRDP templates, which is not accepted by recipereducer/vdp.
-
Rui Xue d1947434c2e32c70ab4c60f899bc05a81407c45e m
PIPE-1559: add readme.md for testing procedures.
-
Rui Xue 1adf56efca5cc6fb2dfc60bbf50f8067543b6444 m
PIPE-1559: update the testing procedure for a hifa_calimage workflow with the hif_selfcal stage.
-
Rui Xue 10d9efbc762c960f84ae9db462dd660353bffd43 m
PIPE-1559: add two examples of template JSON source files.
-
Rui Xue 383e495f651ba4b81442bcaf6fe0dc93bb6c26d7 m
PIPE-1559: update SRDP recipes to use selfcal datatype.
-
Rui Xue cebaf8f1455ef05354c528b5f50727a22b0e647c m
Merge remote-tracking branch 'origin/PIPE-1710_add_selfcal_filename_suffix' into PIPE-1447-implement-self-calibration-task-hif_selfcal
-
Rui Xue db43125d4c10e12829004d9cd0273280175f1b5c m
PIPE-1456: use the Pipeline heuristics to calculate refant list.
-
Rui Xue c245778d6a731db098278f5a9f90b47affdfd863 m
PIPE-1447: remove the workaround which is no longer required after the latest PIPE-1474 changes.
-
Rui Xue 3703470f059d38f1cb7d673f5825f4eacc526c5b m
Merge remote-tracking branch 'origin/PIPE-1474_Add_datatype_parameter_to_hif_makeimlist' into PIPE-1447-implement-self-calibration-task-hif_selfcal
-
Dirk Muders a9e1423f5d110fc20fef7f787057b26b05cf2a55 m
PIPE-1474: Catch several cases of null values. Added comments about variable naming.
-
Rui Xue 221f248bb2e2f1c4da927e074a8d8ed7febc714e m
PIPE-1447: only insert selfcal-based dr_correction values when specmode='cont'.
-
Rui Xue 83b320c4244b34dc80473d1a5278c92e2d506904 m
PIPE-1447: switch the SRDP-like tests to use datatype
-
Rui Xue e0e4b0a66f4af24397623077fd720d3926cc8839 m
PIPE-1447: temporary workaround for a bug from hif_makeimlist.
-
Rui Xue 1b0356f0f31a3df0398061ee3a6f76eebe132585 m
PIPE-1447: fix a potential datatype registeration issue in single-target situations.
-
Rui Xue 06800adcc9a01addcc2da186b3ecac1080d000fd m
Merge remote-tracking branch 'origin/PIPE-1448-alma-vla-image-products-cube-and-continuum-need-to-identify-in-headers-if-self-calibration' into PIPE-1447-implement-self-calibration-task-hif_selfcal
-
Rui Xue 676723e15dca637172286c67e162e80316e38bcb m
PIPE-1452: use the new datatype implementation from PIPE-1474 to selectively adjust dr_correction override values.
-
Rui Xue 4c3c206c2bc18a9cf3cd0a1942101bb01b3caac0 m
Merge remote-tracking branch 'origin/PIPE-1474_Add_datatype_parameter_to_hif_makeimlist' into PIPE-1447-implement-self-calibration-task-hif_selfcal
-
Rui Xue 7c254d1e66fe23eb619288354ba049e70fead4f8 m
PIPE-1448: use inputs.datatype (datatype of the selected data) rather than inputs datatype_info (description for weblog rendering).
-
Rui Xue cf3236cc9d4ae4034ab724d9944a780e3c504c36 m
Merge remote-tracking branch 'origin/PIPE-1474_Add_datatype_parameter_to_hif_makeimlist' into PIPE-1448-alma-vla-image-products-cube-and-continuum-need-to-identify-in-headers-if-self-calibration
-
Rui Xue dc8fc2c5fad4376fc8ebd15d897ac6a9d705a740 m
PIPE-1450: get the correct effective bandwidth per spw.
-
Dirk Muders 05d45768e6a2eb427d1d0ab9722f8839aeec2747 m
PIPE-1474: Added datatype parameter to CleanTarget class. Cleaned up variable naming.
- pipeline/hif/tasks/makeimlist/cleantarget.py (version 05d45768e6a2eb427d1d0ab9722f8839aeec2747) (diffs)
- pipeline/hif/tasks/makeimlist/makeimlist.py (version 05d45768e6a2eb427d1d0ab9722f8839aeec2747) (diffs)
- pipeline/hif/tasks/tclean/cleanbase.py (version 05d45768e6a2eb427d1d0ab9722f8839aeec2747) (diffs)
- pipeline/hif/tasks/tclean/resultobjects.py (version 05d45768e6a2eb427d1d0ab9722f8839aeec2747) (diffs)
- pipeline/hif/tasks/tclean/tclean.py (version 05d45768e6a2eb427d1d0ab9722f8839aeec2747) (diffs)
-
Rui Xue 1721b0704fe5904ee4d4040819cf5ccc1b2cc831 m
PIPE-1452: use selfcal-based dr_correction values only for 'mfs', 'cont' imaging of selfcal'ed data.
-
Rui Xue fae0c70339fd9c80e66973ce7e618e7fa03ecf8c m
PIPE-1448: add datatype information into the image product headers.
-
Eugene Vasiliev dfa19d0fd75deb72af0e8bf3252f6701b5a5138b m
PIPE-1710: adding suffixes also in hif_editimlist
-
Eugene Vasiliev 2e3581e2be6878c8134fb790177015ed75c9b295 m
Merge remote-tracking branch 'origin/PIPE-1474_Add_datatype_parameter_to_hif_makeimlist' into PIPE-1710_add_selfcal_filename_suffix
-
Rui Xue bd210d9847c25b21d056b828fc326bcb59a3c8f8 m
PIPE-1447: minor refactoring of some utility functions borrowed from the selfcal prototype codebase.
-
Rui Xue fee2c3bf85a913841606b3691539ce84af262125 m
PIPE-1446: switch the "list" icon to the "back-to-top" text description.
-
Dirk Muders 603d4fee82cce32c3a9869357174f051e2787502 m
PIPE-1474: Added several parameter checks. Catch more empty data selection cases.
-
Rui Xue 7c57c486944e1736d96728df6a832f608e74420f m
PIPE-1786: use target+band names as the basis for seflcal working directories.
-
Rui Xue 89483d25eb6ea9e194dc2e048ee33ee2a537dd0c m
PIPE-1446: expand the per-solint tables by default.
-
Rui Xue 6f12e6eb64c5c21d22543e18ef24f3f427f160f9 m
PIPE-1447: use the same parallel setting for cleaning and predict-only tclean calls.
-
Rui Xue 67a72ad4894c77d2360c4ff31ef494018cad84b0 m
PIPE-1447: properly close msmd / table / imager casatools.
-
Rui Xue 57b78c4dea4aedfdf61e064f0a5e63ad5e83b2a2 m
PIPE-1447: log the working images/tables move/remove/copy actions into casa_commands.log.
-
Rui Xue 5a640e10dce6f7c2f1584338f3d3fb5351b276cc m
PIPE-1772: use nterms=2 if fractional bandwidth and nt1snr are large enough to provide signature gain in SNR, based on a simulation-based empirical relation.
-
Dirk Muders 70e339a5c7d0e5da2dbc92edb50cd2cbe62aaf0c m
PIPE-1474: Added missing inital value.
-
Eugene Vasiliev 2a95b9b148ad887f465d47909571241a48ef88ed m
Merge remote-tracking branch 'origin/PIPE-1474_Add_datatype_parameter_to_hif_makeimlist' into PIPE-1710_add_selfcal_filename_suffix
-
Dirk Muders 136bf249e1211b68e781de505df6a534a12d60c5 m
PIPE-1474: Fixed bug due to unset variable. Iterated parameter handling logic to catch unsupported cases.
-
Eugene Vasiliev a92e0981376b182aff9d2e5320b1ac037e8b1a92 m
Merge remote-tracking branch 'origin/PIPE-1474_Add_datatype_parameter_to_hif_makeimlist' into PIPE-1710_add_selfcal_filename_suffix
# Conflicts:
# pipeline/hif/tasks/makeimlist/makeimlist.py -
Rui Xue df5627b7752427c305868bc069df769676d51771 m
PIPE-1447: safe bailout when no single-point scient target is found.
-
Rui Xue b6a6d784403c06e51fa51b3b475f6cb8cf8c1a9d m
PIPE-1447: increase the weblog value precision to 3rd decimal point; add a tooltip text for "beam ratio" (as an example).
-
Rui Xue 7c7ec8678e82ac577e42fbb05dbd3ef985b954a3 m
PIPE-1447: fix a bug from 35a12f5138cb97f6467bc7ed770af33b0ad2ae23.
-
Rui Xue bbe85deaf3272ba63ef7bd681f10cebcae923744 m
PIPE-1765: expose the gain solution combination parameter for the inf_EB solution interval.
-
Rui Xue 35a12f5138cb97f6467bc7ed770af33b0ad2ae23 m
PIPE-1447: the beam ratio should be derived from beam_orig and beam_post (hat tip to P.S.).
-
Dirk Muders 360747e37146ff80acf8d042c1244ef89a07e1f3 m
PIPE-1474: Cleaned up code. Catch multiple vis list case.
-
Rui Xue ab476604a3cd9558802a9fe64b4e9ce6dcd91134 m
Merge remote-tracking branch 'origin/main' into PIPE-1447-implement-self-calibration-task-hif_selfcal
-
Rui Xue 7c0975ce4db3869f95c859b980a130fa7108d511 m
PIPE-1447: casa/commands logging based on the timeline of individual Tier0FunctionCall.
-
Rui Xue 9dc23faae1c25c203dfa25d69c7c9bb70019fe39 m
PIPE-1447: blank table cell if the input value is -99.0 (missing data).